227 Commits

Author SHA1 Message Date
1ed6229e78 feat: add 'UserinfoSignedResponseAlg' attribute to hydra.ory.sh_oauth2clients CRD
Some checks failed
Format / format (push) Failing after 6m3s
CI / Prepare Dependencies (pull_request) Successful in 18m21s
CI / Detected Repo Changes (pull_request) Successful in 8s
Docker Image Scan / docker (pull_request) Failing after 21m14s
Format / format (pull_request) Failing after 4m54s
Licenses / License compliance (pull_request) Successful in 7m42s
CI / Lint GithubAction files (pull_request) Has been skipped
CI / Compile and test (pull_request) Failing after 9m23s
CI / Run integration tests (pull_request) Failing after 15m8s
CI / Build docker image (pull_request) Has been skipped
Conventional commits / Validate PR title (pull_request_target) Failing after 9s
CI / release (pull_request) Has been skipped
2025-03-07 15:09:16 +01:00
ory-bot
e9be45f0b4 chore: update repository templates to 83e71e6e97
Some checks failed
CI / Prepare Dependencies (push) Successful in 19m3s
CI / Detected Repo Changes (push) Successful in 12s
Docker Image Scan / docker (push) Failing after 22m30s
Format / format (push) Successful in 9m19s
Synchronize Issue Labels / Synchronize Issue Labels (push) Has been skipped
Licenses / License compliance (push) Successful in 9m17s
CI / Lint GithubAction files (push) Has been skipped
CI / Compile and test (push) Has been skipped
CI / Run integration tests (push) Has been skipped
CI / Build docker image (push) Has been skipped
CI / release (push) Has been skipped
2025-01-02 13:55:45 +00:00
ory-bot
7ae57adaa1 autogen: update license overview 2025-01-02 12:56:25 +00:00
ory-bot
b04e0a4ab2 chore: update repository templates to 44efd83ab7 2025-01-02 12:21:33 +00:00
ory-bot
80bb30395b chore: update repository templates to c091d79648 2025-01-02 12:18:45 +00:00
ory-bot
e61e2e6041 chore: update repository templates to cb2a20fceb 2024-12-31 10:43:06 +00:00
ory-bot
7f165b64cc chore: update repository templates to 6dd5819712 2024-12-31 10:36:26 +00:00
ory-bot
0cc8ddf593 chore: update repository templates to b1eed8856c 2024-12-30 22:59:19 +00:00
ory-bot
d25e97d335 autogen: update license overview 2024-12-30 13:10:40 +00:00
aeneasr
050546c301 chore: update repository templates to cbb120bd7c 2024-12-30 12:53:35 +00:00
aeneasr
996cd767b7 chore: update repository templates to 7ba40649ae 2024-12-30 11:21:55 +00:00
aeneasr
9bc3112ca2 chore: update repository templates to 1af2225678 2024-12-04 15:38:54 +00:00
David Wobrock
34c92d26ce
feat: disable oauth2 client deletion (#149) 2024-11-15 16:38:17 +01:00
Tim Siebels
de407f4b9a
chore: update github actions dependencies (#154) 2024-10-17 09:47:45 +02:00
Jakub Błaszczyk
34afe7e58c
fix: typo 2024-10-14 16:20:53 +02:00
Jakub Błaszczyk
46c4a8f3da
chore: goreleaser-action 2024-10-14 15:37:22 +02:00
Jakub Błaszczyk
1b9449bb93
chore: upgrade ci elements, bump golang version (#153) 2024-10-14 15:18:13 +02:00
Tim Siebels
44cd2371d9
Allow scope to be passed as array (#150)
* feat: Allow scope to be passed as array

Scopes are currently passed as a scope string, separating scopes by
spaces.
Clients can grow to many scopes, resulting in a very long string.

This change allows us to specify scopes using the property scopeArray.
That way, we can separate scopes by newlines.
Additionally, this allows us to comment a single scope temporarily or
add a comment for a specific scope, e.g. as a reason why that client has
this scope granted.

* feat: Deprecate scope in favor of scopeArray

* feat: Use kubebuilder:deprecatedversion
2024-10-14 10:06:41 +02:00
aeneasr
aa0bff206a chore: update repository templates to fe4ffe0813 2024-08-27 10:16:27 +00:00
aeneasr
73f5423f44 chore: update repository templates to 4132def510 2024-08-27 10:15:41 +00:00
aeneasr
8f7d1863fa chore: update repository templates to 3cf0f00556 2024-08-27 09:42:54 +00:00
aeneasr
05d49743b0 chore: update repository templates to 939b80fbfd 2024-08-27 09:36:17 +00:00
aeneasr
aed5bd9a62 chore: update repository templates to 297c8a5a35 2024-08-22 13:00:57 +00:00
aeneasr
1c7e4937ad chore: update repository templates to 95e82c6db8 2024-08-22 07:25:37 +00:00
David Wobrock
8f679ba89a
Implement handling OAuth2 client token lifespans. (#145) 2024-06-24 13:52:50 +02:00
Jakub Błaszczyk
8029e019dd
chore: golang 1.22 (#147) 2024-06-24 11:15:21 +02:00
dependabot[bot]
e1d57532bb
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#143) 2024-06-17 09:45:19 +02:00
aeneasr
5cd43b4fe9 chore: update repository templates to e838bee8d0 2024-05-22 07:34:35 +00:00
Juan Iglesias
67c8745e11
document the client_id and client_secret keys in samples and error messages (#142) 2024-03-21 09:03:01 +01:00
dependabot[bot]
2483bc1443
chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#140) 2024-03-14 08:21:05 +01:00
Tim Siebels
ad03786403
Implement creating clients with backchannel or frontchannel logout uris (#139) 2024-01-22 09:12:12 +01:00
Jakub Błaszczyk
91b139e6f2
fix: goreleaser use compiled binaries in release (#138) 2023-10-30 11:26:50 +01:00
Jakub Błaszczyk
0df31d3f3a
simplify goreleaser 2023-10-27 14:05:03 +02:00
Jakub Błaszczyk
bfd9e23adb
Update ci.yaml 2023-10-27 13:02:20 +02:00
Jakub Błaszczyk
ed3ea0e62c
Add short sha env 2023-10-27 12:09:13 +02:00
Jakub Błaszczyk
490b465936
Update ci.yaml 2023-10-26 16:12:30 +02:00
Jakub Błaszczyk
f2e36490db
update ci for release 2023-10-26 15:52:20 +02:00
Jakub Błaszczyk
ede5d881eb
feat: move release to gha (#137) 2023-10-26 15:32:50 +02:00
Ugo Mignon
35abbe3c5c
feat: customize name of secret (#125) 2023-10-24 10:18:41 +02:00
dependabot[bot]
6832edc9e9
chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#136) 2023-10-16 12:53:01 +02:00
Demonsthere
9d34613962 fix: build target 2023-10-11 15:15:36 +02:00
Jakub Błaszczyk
d5ad7f4c99
feat: add channels to crd (#135) 2023-10-10 13:22:06 +02:00
Jakub Błaszczyk
868ec0f0ab
feat add dawin and arm64 targets (#131) 2023-08-25 15:14:16 +02:00
Jakub Błaszczyk
0e4568f899
chore: improve ci process (#130) 2023-08-15 11:07:35 +02:00
Jordan Labrosse
d5caace0e3
feat: add jwks uri (#126) 2023-08-10 07:49:28 +02:00
Jakub Błaszczyk
5f7526bbaf
fix: kustomize installation (#128) 2023-08-08 12:34:22 +02:00
Damian Peckett
2a6cef5006
refactor: update to the latest version of kubebuilder and add support for hydra v2 (#127) 2023-08-08 10:30:24 +02:00
aeneasr
8bd24af9ce chore: update repository templates to ac80097fa4 2023-08-07 14:32:00 +00:00
aeneasr
99fdc39c68 chore: update repository templates to 2c1b6f16b2 2023-08-03 16:07:40 +00:00
Jordan Labrosse
6881f1c1c1
feat: add skip consent (#124) 2023-06-28 13:56:22 +02:00