-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add ability to exit on successful retrieval of JWT SVID #121
Comments
It also can not run a command on exit near as I can tell. The code should probably call the same function that does cmd execution and signaling as well as exit? |
Yes, I think so. It's confusing that there's not parity here. |
Actually signaling might be confusing since if there's multiple JWTs, it would signal multiple times. |
Signed-off-by: Keegan Witt <[email protected]>
The same is true on exiting? With multiple jwts I'd think the exit should happen when all have been fetched. Probably signaling, and cmd should happen the same way? But that is more tricky... |
Yea, I guess it should signal once when all the JWTs are fetched, not each time. Dunno why I didn't think of that. |
@keeganwitt This should be met with the daemon-mode setting released in 0.8.0. Can you confirm? |
Yes, this is the case. |
No description provided.
The text was updated successfully, but these errors were encountered: