* Check for Kubernetes secret name in oAuthSecret, fallback to plain text
* Removed logging, added test cases
* Update documentation
* cleaning up formatting
* update-dev-resources
* fix: Add new line into annotation.yaml at the end of file
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
* Update dev resources
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
---------
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
* chore: Update from ubi8/go-toolset:1.20.10-10 to ubi8/go-toolset:1.20.12-5
Signed-off-by: Nick Boldt <nboldt@redhat.com>
* chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161
Signed-off-by: Nick Boldt <nboldt@redhat.com>
---------
Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
* Updating annotations for operators to meet new OpenShift requirements
Signed-off-by: sdawley <sdawley@redhat.com>
* update version
* Switching tls-profiles to false
* Revert changes to bundle/stable
---------
Signed-off-by: sdawley <sdawley@redhat.com>
Update the hostname format used for endpoints whose hostnames are too
long from
<workspace-id>-<order>.<base-domain>
to
<workspace-id>-<endpoint-name>.<base-domain>
This is necessary as the iteration order through endpoints is random
(iterating through Go maps is random), resulting in inconsistent numbers
used for <order>.
Using a combination of workspace ID and endpoint name should always be
valid:
* Workspace IDs are 25 characters long
* Endpoint names are restricted to max 15 characters by the Devfile API
* Endpoint names and workspace IDs are required to be alphanumeric with
dashes, starting and ending with an alphanumeric character
* Endpoint names are unique across all endpoints in the workspace
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
* chore: Update from ubi8/go-toolset:1.20.10-3 to ubi8/go-toolset:1.20.10-10
Signed-off-by: Nick Boldt <nboldt@redhat.com>
* chore: Update from ubi8-minimal:8.9-1029 to ubi8-minimal:8.9-1108
Signed-off-by: Nick Boldt <nboldt@redhat.com>
---------
Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
* feat: Allow to mount secrets into che containers as subpath
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
* feat: Allow to mount configmaps into che containers as subpath
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
---------
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
* chore: Update from ubi8/go-toolset:1.19.13-2 to ubi8/go-toolset:1.20.10-3
Signed-off-by: Nick Boldt <nboldt@redhat.com>
* chore: Update from ubi8-minimal:8.8-1072 to ubi8-minimal:8.9-1029
Signed-off-by: Nick Boldt <nboldt@redhat.com>
---------
Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
* Updating go and golang.org/x/net
* Add vendor updates
* Reverting change of go version since tidy only supports 1.18
* Update additional files to use go 1.19.13
* ran update-go-dependencies
* run 'make fmt' to fix formatting issues
Change-Id: I6280c8b6851d83ec69d7d9898ae48ae583dc2dfe
Signed-off-by: Nick Boldt <nboldt@redhat.com>
---------
Signed-off-by: Nick Boldt <nboldt@redhat.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>