Skip to content

Conversation

@manidevops1111
Copy link

As i watched the and perform DAY7 of Terraform 0 to Hero , Abhishek asked us to change this to read and write for role and secret ids from the vault

"vault read auth/approle/role/my-approle/role-id"
"vault write -f auth/approle/role/my-approle/secret-id"

instead of my-approle it must be "terraform" in both the above commands as follows:

"vault read auth/approle/role/terraform/role-id"
"vault write -f auth/approle/role/terraform/secret-id"

As i watched the and perform DAY7 of Terraform 0 to Hero , Abhishek asked us to change this to read and write for role and secret ids from the vault

"vault read auth/approle/role/my-approle/role-id"
"vault write -f auth/approle/role/my-approle/secret-id"


instead of my-approle it must be "terraform" in both the above commands  as follows:

"vault read auth/approle/role/terraform/role-id" 
"vault write -f auth/approle/role/terraform/secret-id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant