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
Since the copySecretJob only runs once (initial deploy), TUF's secrets can get stale. this is not super common since these secrets are not expected to change often, but in the event that they do, TUF quickly loses its source of truth.
Suggestion:
adding an optional cronJob (e.g. w/ a enable/disable switch, ability to update its schedule, cronJob.schedule, etc).
if enabled, the name of the copySecretJob would change to copySecretJob.name-immediate and the cronJob would be named copySecretJob.name-scheduled.
The text was updated successfully, but these errors were encountered:
Description
Since the copySecretJob only runs once (initial deploy), TUF's secrets can get stale. this is not super common since these secrets are not expected to change often, but in the event that they do, TUF quickly loses its source of truth.
Suggestion:
copySecretJob.name
-immediate and the cronJob would be namedcopySecretJob.name
-scheduled.The text was updated successfully, but these errors were encountered: