Skip to content

Commit

Permalink
fixup! Add an ability to add public key certificate to Java trust store
Browse files Browse the repository at this point in the history
  • Loading branch information
vinokurig committed Feb 25, 2020
1 parent d2c5a52 commit 7184e08
Show file tree
Hide file tree
Showing 10 changed files with 1,909 additions and 2 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1581975496/eclipse-che-preview-kubernetes.crd.yaml 2020-02-21 11:47:22.423921703 +0200
+++ /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1582643339/eclipse-che-preview-kubernetes.crd.yaml 2020-02-25 17:08:59.755300061 +0200
@@ -293,6 +293,13 @@
config map from other CR fields, then the value defined in the
`customCheProperties` will be used instead.
type: object
+ serverTrustStoreConfigMapName:
+ description: Name of the config-map with public certificates to
+ add to Java trust store of the Che server. This is usually required
+ when adding the OpenShift OAuth provider which has https endpoint
+ signed with self-signed cert. So, Che server must be aware of
+ its CA cert to be able to request it. This is disabled by default.
+ type: string
devfileRegistryImage:
description: Overrides the container image used in the Devfile registry
deployment. This includes the image tag. Omit it or leave it empty

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
--- /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1581975496/eclipse-che-preview-kubernetes.v9.9.9-nightly.1581975496.clusterserviceversion.yaml 2020-02-21 11:47:22.423921703 +0200
+++ /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1582643339/eclipse-che-preview-kubernetes.v9.9.9-nightly.1582643339.clusterserviceversion.yaml 2020-02-25 17:08:59.751300075 +0200
@@ -49,12 +49,12 @@
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
- createdAt: "2020-02-17T21:38:16Z"
+ createdAt: "2020-02-25T15:08:59Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
- name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1581975496
+ name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1582643339
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -370,5 +370,5 @@
maturity: stable
provider:
name: Eclipse Foundation
- replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1580283700
- version: 9.9.9-nightly.1581975496
+ replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1581975496
+ version: 9.9.9-nightly.1582643339
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1581975496
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1582643339
name: nightly
- currentCSV: eclipse-che-preview-kubernetes.v7.8.0
name: stable
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
--- /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/9.9.9-nightly.1581975497/eclipse-che-preview-openshift.crd.yaml 2020-02-21 11:47:22.424921691 +0200
+++ /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/9.9.9-nightly.1582643339/eclipse-che-preview-openshift.crd.yaml 2020-02-25 17:08:59.977299280 +0200
@@ -293,6 +293,13 @@
config map from other CR fields, then the value defined in the
`customCheProperties` will be used instead.
type: object
+ serverTrustStoreConfigMapName:
+ description: Name of the config-map with public certificates to
+ add to Java trust store of the Che server. This is usually required
+ when adding the OpenShift OAuth provider which has https endpoint
+ signed with self-signed cert. So, Che server must be aware of
+ its CA cert to be able to request it. This is disabled by default.
+ type: string
devfileRegistryImage:
description: Overrides the container image used in the Devfile registry
deployment. This includes the image tag. Omit it or leave it empty

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
--- /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/9.9.9-nightly.1581975497/eclipse-che-preview-openshift.v9.9.9-nightly.1581975497.clusterserviceversion.yaml 2020-02-21 11:47:22.424921691 +0200
+++ /home/ivinokur/go/src/github.com/eclipse/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/9.9.9-nightly.1582643339/eclipse-che-preview-openshift.v9.9.9-nightly.1582643339.clusterserviceversion.yaml 2020-02-25 17:08:59.975299287 +0200
@@ -46,12 +46,12 @@
categories: Developer Tools, OpenShift Optional
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
- createdAt: "2020-02-17T21:38:17Z"
+ createdAt: "2020-02-25T15:08:59Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces in OpenShift.
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
- name: eclipse-che-preview-openshift.v9.9.9-nightly.1581975497
+ name: eclipse-che-preview-openshift.v9.9.9-nightly.1582643339
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -415,5 +415,5 @@
maturity: stable
provider:
name: Eclipse Foundation
- replaces: eclipse-che-preview-openshift.v9.9.9-nightly.1580283700
- version: 9.9.9-nightly.1581975497
+ replaces: eclipse-che-preview-openshift.v9.9.9-nightly.1581975497
+ version: 9.9.9-nightly.1582643339
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: eclipse-che-preview-openshift.v9.9.9-nightly.1581975497
- currentCSV: eclipse-che-preview-openshift.v9.9.9-nightly.1582643339
name: nightly
- currentCSV: eclipse-che-preview-openshift.v7.8.0
name: stable
Expand Down

0 comments on commit 7184e08

Please sign in to comment.