This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/config
Joseph Schorr 8aac3fd86e Add support for an external JWT-based authentication system
This authentication system hits two HTTP endpoints to check and verify the existence of users:

Existance endpoint:
GET http://endpoint/ with Authorization: Basic (username:) =>
    Returns 200 if the username/email exists, 4** otherwise

Verification endpoint:
GET http://endpoint/ with Authorization: Basic (username:password) =>
    Returns 200 and a signed JWT with the user's username and email address if the username+password validates, 4** otherwise with the body containing an optional error message

The JWT produced by the endpoint must be issued with an issuer matching that configured in the config.yaml, and the audience must be "quay.io/jwtauthn". The JWT is signed using a private key and then validated on the Quay.io side with the associated public key, found as "jwt-authn.cert" in the conf/stack directory.
2015-06-05 13:20:10 -04:00
..
config-bool-field.html Start on config setup tool. This tool is not yet functional. 2014-12-26 16:54:36 -05:00
config-contact-field.html Require that all form fields marked 'required' are filled out before we allow config validation 2015-01-08 15:58:35 -05:00
config-contacts-field.html Get the contacts field partially working 2015-01-05 17:10:01 -05:00
config-file-field.html Move config handling into a provider class to make testing much easier 2015-01-09 16:23:31 -05:00
config-list-field.html Start on config setup tool. This tool is not yet functional. 2014-12-26 16:54:36 -05:00
config-map-field.html Add Swift storage library 2015-05-26 16:05:21 -04:00
config-numeric-field.html Start on config setup tool. This tool is not yet functional. 2014-12-26 16:54:36 -05:00
config-parsed-field.html Start on config setup tool. This tool is not yet functional. 2014-12-26 16:54:36 -05:00
config-setup-tool.html Add support for an external JWT-based authentication system 2015-06-05 13:20:10 -04:00
config-string-field.html Add Swift storage library 2015-05-26 16:05:21 -04:00
config-variable-field.html Start on config setup tool. This tool is not yet functional. 2014-12-26 16:54:36 -05:00