8000 feat(vault-jwt): allow specifying the vault jwt token directly by moo-im-a-cow · Pull Request #436 · coder/modules · GitHub
[go: up one dir, main page]

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

feat(vault-jwt): allow specifying the vault jwt token directly #436

Merged
merged 21 commits into from
May 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update readme
  • Loading branch information
moo-im-a-cow committed May 8, 2025
commit 51c46edc0575c13c20ca80388825c1a82f2eb9ff
2 changes: 1 addition & 1 deletion vault-jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module "vault" {
#### Example Vault JWT role

```shell
vault write auth/JWT_MOUNT/role/workspace -<<EOF
vault write auth/JWT_MOUNT/role/workspace - << EOF
{
"user_claim": "sub",
"bound_audiences": "https://vault.example.com",
Expand Down
0