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
We need some central way to manage secrets, which includes rotation of secrets. Of course we'd like to be Infisical to be that place.
Realistically, Infisical will not implement auto-rotation for all or even most systems. Thus, the question is – how do we rotate secrets?
The answer, I think, would be just tasks. As in, we'd like to have a way to note down the expiry for a secret and fire warnings/alerts/reminders that there are upcoming expired credentials. Ideally this would fire into Slack, or perhaps go through Datadog.
Why would it be useful?
Secrets expire, and right now we usually find this out by either:
the 3rd party reminders (presuming they send them and that the email they have on file is valid/up-to-date)
when things fail in prod
Infisical could provide a clear and consistent place for us to track this stuff.
Additional context
We had a secret expire in production today.
The text was updated successfully, but these errors were encountered:
Feature description
We need some central way to manage secrets, which includes rotation of secrets. Of course we'd like to be Infisical to be that place.
Realistically, Infisical will not implement auto-rotation for all or even most systems. Thus, the question is – how do we rotate secrets?
The answer, I think, would be just tasks. As in, we'd like to have a way to note down the expiry for a secret and fire warnings/alerts/reminders that there are upcoming expired credentials. Ideally this would fire into Slack, or perhaps go through Datadog.
Why would it be useful?
Secrets expire, and right now we usually find this out by either:
Infisical could provide a clear and consistent place for us to track this stuff.
Additional context
We had a secret expire in production today.
The text was updated successfully, but these errors were encountered: