Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fghanmi committed Aug 31, 2024
1 parent 644eb84 commit b2a2989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions api/v1alpha1/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ type Pvc struct {
StorageClass string `json:"storageClass,omitempty"`
}

<<<<<<< HEAD
type Auth struct {
// Environmental variables used to define authentication parameters
//+optional
Env []core.EnvVar `json:"env,omitempty"`
// Secret ref to be mounted inside a pod, Mount path defaults to /var/run/secrets/tas/auth
//+optional
SecretMount []SecretKeySelector `json:"secretMount,omitempty"`
=======
}

// TLSCert defines fields for TLS certificate
// +kubebuilder:validation:XValidation:rule=(!has(self.certRef) || has(self.privateKeyRef)),message=privateKeyRef cannot be empty
type TLSCert struct {
Expand All @@ -121,5 +121,4 @@ type TLSCert struct {
// Reference to CA certificate
//+optional
CACertRef *LocalObjectReference `json:"CACertRef,omitempty"`
>>>>>>> 8dc3af9 (Add TLS to Rekor and Trillian services)
}
4 changes: 2 additions & 2 deletions bundle/manifests/rhtas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ metadata:
"OIDCIssuers": [
{
"ClientID": "trusted-artifact-signer",
"Issuer": "https://keycloak-keycloak-system.apps.rosa.ebh6v-tpwpi-a4f.ohpr.p3.openshiftapps.com/auth/realms/trusted-artifact-signer",
"IssuerURL": "https://keycloak-keycloak-system.apps.rosa.ebh6v-tpwpi-a4f.ohpr.p3.openshiftapps.com/auth/realms/trusted-artifact-signer",
"Issuer": "https://your-oidc-issuer-url",
"IssuerURL": "https://your-oidc-issuer-url",
"Type": "email"
}
]
Expand Down

0 comments on commit b2a2989

Please sign in to comment.