mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
vault: add use_identity and default_identity agent configuration and implicit workload identity (#18343)
This commit is contained in:
9
command/agent/testdata/basic.json
vendored
9
command/agent/testdata/basic.json
vendored
@@ -389,12 +389,19 @@
|
||||
"ca_path": "/path/to/ca",
|
||||
"cert_file": "/path/to/cert/file",
|
||||
"create_from_role": "test_role",
|
||||
"default_identity": {
|
||||
"aud": ["vault.io", "nomad.io"],
|
||||
"env": false,
|
||||
"file": true,
|
||||
"ttl": "3h"
|
||||
},
|
||||
"enabled": false,
|
||||
"key_file": "/path/to/key/file",
|
||||
"task_token_ttl": "1s",
|
||||
"tls_server_name": "foobar",
|
||||
"tls_skip_verify": true,
|
||||
"token": "12345"
|
||||
"token": "12345",
|
||||
"use_identity": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user