b70fa7d8a3
Update charmcraft.yaml file to use base and platforms, only allowing noble support. - update README to use Caracal instead of Yoga in testing - Drop non-noble tests - Update osci.yaml to use charmcraft 3.x/beta - Remove focal from metadata.yaml - add upstream Zuul job to check charm builds Change-Id: I292e46d4d0803c1422fe3f94675c6d593bca4a9f
34 lines
891 B
YAML
34 lines
891 B
YAML
name: keystone-openidc
|
|
subordinate: true
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
display-name: Keystone OpenID Connect
|
|
summary: Federated identity with OpenID Connect for Keystone
|
|
description: |
|
|
This subordinate charm provides a way to integrate a Open ID Connect based
|
|
identity provider with Keystone using
|
|
[mod_auth_openidc](https://github.com/zmartzone/mod_auth_openidc). Apache
|
|
operates as a OpenID Connect Relaying Party towards an OpenID Connect
|
|
Provider.
|
|
|
|
tags:
|
|
- openstack
|
|
- identity
|
|
- federation
|
|
- openidc
|
|
series:
|
|
- jammy
|
|
provides:
|
|
keystone-fid-service-provider:
|
|
interface: keystone-fid-service-provider
|
|
scope: container
|
|
websso-fid-service-provider:
|
|
interface: websso-fid-service-provider
|
|
scope: global
|
|
requires:
|
|
container:
|
|
interface: juju-info
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: cluster
|