-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Certificate Bot Refresh and TTLs #10030
Comments
Needs better names for |
I wonder if we can put an expiration on the bot's backing user and role to implement a max TTL? (And probably have Certificate TTL and refresh interval are currently client-side flags, so I'm curious if there's specific desire to move them server-side or if they're in an appropriate place already. The server does enforce a maximum renewal duration but it's global and not currently configurable. |
In the current proposal:
@russjones I agree that On naming:
All in all, my vote would be for:
|
@timothyb89 These are all implemented now right? |
Mostly. The I imagine we could still push through the |
Upcoming certificate bot project should support the following refresh intervals and TTLs.
Max TTL
The maximum TTL defines the maximum time this bot user (and renewable certificate) will exist.
Refresh Interval
The refresh TTL defines how often the renewable certificate is refreshed.
Certificate TTL
The certificate TTL defines how long the short lived certificates will live for.
The text was updated successfully, but these errors were encountered: