10 lines
253 B
Nix
10 lines
253 B
Nix
{
|
|
khscodes.infrastructure.vault-server-approle.path = "\${ vault_auth_backend.approle.path }";
|
|
khscodes.infrastructure.provisioning.post.modules = [
|
|
{
|
|
resource.vault_auth_backend.approle = {
|
|
type = "approle";
|
|
};
|
|
}
|
|
];
|
|
}
|