Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Oct 21, 2023
1 parent 3e16c6a commit 4690bf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fast/stages/0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,11 @@ Provider key names are used by the `cicd_repositories` variable to configure aut

This is a sample configuration of a GitHub and a Gitlab provider. Every parameter is optional.

If users don't specify the `issuer_uri` we assume the default `issuer_uri` for public platforms should be used.
The `custom_settings` attributes are used to configure the provider to work with privately managed installations of Github and Gitlab:

If users don't specify the `audience`, we set the url of the provider, as recommended in the [WIF FAQ section](https://cloud.google.com/iam/docs/best-practices-for-using-workload-identity-federation#provider-audience).
- `issuer_uri` (defaults to the public platforms one if not set)
- `audience` (defaults to the public URL of the provider if not set, as recommended in the [WIF FAQ section](https://cloud.google.com/iam/docs/best-practices-for-using-workload-identity-federation#provider-audience))
- `jwks_json` for public key upload

```tfvars
federated_identity_providers = {
Expand Down

0 comments on commit 4690bf2

Please sign in to comment.