Commit Graph

16 Commits

Author SHA1 Message Date
Philippe Caseiro 5870f7bcdd feat(hydra-sql): adding new hydra login app 2023-11-02 08:51:01 +01:00
Matthieu Lamalle 2f5abafc1e set correct tag for hydra-oidc 2023-10-31 13:08:08 +01:00
Matthieu Lamalle 7d18b9ce7c add imagepullpolicy rule 2023-10-31 11:06:32 +01:00
Matthieu Lamalle 27dc0184d4 remove loginapp default app configmap 2023-07-27 14:07:30 +02:00
Matthieu Lamalle 97c889b5c7 update config default apps filename 2023-07-27 10:49:42 +02:00
Matthieu Lamalle a4341a68a5 set default configuration 2023-07-26 15:42:16 +02:00
Matthieu Lamalle e9d5b75686 correciton config 2023-07-26 14:45:24 +02:00
Matthieu Lamalle 9a4ffcee83 set hydra-oidc side container 2023-06-30 14:30:17 +02:00
Matthieu Lamalle 77d6886648 Utilisation images symfony-containers 2023-06-28 10:14:26 +02:00
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
wpetit 4a745fb9a1 wip: example app 2023-02-27 09:36:36 +01:00
wpetit d2960e3be2 feat: add hydra-saml component 2023-02-01 16:34:33 +01:00
wpetit f93ae0b4ba feat(hydra-oidc): add default environment 2023-02-01 15:16:59 +01:00
wpetit 2a479a1f86 feat: add hydra-oidc component 2023-02-01 14:02:39 +01:00
wpetit 9e73054781 fix: use variable to determine postgresql service name 2023-01-30 16:38:56 +01:00
wpetit 06b7aa7903 feat: initial commit 2023-01-27 10:16:19 +01:00