-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription Approval #1568
Open
jhivandb
wants to merge
9
commits into
wso2:dev
Choose a base branch
from
jhivandb:subscriptionApproval
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Subscription Approval #1568
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
97ddbcd
Intial changes
jhivandb ab76411
heading case
jhivandb 996f485
Merge branch 'dev' into subscriptionApproval
jhivandb 5b47b89
configure subscription approval
jhivandb cca247e
Merge branch 'dev' into subscriptionApproval
jhivandb b5042a6
Added images and updated titles
jhivandb e662811
Merge remote-tracking branch 'upstream/dev' into subscriptionApproval
jhivandb 7d5c82f
Updates notes
jhivandb 74a2d83
Removes comment
jhivandb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Review Approval Requests | ||
|
||
This guide explains how to review, approve, or reject approval requests for various types of resources in Choreo. | ||
|
||
## Approving or rejecting requests | ||
|
||
1. Sign in to the [Choreo Console](https://console.choreo.dev/). | ||
2. Click on the current organization in the top left. | ||
3. In the left navigation menu, click **Approvals**. This opens the organization-level approvals page. | ||
4. On the **Approvals** page, you can view the list of pending approval requests. | ||
5. Click on the approval request you want to review. | ||
6. In the approval request details pane, click **Approve**. | ||
7. In the approval request details pane, click **Reject**. | ||
|
||
![Approve subscription](../../assets/img/api-management/manage-api-traffic/review-subscription-approval.png) | ||
|
||
## Types of approval requests | ||
|
||
1. [Subscription Approval](../api-management/manage-api-traffic/configure-subscription-approval.md) |
22 changes: 22 additions & 0 deletions
22
en/docs/api-management/manage-api-traffic/configure-subscription-approval.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Configure Subscription Approval | ||
|
||
Choreo allows you to create subscription plans that require approval before being activated. This feature enables you to control access to APIs by requiring administrative review and authorization of subscriptions before they become active. | ||
|
||
To use a subscription plan that requires approval, follow the steps given below: | ||
|
||
## Prerequisites | ||
|
||
- You have [created an API subscription plan](../../administer/create-api-subscription-plans.md) that requires approval. | ||
- You have [assigned a subscription plan that requires approval to an API](assign-subscription-plans-to-apis.md). | ||
- You have [subscribed to an API using a plan that requires approval](subscribe-to-an-api-with-a-subscription-plan.md). | ||
|
||
## Request approval | ||
|
||
1. In the left navigation menu, click **Approvals**. This opens the organization-level approvals page. | ||
2. On the **Approvals** page, you can view the list of pending subscription requests. | ||
3. Click on the subscription request you want to approve. | ||
4. In the **Subscription Request Approval** pane that opens, click **Approve**. | ||
|
||
![Approve subscription request](../../assets/img/api-management/manage-api-traffic/review-subscription-approval.png) | ||
|
||
5. The subscription is now active and available in the DevPortal. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.36 MB
en/docs/assets/img/administer/configure-approval/review-subscription-approval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+35 KB
(110%)
en/docs/assets/img/api-management/manage-api-traffic/add-subscription.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+39.8 KB
(110%)
en/docs/assets/img/api-management/manage-api-traffic/enable-toggle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.36 MB
...s/assets/img/api-management/manage-api-traffic/review-subscription-approval.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be almost the same content we have drafted under the Administer section right (The page that will probably include info on the process to review subscription requests and proceed to approve or reject)?
Any reason to repeat the content here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page will be instructions specific to subscription approval.IDT we should mention that under Administer/Review ApprovalRequests same reasons as above