Skip to content

Commit ada2d63

Browse files
author
Myztiq
committed
Updated access token.
1 parent 084f934 commit ada2d63

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ansible/gamma-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ vault_token_02=3489b87c913058740537bbbd4503f3720d74f7cb0f4e0c30a9436e1e52a18d700
182182
vault_token_03=ac4e1e9800cbf77283298d08172a2f0e46d0b7cbc457c47788d04768af12584a02
183183
registry_username=runnable+gamma
184184
registry_token=8G0NT1HZQZHYXU7OB1QAI8HA1560V6R68DE6R6B8YJWQAED82JAFCD057ZWIDT76
185-
dock_vault_user_creation_access_token=0bffe4f4-185e-af41-2b85-73822b520a66
185+
dock_vault_user_creation_access_token=137f441f-db71-40a2-8448-10a565323b1e
186186

187187
[web:vars]
188188
web_intercom_id=xs5g95pd

ansible/roles/vault/additional-files/user-vault/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Vault is specifically setup to be manually setup. This is not automated for a reason.
44

5+
```
6+
kubectl port-forward INSTERT_VAULT_ID 8300:8200
7+
export VAULT_ADDR=http://localhost:8300
8+
```
9+
510
The first time you setup vault we need to manually configure a bunch
611
of things so we don't pass around the root token.
712

@@ -43,10 +48,5 @@ Create a new token for the docks, so they can create readonly tokens.
4348

4449
Save that token as the dock-creator token
4550

46-
10ce7be2-e029-fa4e-834e-e8f5ee0f5ca8
47-
48-
49-
50-
5151
This allows the vault user to create a new user!
5252
vault write -f auth/token/create/organizations-readonly

0 commit comments

Comments
 (0)