这是indexloc提供的服务,不要输入任何密码
Skip to content

misurellig/terraform-vault-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-vault-jwt

This repo contains a set of modules to setup a Vault JWT authentication method and create a bunch of configurations to demo its main functionalities.

This Module includes:

Requirements

Name Version
terraform >= 0.12

Other than the terraform version, this module requires proper credentials to authentication against the Vault endpoint to configure as well as an OIDC discovery url for the End-User's OpenID Provider.

Providers

Name Version
vault n/a

Inputs

Name Description Type Default
vault_endpoint Vault endpoint string "http://127.0.0.1:8200"

Outputs

Name Description
jwt_auth_backend_bound_issuer Bound issuer for the authentication backend
jwt_auth_backend_oidc_discovery_url OIDC discovery url for the authentication backend
jwt_auth_backend_user_claim User claims for the JWT authentication method

About

A terraform module to setup JWT authentication method in Hashicorp Vault

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages