Add Functions access configuration section to Get started guide - #5488
Closed
pandasa123 wants to merge 1 commit into
Closed
Add Functions access configuration section to Get started guide#5488pandasa123 wants to merge 1 commit into
pandasa123 wants to merge 1 commit into
Conversation
Document how account administrators configure catalog and custom Qiskit Functions access on an instance through the IBM Cloud Resource Controller REST API, with cURL and Python examples for looking up the account configuration, granting access, removing access, and verifying the result. Cross-link the section from the instance-management guide.
Contributor
|
One or more of the following people are relevant to this code:
|
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Collaborator
Author
|
Ideally, this should be collapsed in an accordion or something to start @abbycross, but I wasn’t sure how to do that Also, this guide is getting large, might be worth thinking about re-organising / subsite |
Collaborator
Author
|
Closing since a better set of docs are coming |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Background
Adds a Configure Functions access on an instance section to the Get started with Qiskit Functions guide, documenting how account administrators grant an instance access to catalog and custom Qiskit Functions through the IBM Cloud Resource Controller REST API.
The section provides cURL and Python examples for looking up the account-level configuration, granting access, removing access, and cross-links the shared bearer-token and CRN setup to the existing REST guides. It also adds a pointer to this section from the instance-management guide.