Web service which provides an Identity Provider selection user interface for Accessing GaaP Services.
git clone [email protected]:crossgovernmentservices/ags_gateway.git
cd ags_gateway
./run-app
The gateway service looks for certain environment variables for settings. The following variables are OPTIONAL:
PORT
- The port number the gateway app will listen on - defaults to
5000
SERVER_NAME
- The hostname (and port number, if not 80) of the gateway server - defaults
to
localhost:$PORT
SECRET_KEY
- The secret used to encrypt session cookies - override this if deploying to multiple hosts - WARNING defaults to an insecure secret
This source code is provided as-is, with no incident response or support levels. Please log all questions, issues, and feature requests in the Github issue tracker for this repo, and we'll take a look as soon as we can. If you're reporting a bug, then it really helps if you can provide the smallest possible bit of code that reproduces the issue. A failing test is even better!
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed
- Check the issue tracker to make sure someone hasn't already requested and/or contributed the feature
- Fork the project
- Start a feature/bugfix branch
- Commit and push until you are happy with your contribution
- Make sure your changes are covered by unit tests, so that we don't break it unintentionally in the future.
- Please don't mess with setup.py, version or history.
Copyright © 2017 HM Government (Government Digital Service). See LICENSE for further details.