You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be possible to align with the existing rotation context, and would require some conditions around when a generation context is permitted vs. a statically assigned secret.
It should then be possible to pull the secret back into Terraform and use it within the same Terraform execution.
Thanks!
The text was updated successfully, but these errors were encountered:
Community Note
Description
The vault secrets API now offers the capability to generate specific types of secrets such as:
This can be seen in the following resources:
New or Affected Resource(s)
oci_vault_secret
Potential Terraform Configuration
The resource should be expanded to support the
secret-generation-context
, which requires the fields such asThis should be possible to align with the existing rotation context, and would require some conditions around when a generation context is permitted vs. a statically assigned secret.
It should then be possible to pull the secret back into Terraform and use it within the same Terraform execution.
Thanks!
The text was updated successfully, but these errors were encountered: