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