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
Users of PREvant want to extend configurations of services dynamically. This custom configuration might be based on some team-specific development processes and potentially on some state that needs to be persisted.
Therefore, PREvant could make use of the scripting engine rhai:
In the configuration PREvant could offer a hooks section:
Based on this example PREvant would execute /path/to/preDeployment.rhai with app name, service configurations, state, etc. and the script could modify, fitler, the service configurtions and state, before the actual deployment happens.
This could replace the secrets eventually.
The text was updated successfully, but these errors were encountered:
This issue is currently just an idea.
Users of PREvant want to extend configurations of services dynamically. This custom configuration might be based on some team-specific development processes and potentially on some state that needs to be persisted.
Therefore, PREvant could make use of the scripting engine rhai:
In the configuration PREvant could offer a hooks section:
Based on this example PREvant would execute
/path/to/preDeployment.rhai
with app name, service configurations, state, etc. and the script could modify, fitler, the service configurtions and state, before the actual deployment happens.This could replace the secrets eventually.
The text was updated successfully, but these errors were encountered: