pull/81/head
Muhammad Atif Ali 2 years ago
parent 01cad370fd
commit 111290f9a2
No known key found for this signature in database

@ -16,6 +16,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
```hcl ```hcl
module "vault" { module "vault" {
source = "https://registry.coder.com/modules/vault" source = "https://registry.coder.com/modules/vault"
agent_id = coder_agent.example.id
vault_addr = "https://vault.example.com" vault_addr = "https://vault.example.com"
} }
``` ```
@ -70,6 +71,7 @@ CODER_EXTERNAL_AUTH_0_SCOPES: "openid"
```hcl ```hcl
module "vault" { module "vault" {
source = "https://registry.coder.com/modules/vault" source = "https://registry.coder.com/modules/vault"
agent_id = coder_agent.example.id
vault_addr = "https://vault.example.com" vault_addr = "https://vault.example.com"
auth_provider_id = "my-auth-id" auth_provider_id = "my-auth-id"
} }
@ -80,6 +82,7 @@ module "vault" {
```hcl ```hcl
module "vault" { module "vault" {
source = "https://registry.coder.com/modules/vault" source = "https://registry.coder.com/modules/vault"
agent_id = coder_agent.example.id
vault_addr = "https://vault.example.com" vault_addr = "https://vault.example.com"
vault_cli_version = "1.15.0" vault_cli_version = "1.15.0"
} }

Loading…
Cancel
Save