terraform-vault-okta
terraform-vault-okta copied to clipboard
Terraform module to configure Vault to use Okta with OIDC
Basically, it makes the module work in 2024!
Can the newest revision of the module be published to Terraform registry? The change in #7 makes this compatible with 1.x versions of Terraform.
Hi Please set allowed_redirect_uris as a variable. This will allow to add a new redirect_uri from main.tf
Would you consider adding an Apache License, Version 2.0 license file to the root of the repository?
There's a need to be able to control the `oidc_scopes` list of `vault_jwt_auth_backend_role.okta_role[]` resources via a variable. Use case example: If one uses the default Organization Authorization Server, one needs...