![kushalagrawal](/assets/img/avatar_default.png)
Previously there were 2 ways to validate the access_token 1. define auth_url, which will send the access_token to keycloak for validation 2. define absolute user_info_endpoint_url to validate the custom url In this patch we have removed the 1st option to validate everytime with keycloak instead we are taking keyclaok certs and constructing public key with it and then validating using access_token using public key and iss(optional). We are keeping the public key in cache to not to request keycloak repeatedly. Change-Id: Ie0551c2f9f8a37debd50e7aebcf35f7143db44f9
Glare
Glare (from GLare Artifact REpository) is a service that provides access to a unified catalog of structured meta-information as well as related binary data (these structures are also called 'artifacts').
- Get Started: https://github.com/openstack/glare/blob/master/doc/source/quickstart.rst
- Documentation: https://github.com/openstack/glare/blob/master/doc
- Source: https://git.openstack.org/cgit/openstack/glare
- Bugs: https://bugs.launchpad.net/glare
- Blueprints:** https://blueprints.launchpad.net/glare
- REST Client:** https://git.openstack.org/cgit/openstack/python-glareclient
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description
Languages
Python
98.7%
Shell
1.2%
Mako
0.1%