SLIDE 1
[keystone_authtoken] auth_uri = http:// admin_password = PASSWORD - - PowerPoint PPT Presentation
[keystone_authtoken] auth_uri = http:// admin_password = PASSWORD - - PowerPoint PPT Presentation
[keystone_authtoken] auth_uri = http:// admin_password = PASSWORD [api_database] Connection = mysql://USER:PASSWORD@HOST/TABLE !{SECRET: container_ref : key_name } !{ENV: env_var }
SLIDE 2
SLIDE 3
➡ ➡ ➡
SLIDE 4
[keystone_authtoken] auth_uri = http:// … admin_password = PASSWORD [api_database] Connection = mysql://USER:PASSWORD@HOST/TABLE
SLIDE 5
SLIDE 6
SLIDE 7
➡ ➡
- !{SECRET:container_ref:key_name}
- !{ENV:env_var}
SLIDE 8
SLIDE 9
SLIDE 10
SLIDE 11
➡ ➡ ➡
SLIDE 12
SLIDE 13
➡ ➡ ➡
SLIDE 14
- # start the dev server
- vault server -dev
- # check server status
- vault status
- # write secret to vault
- vault write secret/hello
value=world
- # read secret from vault
- vault read secret/hello
- # delete secret from vault
- vault delete secret/hello
➡ ➡ ➡ ➡ ➡
SLIDE 15
SLIDE 16