Skip to content

Commit

Permalink
Merge pull request #15 from swarren83/swarren83/update-examples
Browse files Browse the repository at this point in the history
chore: add approle login example
  • Loading branch information
humoflife authored Oct 17, 2023
2 parents 9bea571 + 3b90fa2 commit 91014c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/providerconfig/secret.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ stringData:
"token_name": "vault-creds-test-token",
"token": "INSERT_VAULT_OPERATOR_INIT_OR_DERIVED_TOKEN"
}
# Approle login example
#{
# "auth_login": {
# "path": "auth/approle/login"
# "parameters": {
# "role_id": ""
# "secret_id": ""
# }
# }
#}

0 comments on commit 91014c0

Please sign in to comment.