Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 0bf13bc

Browse files
committed
bump version in readme
1 parent f19c0a4 commit 0bf13bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vault-jwt/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This module lets you authenticate with [Hashicorp Vault](https://www.vaultprojec
1616
module "vault" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/modules/vault-jwt/coder"
19-
version = "1.0.20"
19+
version = "1.0.21"
2020
agent_id = coder_agent.example.id
2121
vault_addr = "https://vault.example.com"
2222
vault_jwt_role = "coder" # The Vault role to use for authentication
@@ -43,7 +43,7 @@ curl -H "X-Vault-Token: ${VAULT_TOKEN}" -X GET "${VAULT_ADDR}/v1/coder/secrets/d
4343
module "vault" {
4444
count = data.coder_workspace.me.start_count
4545
source = "registry.coder.com/modules/vault-jwt/coder"
46-
version = "1.0.20"
46+
version = "1.0.21"
4747
agent_id = coder_agent.example.id
4848
vault_addr = "https://vault.example.com"
4949
vault_jwt_auth_path = "oidc"
@@ -59,7 +59,7 @@ data "coder_workspace_owner" "me" {}
5959
module "vault" {
6060
count = data.coder_workspace.me.start_count
6161
source = "registry.coder.com/modules/vault-jwt/coder"
62-
version = "1.0.20"
62+
version = "1.0.21"
6363
agent_id = coder_agent.example.id
6464
vault_addr = "https://vault.example.com"
6565
vault_jwt_role = data.coder_workspace_owner.me.groups[0]
@@ -72,7 +72,7 @@ module "vault" {
7272
module "vault" {
7373
count = data.coder_workspace.me.start_count
7474
source = "registry.coder.com/modules/vault-jwt/coder"
75-
version = "1.0.20"
75+
version = "1.0.21"
7676
agent_id = coder_agent.example.id
7777
vault_addr = "https://vault.example.com"
7878
vault_jwt_role = "coder" # The Vault role to use for authentication

0 commit comments

Comments
 (0)