Commit Graph

52 Commits

Author SHA1 Message Date
Philippe Caseiro 782118d5fe fix(components/hydra-maester): revert to 0.0.25 2023-12-22 13:56:49 +01:00
Philippe Caseiro d483626867 fix(components/hydra-maester): full overlay do no use missing componenents 2023-12-22 13:37:20 +01:00
Philippe Caseiro deeb8859dd fix(components/hydra-maester): resource name 2023-12-22 13:34:35 +01:00
Philippe Caseiro 7788295ef1 fix(components/hydra-maester): fix image version 2023-12-22 13:20:46 +01:00
Philippe Caseiro 4d81d59c3f fix(components/hydra-maester): back to resource 2023-12-22 13:20:04 +01:00
Philippe Caseiro 11522ad92e fix(components/hydra-maester): update maester version 2023-12-22 12:25:25 +01:00
Philippe Caseiro f04fae0da5 fix(components/hydra-maester): use the correct kind 2023-12-22 11:53:30 +01:00
Philippe Caseiro 3e0102b371 fix(components/hydra-maester): do not deploy CRD from here 2023-12-22 11:48:31 +01:00
Philippe Caseiro 76b90e6c82 feat(components): moving hydra-maester as componenent
This will prevent oauth2-client removal from hydra instances removal.
At the time if you deploy an hydra in your namespace for your app and
delete it, the hydra-maester CRD will be removed, but we don't want that.
More than one project will use this CRD.
2023-12-22 10:02:25 +01:00
Laurent Gourvenec 86754cf518 cosmetic(oidc-test): rename CM oidc-test to oidc-test-env 2023-12-11 17:33:02 +01:00
wpetit 8b02e8a875 Merge pull request 'Composant "OIDC Test"' (#7) from oidc-test-component-2 into develop
Reviewed-on: #7
2023-12-11 14:31:37 +01:00
wpetit caa180747e feat: add oidc-test app component 2023-12-11 14:29:30 +01:00
wpetit 4d29851350 Merge pull request 'Ajout de la tâche programmée "janitor" pour Hydra' (#8) from hydra-janitor into develop
Reviewed-on: #8
2023-12-11 13:46:54 +01:00
wpetit d88cc2de65 feat(hydra): add janitor cronjob 2023-12-11 11:30:50 +01:00
wpetit 435597f9f1 feat(hydra-dispatcher): update image tag 2023-12-11 10:47:56 +01:00
Matthieu Lamalle ee2bb1ea45 update hydra-dispatcher probes and image ref 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 63c5d7259c add probes 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 815917c306 add hydra-sql deployment 2023-12-11 10:47:56 +01:00
Philippe Caseiro bc6fe46e1c fix(saml): fixing port name longer than 15c 2023-12-11 10:47:56 +01:00
Philippe Caseiro 1b1cc27916 feat(hydra-sql): adding new hydra login app 2023-12-11 10:47:56 +01:00
Matthieu Lamalle d37e85000f set correct tag for hydra-oidc 2023-12-11 10:47:56 +01:00
Matthieu Lamalle d9570ec8d0 add imagepullpolicy rule 2023-12-11 10:47:56 +01:00
Matthieu Lamalle d56ae059a3 remove loginapp default app configmap 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 5ec48c8b22 update config default apps filename 2023-12-11 10:47:56 +01:00
Matthieu Lamalle aaae6e2f20 set default configuration 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 081e854454 correciton config 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 3dba6c0d69 set hydra-oidc side container 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 8c6dc30bde set hydra-dispatcher side container 2023-12-11 10:47:56 +01:00
Matthieu Lamalle 4ff0f83880 set hydra-dispatcher side container 2023-12-11 10:47:56 +01:00
Matthieu Lamalle e93bc069d3 set correct path for hydra-dispatcher conf 2023-12-11 10:47:56 +01:00
Matthieu Lamalle a56089efe5 Utilisation images symfony-containers 2023-12-11 10:47:56 +01:00
wpetit c4998279d5 Merge pull request 'feat(component): adding hydra-ldap' (#6) from f/werther into master
Reviewed-on: #6
2023-12-11 10:13:18 +01:00
wpetit 6de80b1d9c fix(hydra-ldap): update werther secret name references 2023-12-11 10:06:37 +01:00
wpetit 2f3cf60974 fix(hydra-ldap): update werther container port name 2023-12-11 09:56:27 +01:00
wpetit bf865b02e2 feat(hydra-ldap): rename resources from werther to hydra-ldap 2023-12-11 09:50:33 +01:00
Laurent Gourvenec 063b575117 feat(werther): update image 2023-12-06 15:38:40 +01:00
Laurent Gourvenec 38d3f1c1df feat(werther): adding a timeout for LDAP connection 2023-12-06 14:40:24 +01:00
Laurent Gourvenec 6acda0553e feat(component): adding werther 2023-11-29 10:22:33 +01:00
Matthieu Lamalle 6217c7b3fd Merge pull request 'Correction de l'exemple de déploiement' (#4) from fix-example-app into master
Reviewed-on: #4
2023-11-08 09:29:39 +01:00
wpetit 8fe8423071 fix: example app deployment with saml login app 2023-11-07 10:29:45 +01: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
Philippe Caseiro b1b834c2d4 feat(hydra): adding new literal to configmap hydra-env 2023-03-15 12:15:48 +01:00
wpetit 9e0215d6f2 chore: remove obsolete var 2023-02-28 10:13:28 +01: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 51535d76bf feat(hydra-dispatcher): mount default apps config as volume 2023-02-01 11:30:41 +01:00
wpetit 9e73054781 fix: use variable to determine postgresql service name 2023-01-30 16:38:56 +01:00
wpetit abe220ff40 fix: use variable to reference hydra-migrate job 2023-01-30 16:15:39 +01:00