227 Commits

Author SHA1 Message Date
ORY Continuous Integration
8b8746d271 docs: Incorporates changes from version v0.0.22 2021-05-13 12:27:12 +00:00
Jakub Błaszczyk
0d726dd0b7
feat: single namespace (#65)
Closes #64
Closes #63
2021-05-13 13:50:21 +02:00
hackerman
2658f82cc6
docs: add warning regarding project state 2021-05-11 18:44:40 +02:00
ORY Continuous Integration
7d8ed87a98 docs: Incorporates changes from version v0.0.21 2021-05-10 09:25:07 +00:00
fjvierap
0ac577939c
feat: support to ory hydra running in secure mode (#62) 2021-05-10 11:18:39 +02:00
ORY Continuous Integration
9d56503601 docs: Incorporates changes from version v0.0.20 2021-05-10 08:50:24 +00:00
Julia Iskierka
9b8f463527
build: update CRDs and k8s dependencies (#68) 2021-05-10 10:35:08 +02:00
ORY Continuous Integration
3fa0cc3b66 docs: Incorporates changes from version v0.0.19 2020-06-29 08:59:47 +00:00
Jonathan Lima
53aea68766
feat: add AllowedCorsOrigins (#58) 2020-06-29 10:56:40 +02:00
Tiago Angelo
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
ORY Continuous Integration
99665fa7e2 docs: Incorporates changes from version v0.0.18 2020-06-08 11:53:33 +00:00
Clément BUCHART
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
ORY Continuous Integration
db7513800e docs: Incorporates changes from version v0.0.17 2020-04-02 12:49:07 +00:00
ORY Continuous Integration
85746c8b0b docs: Incorporates changes from version v0.0.16 2020-03-26 09:42:51 +00:00
Clément BUCHART
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
ORY Continuous Integration
38907c2ad4 docs: Incorporates changes from version v0.0.15 2020-02-27 19:27:30 +00:00
Jeffrey Hutchins
c56ba7d6b6
fix: treat Hydra 401 response like a 404 (#50)
Fixes #49
2020-02-27 13:21:30 +01:00
ORY Continuous Integration
f26a820fe9 docs: Incorporates changes from version v0.0.14 2020-02-19 10:38:28 +00:00
ORY Continuous Integration
bef5ccdcbb docs: Incorporates changes from version v0.0.13 2020-02-11 16:08:13 +00:00
Jakub Kabza
ef9f2e2538
feat: Reconcile missing and updated OAuth2 Clients (#46) 2020-02-11 17:05:41 +01:00
ORY Continuous Integration
cf90a964fc docs: Incorporates changes from version v0.0.12 2020-02-05 08:45:47 +00:00
Paul Davis
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
ORY Continuous Integration
a88f28583d docs: Incorporates changes from version v0.0.11 2020-02-03 11:55:27 +00:00
Ante Mihalj
208d1451db
feat: Add support for OAuth2 Client metadata property (#38)
See #36
2020-02-03 12:40:44 +01:00
ORY Continuous Integration
8ba95dd5a1 docs: Incorporates changes from version v0.0.10 2020-02-01 13:43:00 +00:00
Ante Mihalj
71f17149c9
feat: Add audience field to OAuth2 Clients (#44) 2020-02-01 14:26:22 +01:00
Pierre de Poulpiquet
728d02b8fc Fix sample apiVersion (#42)
The hydra.ory.sh/v1alpha2 was never released. Let's keep the
sample at the proper apiVersion
2020-01-02 20:22:27 +01:00
ORY Continuous Integration
d90388de3e docs: Incorporates changes from version v0.0.9 2019-12-26 15:54:19 +00:00
hackerman
caa4659d42
Use binary kustomize release for CI (#40) 2019-12-26 16:49:37 +01:00
ORY Continuous Integration
c9e2b19696 docs: Incorporates changes from version v0.0.7 2019-12-16 09:55:34 +00:00
Jakub Dziechciewicz
3f205b7a68 Set OwnerReference on secrets created by controller (#39) 2019-12-16 10:35:25 +01:00
ORY Continuous Integration
85595eb763 docs: Incorporates changes from version v0.0.6 2019-11-26 16:55:10 +00:00
Ante Mihalj
cb8601c1e1 Add support for token_endpoint_auth_method (#37) 2019-11-26 17:52:38 +01:00
ORY Continuous Integration
84b05ca58b docs: Incorporates changes from version v0.0.5 2019-11-18 10:23:24 +00:00
Paul Davis
803c935b47 Support talking to multiple ORY Hydra deployments (#35) 2019-11-14 09:11:13 +01:00
Paul Davis
c0bc5dffa5 Add kubebuilder as a prerequisite to README (#31) 2019-11-07 09:32:33 +01:00
ORY Continuous Integration
3fb122af1a docs: Incorporates changes from version v0.0.4 2019-09-24 10:53:55 +00:00
Jakub Kabza
88ceb5da75 fix JSON decode bug (#25)
* fix JSON decode bug
2019-09-19 11:25:09 +02:00
Jakub Kabza
22988c0db6 Fix override clients bug (#23) 2019-09-19 09:29:18 +02:00
Jakub Kabza
294c171ac6 Full upgrade (#19)
- SecretName is now mandatory
- One can update client_secret in Hydra by creating new Secret object and changing the SecretName in CR instance
2019-09-13 14:37:29 +02:00
Tomasz Smelcerz
8009fd63d3
Merge pull request #17 from jakkab/cr-status
Improve CR status handling
2019-09-05 11:44:06 +02:00
Jakub Kabza
3c83a7873d comments 2019-09-05 11:31:32 +02:00
Jakub Kabza
ff1f11b18f regenerate 2019-09-05 10:00:59 +02:00
Jakub Kabza
f23d332653 status 2019-09-05 09:58:27 +02:00
ORY Continuous Integration
302db0f0db docs: Incorporates changes from version v0.0.3 2019-08-30 12:01:11 +00:00
Tomasz Smelcerz
b25727bb42
Merge pull request #15 from jakkab/extend-readme
Extend readme: command-line flags
2019-08-30 13:56:06 +02:00
Jakub Kabza
6825f7b8f1 fix 2019-08-30 13:53:14 +02:00
Jakub Kabza
38c57d67c2 fix bug: 2019-08-30 13:47:27 +02:00
Jakub Kabza
833ce16d00 fix 2019-08-30 11:47:12 +02:00
Jakub Kabza
b60afb55b0 sample/cr ref 2019-08-30 11:45:27 +02:00