Replies: 1 comment
-
Couldn't you write a bash or python script that calls the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use the Monolith for developing and testing our Janssen server.
Currentlly after starting the docker container from a blank state, I wait until the installation script finished and then manually use the Janssen CLI (/opt/jans/jans-cli/config-cli.py) to upload the interception scripts and set some configuration.
However, we would like to automate this, but I'm a bit lost how to do this. Is their a way to just provide some configruations, that are automatically applied during install or right afterwards?
If not I will have to write some code that obtains the access token and use CURL to make the configuration.
This would run in another docker container once janssen started and install is done.
But I was just wondering if their is a more elegant solution to do this with the Monolith.
Beta Was this translation helpful? Give feedback.
All reactions