
Implement LogForwardHandler for every k8s charm to forward service stdout to logging provider. Tempest-k8s is excluded because it implements its own logging handler. Change-Id: Iccc9f1f911acfaaecf733fe78cc4bc3191a231d5 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
19 lines
629 B
YAML
19 lines
629 B
YAML
name: keystone-ldap-k8s
|
|
display-name: Keystone LDAP integration
|
|
summary: Keystone Domain backend for LDAP or Active Directory
|
|
description: |
|
|
Keystone support the use of domain specific identity drivers,
|
|
allowing different types of authentication backend to be deployed in a single Keystone
|
|
deployment. This charm supports use of LDAP or Active Directory domain backends,
|
|
with configuration details provided by charm configuration options.
|
|
peers:
|
|
peers:
|
|
interface: keystone-dc-peer
|
|
provides:
|
|
domain-config:
|
|
interface: keystone-domain-config
|
|
requires:
|
|
logging:
|
|
interface: loki_push_api
|
|
optional: true
|