Commit Graph

21 Commits (228a3350cd2644f38fcf357868e166f8f2a23e9c)

Author SHA1 Message Date
Nick Boldt e3b6d1b8d1
chore: make all *.sh scripts executable (#1199)
Change-Id: I5e507fd0d71de5d362b2777ba25459806ae1d8cc
Signed-off-by: nickboldt <nboldt@redhat.com>
2021-11-26 09:09:54 +02:00
Oleksandr Andriienko b4930b5054
fix: Fix license headers (#1170)
* Fix license headers.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-11-16 11:17:18 +02:00
Oleksandr Andriienko 06d5e7815a
fix: Add UPDDATE_PASSWORD action for admin user (#1091)
* Fix removing update password action for admin user.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2021-09-27 18:47:02 +03:00
Serhii Leshchenko 5ab41546b3
feat: add an ability to add localhost to allows list for keycloak (#937)
* feat: add an ability to mount configmap to deployment
* feat: add an ability to configure additional weborigins and redirecturls for keycloak
2021-07-21 16:00:20 +03:00
Anatolii Bazko cad643a6e5
fix: dashboard ingress configuration with custom cheHost (#856)
* Secure che-dashboard ingress with spec.server.cheHostTLSSecret

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-06-07 18:08:33 +03:00
Max Shaposhnik 302e470c43 Script fixups 2021-04-21 14:43:38 +03:00
Max Shaposhnik b03312ca60 Syntax fixup 2021-04-21 11:40:31 +03:00
Max Shaposhnik 4a82e59f2e Script fixup 2021-04-20 11:40:35 +03:00
Max Shaposhnik a62e44a20c Add update script 2021-04-20 09:11:35 +03:00
Max Shaposhnik a90dc4d00d Fix Che client redirect URL-s to contain factory templates; 2021-04-16 17:47:47 +03:00
Max Shaposhnik 7be55ddc91 Fix Che client redirect URL-s to contain factory templates; 2021-04-16 17:46:08 +03:00
Anatolii Bazko 482155b7e2
Automate the setup of github identity provider with internal keycloak (#589)
* GitHub identity provider provision

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2021-01-13 17:06:54 +02:00
Anatolii Bazko d4e8d87b64
Add swagger to the list of trusted redirects URLs (#502)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2020-10-27 10:46:03 +02:00
Anatolii Bazko 40b3904d69
Limit keycloak redirect urls (#491)
* Limit keycloak redirect urls

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2020-10-20 12:50:21 +03:00
Anatolii Bazko 224473157a
Disable selfregistration users by default (#448)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2020-09-17 12:23:25 +03:00
Anatolii Bazko c64d61faf4
Allow to use external PostgreSQL (#371)
* Allow to use exteranl PostgreSQL

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
2020-07-30 09:06:27 +03:00
Anatoliy Bazko df91fa33c7 Propogate custom CA certificate into Keycloak trust store
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-05-29 16:33:25 +03:00
Anatoliy Bazko 4ce1c473cb Update ssl_requires to NONE
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-05-29 15:11:12 +03:00
Anatoliy Bazko d6dcc1864e Revert "Merge pull request #273 from eclipse/sslrequired"
This reverts commit 1a274ab172, reversing
changes made to a0f108dcac.
2020-05-27 15:22:23 +03:00
Anatoliy Bazko eb57944cc1 Update keycloak db to turn sslRequird to none
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-05-22 12:36:20 +03:00
David Festal d273007e7e Fix the Openshift OAuth provisioning for CRW, and move provisioning files (#122)
* Fix the oauth_provision file for CRW

- Replaces `jq` tool calls by equivalent `sed` calls
- Moves the `xxx_provision` files out of `deploy` (more for yamls) (should fix new issue https://issues.jboss.org/browse/CRW-482 at the same time)
- Replace a hard-coded value of the clientId (`che-public`) in the `token-exchange` feature on CRW
- Correctly enables the RHSSO preview features required for `token-exchange` (the way to activate them slightly differs from the upstream Che case)

Signed-off-by: David Festal <dfestal@redhat.com>
2019-11-15 11:40:40 +01:00