* Check `chemanagers` and `subscriptions` resources existence before requesting API.
* Fix bug with reading objects from FS
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
* try installing with dnf as it supports modules (but microdnf does not?)
Change-Id: Ia1bd0f6aff78751c3570a23cf12b4d953850531b
Signed-off-by: nickboldt <nboldt@redhat.com>
* don't install dnf as we don't need it (microdnf can do cve updates too)
Change-Id: I9f36113905f082b3b7b27eb3fd08770826b66e61
Signed-off-by: nickboldt <nboldt@redhat.com>
* Draft: CRW-1655 unpack zips to generic folders as we can't do COPY with wildcard folders
Change-Id: Ifd3d0a6d3167af760bae5ea72ffde79ba7354664
Signed-off-by: nickboldt <nboldt@redhat.com>
* also update all rpms, not just specific ones (that might no longer exist)
Change-Id: I6c7b21d65572b6de7ea2895020b0581c05dda918
Signed-off-by: nickboldt <nboldt@redhat.com>
* install httpd-tools for /usr/bin/htpasswd; install dnf so we can update RPMs w/ latest CVE fixes
Change-Id: Ic4c9ba91d5bfcd9fa919adb697528dea050225e7
Signed-off-by: nickboldt <nboldt@redhat.com>
* latest go in devtools/go-toolset-rhel7 is go 1.14, so use that
Change-Id: Ib2ac4b85ebbf210e887012edb179a3146229df78
Signed-off-by: nickboldt <nboldt@redhat.com>
* Update go.mod
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
* Update modules.txt
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
* Revert "CRW-1254 can we use the standard,... (#484)"
This reverts commit c5ab66b099.
* bump versions to 7.20.0-13.nightly
Change-Id: I7006cbb4676157e0837e1cd5df702c4165bb5c91
Signed-off-by: nickboldt <nboldt@redhat.com>
* CRW-1254 can we use the standard, non-deprecated registry registry.redhat.io instead of registry.access.redhat.com for ubi minimal images? also we should use the safer path /ubi8/ubi-minimal vs. /ubi8-minimal so that OCP 4.x airgap mirroring works
Change-Id: I04112ce8cf9a3311872e7fb295fd742d75055d06
Signed-off-by: nickboldt <nboldt@redhat.com>
* revert to registry.access.redhat.com, but keep ubi8/ubi-minimal instead of ubi8-minimal
Change-Id: I60370daa74b03c8370a912068f5ce5d8f6cbee29
Signed-off-by: nickboldt <nboldt@redhat.com>
* include generated che-operator.clusterserviceversion.yaml files thanks to ./olm/update-nightly-bundle.sh and operator-sdk 0.10.1
Change-Id: I9718547051a918c2a91fa49645521655c8d3dc9a
Signed-off-by: nickboldt <nboldt@redhat.com>
* Update csv files
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Anatolii Bazko <abazko@redhat.com>
* Back off openshift oauth, when oauth can't be used
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Use freezed go modules.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
* Add newer olm bundle.
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
move Dockerfile to rhel.Dockerfile for consistency w/ other che repos
Change-Id: I68a45797ab61903223f9537f4606638977d25335
Signed-off-by: nickboldt <nboldt@redhat.com>
remove Brew metadata (it will be appended via https://github.com/redhat-developer/codeready-workspaces-operator/blob/master/operator.Jenkinsfile)
Change-Id: If264a8cde12521da32e9fdc60e59c7f1fe97c61f
Signed-off-by: nickboldt <nboldt@redhat.com>
* 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>
* Enable the `token-exchange` preview KC feature
* Add what should be done on the Che side
* Automatic token-exchange permissions config
* fix oauth provision script
* Fail-safe removal of the `openshift` id provider
* Fix possible inconsistencies in OS OAuth status
* Update README.md according to suggestion
Co-Authored-By: Robert Krátký <rkratky@redhat.com>
Signed-off-by: David Festal <dfestal@redhat.com>