Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: jwt_auth_backend support tune.description #2351

Open
pvickery-ParamountCommerce opened this issue Nov 1, 2024 · 0 comments
Open

Comments

@pvickery-ParamountCommerce

Description

In the tune block of jwt_auth_backend, the description field is not supported despite being available in the API. It can be found under /sys/auth/{path}/tune. Can this be supported?

Affected Resource(s) and/or Data Source(s)

jwt_auth_backend

Potential Terraform Configuration

# OIDC Connection
resource "vault_jwt_auth_backend" "this" {
  path               = "oidc"
  ...
  tune {
    listing_visibility = "unauth"
    description = "Test description"
  }
}

References

https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/jwt_auth_backend#default_lease_ttl (tune block)

https://developer.hashicorp.com/vault/api-docs/system/auth#read-auth-method-tuning

Would you like to implement a fix?

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant