-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add guide to managing a url orb allow list #9413
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
Add guide to managing a url orb allow list #9413
Conversation
I think it would be useful to add a short "how to" section. E.g. if you want to use an orb in a public GitHub repo you need to set the allow-list entry up with the If you want to use an orb in a private GitHub repo you need to use either If a single organisation wants to use orbs from public and private repos it needs to set both entries up, this can mean you have the same URL prefix in the allow-list twice, but with different auth. Things that might be relevant for the "how to":
|
2100b96
into
DOCSS-1771-overrides-url-orbs
* Adding `override-with` key to config reference (#9370) * Adding new key paragraph to config reference * Implementing review suggestions * Intro URL orbs (#9405) * add sections to introduce url orbs * Update jekyll/_cci2/orb-intro.adoc * Adding `override-with` key to config reference (#9370) * Adding new key paragraph to config reference * Implementing review suggestions --------- Co-authored-by: Yann D. <yaningo@users.noreply.github.com> * How to override a job (#9407) * scaffolding for simple example done. * some formatting updates * structural changes and corrections * fixes * Adding `override-with` key to config reference (#9370) * Adding new key paragraph to config reference * Implementing review suggestions * updates from review * update syntax and add note to update URL * fix link and typo --------- Co-authored-by: Yann D. <yaningo@users.noreply.github.com> * Orb authoring guides updates (#9416) * combine orb author guides and mention URL orbs * fix links * Add guide to managing a url orb allow list (#9413) * Creating URL orb related how-to page * Completing and improving page content * Implementing review suggestions * Addressing review comments * Adding note for screenshots * add screenshots --------- Co-authored-by: Rosie Yohannan <rosie@circleci.com> * update links from how to guide * fix some lint errors * create real links to API docs in manage allow-list page --------- Co-authored-by: Yann D. <yaningo@users.noreply.github.com>
Description
Documenting how to manage URL orb allow-lists.
Reasons
This is a new feature.
Content Checklist
Please follow our style when contributing to CircleCI docs. Our style guide is here: https://circleci.com/docs/style/style-guide-overview.
Please take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs) 😸: