24 Commits
Author SHA1 Message Date
Giovanni VellaandGitHub 25591eeaf4 Add support to PKCE in OIDC connector (#3777)
Signed-off-by: johnvan7 <giovanni.vella98@gmail.com>
Signed-off-by: Giovanni Vella <giovanni.vella98@gmail.com>
2026-02-22 22:37:10 +01:00
Oleksandr RedkoandGitHub 9891daa585 refactor: simplify tests by using slog.DiscardHandler (#4058)
Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
2025-04-03 09:56:18 +02:00
Sean LiaoandGitHub 0b6a78397e use slog for structured logging (#3502)
Signed-off-by: Sean Liao <sean+git@liao.dev>
2024-06-01 20:15:58 +04:00
m.nabokikh 7208e28192 Fix openshift context and add a comment
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2023-03-05 12:42:32 +01:00
m.nabokikh 96637cf0f7 feat: Bump dependencies and Makefile refactoring
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2023-03-04 19:14:45 +01:00
Rui YangandGitHub 54345b6331 TLS configure for OIDC connector (#1632)
Signed-off-by: Rui Yang <ruiya@vmware.com>
2022-11-07 13:29:56 +04:00
Mark Sagi-Kazar a02f2e8fac chore: fix lint violations
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2022-05-25 11:17:34 +02:00
Daniel Haus 4088d4f897 Remove external setting, enable injection of HTTP client to config.
Signed-off-by: Daniel Haus <dhaus@redhat.com>
2022-04-12 17:38:59 +02:00
Daniel Haus 2b262ff5d6 Create setting to allow to trust the system root CAs
Previously, when rootCA was set, the trusted system root CAs were ignored. Now, allow for both being able to be configured and used

Signed-off-by: Daniel Haus <dhaus@redhat.com>
2022-04-12 17:38:58 +02:00
Daniel Haus 6256b863b0 Fix linting issues.
Signed-off-by: Daniel Haus <dhaus@redhat.com>
2021-12-06 13:28:25 +01:00
Daniel Haus 6d55fe1c80 Add support for refresh tokens for openshift connector.
Signed-off-by: Daniel Haus <dhaus@redhat.com>
2021-12-03 16:38:56 +01:00
Eng Zer Jun f0186ff265 refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-09-17 14:12:39 +08:00
Mark Sagi-Kazar 349832b380 Run fixer
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2020-11-03 20:52:14 +01:00
m.nabokikh 521aa0802f Fix OpenShift connector rootCA option
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
2020-05-12 15:31:27 +04:00
Andrew Block 76bb453ff3 Setting email for OpenShift connector 2020-02-21 16:53:46 +01:00
Andrew Block d31f6eabd4 Corrected logic in group verification 2019-12-26 20:32:12 -06:00
Andrew Block 296659cb50 Reduced OpenShift scopes and enhanced documentation 2019-12-26 03:14:20 -06:00
Andrew Block 075ab0938e Fixed formatting 2019-12-22 02:53:10 -05:00
Andrew Block 7e89d8ca24 Resolved newline issues 2019-12-22 02:27:11 -05:00
Andrew Block 02c8f85e4d Resolved newline issues 2019-12-22 02:27:11 -05:00
Andrew Block db7711d72a Test cleanup 2019-12-22 02:27:10 -05:00
Andrew Block 5881a2cfca Test cleanup 2019-12-22 02:27:10 -05:00
Andrew Block 48954ca716 Corrected test formatting 2019-12-22 02:27:09 -05:00
Andrew Block 92e63771ac Added OpenShift connector 2019-12-22 02:27:09 -05:00