Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F13142390
create-vault-approle.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
258 B
Referenced Files
None
Subscribers
None
create-vault-approle.sh
View Options
#!/bin/sh
VAULT_POLICY
=
$1
vault write
"auth/approle/role/
$VAULT_POLICY
"
token_policies
=
"
$VAULT_POLICY
"
\
token_ttl
=
1h
token_max_ttl
=
4h
vault
read
"auth/approle/role/
$VAULT_POLICY
/role-id"
vault write -force
"auth/approle/role/
$VAULT_POLICY
/secret-id"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Fri, Nov 21, 16:14 (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3164212
Default Alt Text
create-vault-approle.sh (258 B)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment