-
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
base: dev
Are you sure you want to change the base?
Subscription Approval #1568
Changes from 5 commits
97ddbcd
ab76411
996f485
5b47b89
cca247e
b5042a6
e662811
7d5c82f
74a2d83
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Configure Approval | ||
|
||
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/add-subscription.png) | ||
|
||
## Types of approval requests | ||
|
||
Choreo supports various types of approval requests, including: | ||
|
||
1. Subscription Request Approval: For API subscription plans that require approval. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Configure Subscription Approval | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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)? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
||
Choreo allows you to create subscription plans that require approval before being used. 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/approve-subscription-request.png) | ||
|
||
5. The subscription request will be approved and the subscription will be activated. |
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.
Shouldn't this be something along the lines of "Review Subscription Requests"?
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.
The UI mentioned here will handle any sort of review request. we've also got environment promotion requests here and will add more later. We could call it "Review Approval Requests"?