sso-kustom/components/hydra-cnpg-database
Philippe Caseiro 8075071f22 feat(resource): adding new hydra-maester resource
This allow to manage "Clients" with a CRD

from official doc:

The controller listens for Custom Resource which defines client registration request.
Once Custom resource is created, the controller register oauth2 client in hydra using
hydra's REST API.

Client Id, Client Secret and Identifier of the client in hydra are be stored in the
kubernetes as a secret and referenced in the applied CR. Reference is used to
identify in which kubernetes secret are stored mentioned properties.

Secret iscreated in the same namespace of applied CR. By default controller should
be deployed in the same pod as hydra. Service discovery will come in place in the future.
2023-06-12 14:07:51 +02:00
..
configurations feat: initial commit 2023-01-27 10:16:19 +01:00
patches fix: use variable to determine postgresql service name 2023-01-30 16:38:56 +01:00
resources feat: initial commit 2023-01-27 10:16:19 +01:00
kustomization.yaml feat(resource): adding new hydra-maester resource 2023-06-12 14:07:51 +02:00