Script to configure IAM for the DeployService#28436
Merged
marcoandredinis merged 3 commits intomasterfrom Jul 4, 2023
Merged
Conversation
f131b68 to
81099f7
Compare
kimlisa
reviewed
Jul 3, 2023
| // AWS OIDC Integration Actions | ||
| h.POST("/webapi/sites/:site/integrations/aws-oidc/:name/databases", h.WithClusterAuth(h.awsOIDCListDatabases)) | ||
| h.POST("/webapi/sites/:site/integrations/aws-oidc/:name/deployservice", h.WithClusterAuth(h.awsOIDCDeployService)) | ||
| h.GET("/webapi/sites/:site/integrations/:name/configure-deployservice-iam", h.WithLimiter(h.awsOIDCConfigureDeployServiceIAM)) |
Contributor
There was a problem hiding this comment.
i think we should make the endpoint look similar to these scripts endpoint as
Line 593 in 81099f7
Contributor
Author
There was a problem hiding this comment.
Trying to adapt, it would be something like:
/webapi/scripts/integration/configure/deployservice-iam.sh
We can do that 👍
We'll need to add the integration name as query param
950338d to
8a5d4d8
Compare
8a5d4d8 to
6a91796
Compare
jakule
approved these changes
Jul 3, 2023
Contributor
jakule
left a comment
There was a problem hiding this comment.
Looks good. Few minor things.
1 task
6a91796 to
a3ea539
Compare
kimlisa
approved these changes
Jul 4, 2023
a3ea539 to
4d42a81
Compare
|
@marcoandredinis See the table below for backport results.
|
marcoandredinis
added a commit
that referenced
this pull request
Jul 4, 2023
* Script to configure IAM for the DeployService
* use any instead of interface{}
* fix test typo
Closed
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.
Demo:
Requires #28088