# vault k8s auth approle
role=k8s_auth_bootstrapper
ROLE_ID=$(vault read auth/approle/role/${role}/role-id -format=json | jq '.data.role_id' -r)
SECRET_ID=$(vault write auth/approle/role/${role}/secret-id -format=json | jq '.data.secret_id' -r)
echo ROLE_ID=${ROLE_ID}
echo SECRET_ID=${SECRET_ID}
-
Notifications
You must be signed in to change notification settings - Fork 1
bradfordwagner/tf-cicd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published