Skip to content

Commit

Permalink
Vault OIDC fix (#205)
Browse files Browse the repository at this point in the history
* telemetry adjustments

* save the viper starter value for oidc
  • Loading branch information
johndietz committed Aug 9, 2022
1 parent b9fe7be commit b883d5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/vault/vault.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func ConfigureVault(dryRun bool, bootstrapOnly bool) {

if bootstrapOnly {
viper.Set("vault.oidc_redirect_uris", "will-be-patched-later")
viper.WriteConfig()
}

vaultToken := viper.GetString("vault.token")
Expand Down

0 comments on commit b883d5a

Please sign in to comment.