Skip to content

Commit cd89bee

Browse files
committed
Fix role_id variable name
1 parent 50a6bac commit cd89bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/configuration/vault.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ Run vault-deploy-barbican.yml custom playbook
241241
Add secrets_barbican_approle_id to secrets
242242
------------------------------------------
243243

244-
Insert into secrets.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/secrets.yml
244+
Note the role id from playbook output and insert into secrets.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/secrets.yml
245245

246246
.. code-block::
247247
248-
secrets_barbican_approle_id: "YOUR-APPROLE-ID-GOES-HERE"
248+
secrets_barbican_approle_role_id: "YOUR-APPROLE-ID-GOES-HERE"
249249
250250
Configure Barbican
251251
------------------

0 commit comments

Comments
 (0)