10000 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
Next Next commit
Update vault-jwt/README.md
Co-authored-by: M Atif Ali <me@matifali.dev>
  • Loading branch information
moo-im-a-cow and matifali authored May 8, 2025
commit 4a3dab947d0202416304f2941db262e1f128ab48
2 changes: 1 addition & 1 deletion vault-jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module "vault" {

#### example vault jwt role

```
```shell
vault write auth/<JWT_MOUNT>/role/workspace -<<EOF
{
"user_claim": "sub",
Expand Down
0