-
Notifications
You must be signed in to change notification settings - Fork 33
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
-secret-env flag useless without -entrypoint #14
Comments
…n#14) - Set the renewal threshold to a smaller value of 2 hours, instead of 12 hours. This will eliminate unnecessary and frequent renewal attempts that occurred with the previous defaults. - Default renewal increment value is 43200
Some use cases involve running the binary in a stand alone fashion, not inside of a container, where the endpoint flag would not be used. |
So if you run |
You're right! I think this might be a remnant from much older work that involved utilizing |
Is there any reason to have
-entrypoint
without-secret-env
? Can-secret-env
be removed and rolled into-entrypoint
as the default behavior?The text was updated successfully, but these errors were encountered: