charm-keystone-openidc/requirements.txt
Felipe Reyes f93b4451fb Add OIDCOAuth config to Apache.
This change introduces the configuration of OAuth to enable auth-openidc
which is browser-less.

When enable-oauth is set to true (the default) and
oidc-auth-verify-jwks-uri is empty, the charm will try use
oidc-oauth-introspection-endpoint if set, otherwise the charm will fetch
the content at oidc-provider-metadata-url and use the value available at
the key introspection_endpoint.
2022-08-16 10:44:26 -04:00

4 lines
99 B
Plaintext

ops>=1.5.0
git+https://opendev.org/openstack/charm-ops-openstack@master#egg=ops_openstack
requests