Skip to content

Commit b2a2989

Browse files
committed
updates
1 parent 644eb84 commit b2a2989

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

api/v1alpha1/common.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ type Pvc struct {
100100
StorageClass string `json:"storageClass,omitempty"`
101101
}
102102

103-
<<<<<<< HEAD
104103
type Auth struct {
105104
// Environmental variables used to define authentication parameters
106105
//+optional
107106
Env []core.EnvVar `json:"env,omitempty"`
108107
// Secret ref to be mounted inside a pod, Mount path defaults to /var/run/secrets/tas/auth
109108
//+optional
110109
SecretMount []SecretKeySelector `json:"secretMount,omitempty"`
111-
=======
110+
}
111+
112112
// TLSCert defines fields for TLS certificate
113113
// +kubebuilder:validation:XValidation:rule=(!has(self.certRef) || has(self.privateKeyRef)),message=privateKeyRef cannot be empty
114114
type TLSCert struct {
@@ -121,5 +121,4 @@ type TLSCert struct {
121121
// Reference to CA certificate
122122
//+optional
123123
CACertRef *LocalObjectReference `json:"CACertRef,omitempty"`
124-
>>>>>>> 8dc3af9 (Add TLS to Rekor and Trillian services)
125124
}

bundle/manifests/rhtas-operator.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ metadata:
9292
"OIDCIssuers": [
9393
{
9494
"ClientID": "trusted-artifact-signer",
95-
"Issuer": "https://keycloak-keycloak-system.apps.rosa.ebh6v-tpwpi-a4f.ohpr.p3.openshiftapps.com/auth/realms/trusted-artifact-signer",
96-
"IssuerURL": "https://keycloak-keycloak-system.apps.rosa.ebh6v-tpwpi-a4f.ohpr.p3.openshiftapps.com/auth/realms/trusted-artifact-signer",
95+
"Issuer": "https://your-oidc-issuer-url",
96+
"IssuerURL": "https://your-oidc-issuer-url",
9797
"Type": "email"
9898
}
9999
]

0 commit comments

Comments
 (0)