This commit is contained in:
@@ -5,8 +5,8 @@ auto_auth {
|
||||
method "approle" {
|
||||
mount_path = "auth/approle"
|
||||
config = {
|
||||
role_id_file_path = "/vault/role_id"
|
||||
secret_id_file_path = "/vault/secret_id"
|
||||
role_id_file_path = "/vault/secrets/role_id"
|
||||
secret_id_file_path = "/vault/secrets/secret_id"
|
||||
}
|
||||
}
|
||||
sink "file" { config = { path = "/vault/token" } }
|
||||
|
||||
Reference in New Issue
Block a user