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
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
..
css Add an endpoint for downloading the logs of a build. 2015-05-26 17:24:18 -04:00
directives Add support for an external JWT-based authentication system 2015-06-05 13:20:10 -04:00
img Update screenshots and tour content 2015-05-13 14:24:12 -04:00
js Add support for an external JWT-based authentication system 2015-06-05 13:20:10 -04:00
lib Get a nice dropdown of tags working on the visualize tags tab 2015-04-27 17:36:31 -04:00
partials Fix tutorial 2015-05-13 14:55:39 -04:00
standalonelib Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt 2014-04-15 16:35:15 -04:00
tutorial Fix tutorial 2015-05-13 14:55:39 -04:00
robots.txt Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00
sitemap.xml Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00