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
{{ message }}
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
Much of the default data Asgard injects maps closely to the environment config components expect in a non-test setting.
This means taking the variables from the user data Asgard sets, and applying them to the launch-time properties of underlying java application where applicable.
We can use the following construct in /etc/default/jetty:
-Dsome.var=$(shellcommand --params)
This at least gets us availabily of Asgard's environment injections at startup.
Needs more work yet, testing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
More here: https://github.com/Netflix/asgard/wiki/Customizing-User-Data
Much of the default data Asgard injects maps closely to the environment config components expect in a non-test setting.
This means taking the variables from the user data Asgard sets, and applying them to the launch-time properties of underlying java application where applicable.
We can use the following construct in /etc/default/jetty:
This at least gets us availabily of Asgard's environment injections at startup.
Needs more work yet, testing.
The text was updated successfully, but these errors were encountered: