File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ type Pvc struct {
107
107
AccessModes []PersistentVolumeAccessMode `json:"accessModes,omitempty"`
108
108
}
109
109
110
- << << << < HEAD
111
110
type Auth struct {
112
111
// Environmental variables used to define authentication parameters
113
112
//+optional
114
113
Env []core.EnvVar `json:"env,omitempty"`
115
114
// Secret ref to be mounted inside a pod, Mount path defaults to /var/run/secrets/tas/auth
116
115
//+optional
117
116
SecretMount []SecretKeySelector `json:"secretMount,omitempty"`
118
- == == == =
117
+ }
118
+
119
119
// TLSCert defines fields for TLS certificate
120
120
// +kubebuilder:validation:XValidation:rule=(!has(self.certRef) || has(self.privateKeyRef)),message=privateKeyRef cannot be empty
121
121
type TLSCert struct {
@@ -128,7 +128,6 @@ type TLSCert struct {
128
128
// Reference to CA certificate
129
129
//+optional
130
130
CACertRef * LocalObjectReference `json:"CACertRef,omitempty"`
131
- >> >> >> > 8 dc3af9 (Add TLS to Rekor and Trillian services )
132
131
}
133
132
134
133
// TLS (Transport Layer Security) Configuration for enabling service encryption.
Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ metadata:
92
92
"OIDCIssuers": [
93
93
{
94
94
"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 ",
97
97
"Type": "email"
98
98
}
99
99
]
You can’t perform that action at this time.
0 commit comments