This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Add GitLab OAuth vars to api.md for Pulumi Service self-hosted documentation #1555
Merged
Conversation
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
Your site preview for commit b42b877 is ready! 🎉 http://pulumi-hugo-origin-pr-1555-b42b8779.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit dc4b216 is ready! 🎉 http://pulumi-hugo-origin-pr-1555-dc4b2163.s3-website.us-west-2.amazonaws.com. |
EvanBoyle
approved these changes
May 31, 2022
meagancojocar
approved these changes
May 31, 2022
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.
LGTM
themes/default/content/docs/guides/self-hosted/components/api.md
Outdated
Show resolved
Hide resolved
themes/default/content/docs/guides/self-hosted/components/api.md
Outdated
Show resolved
Hide resolved
themes/default/content/docs/guides/self-hosted/components/api.md
Outdated
Show resolved
Hide resolved
themes/default/content/docs/guides/self-hosted/components/console.md
Outdated
Show resolved
Hide resolved
Co-authored-by: meagancojocar <50200557+meagancojocar@users.noreply.github.com>
Your site preview for commit 606bee6 is ready! 🎉 http://pulumi-hugo-origin-pr-1555-606bee65.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 74287d5 is ready! 🎉 http://pulumi-hugo-origin-pr-1555-74287d51.s3-website.us-west-2.amazonaws.com. |
Site previews for this pull request have been removed. ✨ |
sean1588
added a commit
that referenced
this pull request
Jun 2, 2022
* master: (24 commits) Add the helper method for C# (#1567) Update install-java.html (#1563) fix typo in from_terraform.md (#1564) Add replacement property icon for Registry api docs. (#1565) Update go.mod Add GitLab OAuth vars to api.md for Pulumi Service self-hosted documentation (#1555) Prettier Spike (#1517) Update go.mod fix 404 in aiven blog (#1562) Update go.mod fix broken sans institute link (#1560) Update go.mod Ensure camelCase warning is above nested property excamples for IgnoreChanges (#1557) Fix webiny blog broken links (#1559) Fix relative link to auto-naming in intro (#1549) self-hosted: Document FunctionMode env vars (#1505) Update go.mod Add helper text to blog post archetype (#1502) Update go.mod Hide right hand cta (#1558) ...
nimbinatus
pushed a commit
that referenced
this pull request
Jun 3, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Add the GitLab OAuth environment variable configuration to the self-hosted documentation for the Pulumi Service API. As part of the latest changes to GitLab, we need to make GitLab API calls from our own API in order to authenticate users.
Issue
Fixes https://github.com/pulumi/pulumi-service/issues/8797