coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
33 stars 33 forks source link

feat(vault-jwt): Add Vault JWT/OIDC module #297

Closed matifali closed 1 month ago

matifali commented 1 month ago

This module makes use of existing OIDC access token to authenticate with Vault. It requires setting up a Vault JWT/OIDC auth with the same OIDC provider used with Coder.

This module should let users get non interactive authentication with vault.

I tested this with Okta.