Skip to content

Commit

Permalink
Remove S3 fields from AWS OIDC IdP set up command (#44507) (#44680)
Browse files Browse the repository at this point in the history
* Remove S3 fields from AWS OIDC IdP set up command

* remove caps and extra line
  • Loading branch information
marcoandredinis authored Jul 26, 2024
1 parent 0dc3b87 commit 9abd4c4
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 812 deletions.
16 changes: 0 additions & 16 deletions lib/config/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,22 +350,6 @@ type IntegrationConfAWSOIDCIdP struct {
// ProxyPublicURL is the IdP Issuer URL (Teleport Proxy Public Address).
// Eg, https://<tenant>.teleport.sh
ProxyPublicURL string

// S3BucketURI is the S3 URI which contains the bucket name and prefix for the issuer.
// Format: s3://<bucket-name>/<prefix>
// Eg, s3://my-bucket/idp-teleport
// This is used in two places:
// - create openid configuration and jwks objects
// - set up the issuer
// The bucket must be public and will be created if it doesn't exist.
//
// If empty, the ProxyPublicAddress is used as issuer and no s3 objects are created.
S3BucketURI string

// S3JWKSContentsB64 must contain the public keys for the Issuer.
// The contents must be Base64 encoded.
// Eg. base64(`{"keys":[{"kty":"RSA","alg":"RS256","n":"<value of n>","e":"<value of e>","use":"sig","kid":""}]}`)
S3JWKSContentsB64 string
}

// IntegrationConfListDatabasesIAM contains the arguments of
Expand Down
Loading

0 comments on commit 9abd4c4

Please sign in to comment.