htcondor / scitokens-credmon

HTCondor implementation of the Scitokens credential monitor
Apache License 2.0
3 stars 7 forks source link

Make deploy script configurable/universal #28

Closed jasoncpatton closed 4 years ago

jasoncpatton commented 5 years ago

In the deploy script, an admin should be able to specify which web server they want to use, where the credential directory should be, and what subdirectory (if any) the webserver should host the Flask app under. Thinking some of this should be done interactively (with an option to skip and use defaults) rather than having a ton of command line options.

Also, the Apache part as is probably only works in RHEL-dervied distros, where we assume Apache configs are in /etc/httpd. How can we make this more universal?