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
Currently I can put a environment hook into S3. I would like to have support for the pre-exit hook.
I had a look at the code.
How about introducing another optional environment variable. It can be set to environment or pre-exit and if it is set to pre-exit, it does the same for pre-exit as it normally does for environment.
Would you accept such a contribution?
Cheers
Ruwen
The text was updated successfully, but these errors were encountered:
Hi @elruwen. Thanks for your question! We only want to support the use case of retrieving secrets from S3 in with this repo. If you would like to store part of an agent hook in S3, then it may be simpler to create the hooks in your agents hook path as bash scripts that download what then need from S3.
Perhaps if you could explan more about your use case and why you would like to run a pre-exit hook stored in S3 rather than, for example, a plugin stored in a git repo, we may be able to consdier this more throughly.
Moin!
Currently I can put a
environment
hook into S3. I would like to have support for the pre-exit hook.I had a look at the code.
How about introducing another optional environment variable. It can be set to environment or pre-exit and if it is set to pre-exit, it does the same for pre-exit as it normally does for environment.
Would you accept such a contribution?
Cheers
Ruwen
The text was updated successfully, but these errors were encountered: