Commit Graph

205 Commits

Author SHA1 Message Date
1027224583 docs: Incorporates changes from version v0.0.24 2021-09-20 08:29:16 +00:00
028c3df4c2 fix(controller): Ensure that OAuth2Client reconciliation creates hydra client for specs (#83) 2021-09-14 14:07:06 +02:00
273922d2e2 Merge pull request #88 from Demonsthere/chore/kind-0.11
chore: update kind
2021-09-13 14:38:45 +02:00
b99e7637e3 chore: add imagePullPolicy 2021-09-13 12:04:33 +02:00
6a3a852066 chore: update kind 2021-09-13 11:37:56 +02:00
f48baff5e8 Merge pull request #84 from ory/meta-08-30-21-12-42-13
chore: update repository template to ed8a3628
2021-09-01 09:34:43 +02:00
43b73a5067 chore: update repository templates 2021-09-01 09:23:35 +02:00
123d62e650 Merge pull request #87 from piotrmsc/fix/ci
fix: installing kubebuilder binary.
2021-08-31 11:43:01 +02:00
36879b4803 fix: installing kubebuilder binary.
Added anchor for installing kube builder and using links in the steps for it.
2021-08-31 11:02:34 +02:00
56886f70ad chore: update repository templates (#85) 2021-08-31 11:44:13 +03:00
c97df27d0f Merge pull request #86 from piotrmsc/update-codeowners
chore: update codeowners of the repository
2021-08-31 10:28:10 +02:00
1154eb68b6 chore: update codeowners of the repository 2021-08-31 09:57:37 +02:00
74476d77f6 chore: update repository templates (#81) 2021-08-29 07:06:06 +02:00
475aa34536 chore: update repository templates (#79) 2021-08-10 09:11:02 +02:00
540b99a698 chore: update repository templates (#80) 2021-08-10 09:10:49 +02:00
e527d94239 chore: update repository templates (#78) 2021-08-03 11:22:10 +02:00
a66d596fa1 chore: update repository templates (#77) 2021-07-29 16:25:21 +02:00
d02f9e0d35 chore: update repository templates (#76) 2021-07-12 21:45:42 +02:00
bc03aafb28 chore: update repository templates (#74) 2021-06-21 11:51:14 +02:00
0c80f72381 docs: Incorporates changes from version v0.0.23 2021-06-11 10:32:10 +00:00
e88fdf68d8 Merge pull request #72 from romanlytvyn/fix-crd-client-metadata
fix: oauth client metadata as object in CRD (#71)
2021-06-04 15:32:39 +02:00
f9bfa0a0dd fix: annotate errors with stack trace 2021-06-04 15:05:23 +02:00
cd33789adc fix: return original error if no reconciliation update error 2021-06-04 14:36:15 +02:00
9f58744fe5 fix: use correct status code for update 2021-06-04 13:54:41 +02:00
989dd1567a fix: add missing reconciliation status error update 2021-06-04 13:48:35 +02:00
8029224178 add: metadata encoding error propagation 2021-06-04 13:10:08 +02:00
1bd0d394b0 fix: mark oauth client metadata nullable and optional 2021-06-03 20:14:06 +02:00
d9eeaace15 fix: oauth client metadata as object in CRD (#71) 2021-06-03 15:00:02 +02:00
8b8746d271 docs: Incorporates changes from version v0.0.22 2021-05-13 12:27:12 +00:00
0d726dd0b7 feat: single namespace (#65)
Closes #64
Closes #63
2021-05-13 13:50:21 +02:00
2658f82cc6 docs: add warning regarding project state 2021-05-11 18:44:40 +02:00
7d8ed87a98 docs: Incorporates changes from version v0.0.21 2021-05-10 09:25:07 +00:00
0ac577939c feat: support to ory hydra running in secure mode (#62) 2021-05-10 11:18:39 +02:00
9d56503601 docs: Incorporates changes from version v0.0.20 2021-05-10 08:50:24 +00:00
9b8f463527 build: update CRDs and k8s dependencies (#68) 2021-05-10 10:35:08 +02:00
3fa0cc3b66 docs: Incorporates changes from version v0.0.19 2020-06-29 08:59:47 +00:00
53aea68766 feat: add AllowedCorsOrigins (#58) 2020-06-29 10:56:40 +02:00
e626afcc04 fix: add oauth client name to the CRD spec (#56)
Signed-off-by: Tiago Angelo <kurtis.angelo@gmail.com>
2020-06-22 11:32:50 +02:00
99665fa7e2 docs: Incorporates changes from version v0.0.18 2020-06-08 11:53:33 +00:00
c337b2d8f4 feat: allow postLogoutRedirectsUris to be set (#54)
Closes #51

Signed-off-by: Clément BUCHART <clement@buchart.dev>
2020-06-08 12:09:32 +02:00
db7513800e docs: Incorporates changes from version v0.0.17 2020-04-02 12:49:07 +00:00
85746c8b0b docs: Incorporates changes from version v0.0.16 2020-03-26 09:42:51 +00:00
ce3ca789ea fix: tolerate nil secret when tokenEndpointAuthMethod is none (#53)
Signed-off-by: Clément BUCHART <clement@buchart.dev>
2020-03-26 10:19:11 +01:00
38907c2ad4 docs: Incorporates changes from version v0.0.15 2020-02-27 19:27:30 +00:00
c56ba7d6b6 fix: treat Hydra 401 response like a 404 (#50)
Fixes #49
2020-02-27 13:21:30 +01:00
f26a820fe9 docs: Incorporates changes from version v0.0.14 2020-02-19 10:38:28 +00:00
bef5ccdcbb docs: Incorporates changes from version v0.0.13 2020-02-11 16:08:13 +00:00
ef9f2e2538 feat: Reconcile missing and updated OAuth2 Clients (#46) 2020-02-11 17:05:41 +01:00
cf90a964fc docs: Incorporates changes from version v0.0.12 2020-02-05 08:45:47 +00:00
f8f51ea2f8 fix: Use scoped client name in Reconcile (#45)
When the maester creates a client, it adds the namespace to the owner. This fix takes that into account when checking for updates.

Without this patch, the maester fails to update the client with hydra when the k8s admin makes changes to the oauth2client resource in a namespace.

Testing image is available at `dangersalad/hydra-maester:v0.0.12-alpha2`.
2020-02-05 09:43:04 +01:00