SecretManagerSecret's nextRotationTime
should take a duration relative to now()
#510
Labels
enhancement
New feature or request
Describe the feature or resource
For
SecretManagerSecret
, it's awkward to specify a time in the future because "the future" at the time of writing and opening a Pull Request might be "the past" by the time the PR is merged and the resource is applied to the cluster.Ideally, as a KCC user, I'd be able to specify something like this:
which would cause KCC to create a
SecretManagerSecret
with anextRotationTime
of 5 minutes from the time that it creates the GCP resourceImportance
This is a pain point that almost entirely stops us from using automatic rotation of secrets. Ideally, we'd be able to populate the secret with some bootstrap value, then (almost) immediately rotate it. This is useful for things like CloudSQL user passwords.
The text was updated successfully, but these errors were encountered: