Skip to content

Commit 40e655f

Browse files
sambucleafty
andauthored
Update api/v1alpha1/amaltheasession_children.go
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
1 parent 24fc774 commit 40e655f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/v1alpha1/amaltheasession_children.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ func (as *AmaltheaSession) Secret() v1.Secret {
778778
return secret
779779
}
780780

781-
// Skip the 'oidc' configuration if it is not needed
781+
// Add the 'oidc' configuration if requested
782782
if as.Spec.Authentication != nil && as.Spec.Authentication.Type == Oidc {
783783
pathPrefix := as.ingressPathPrefix()
784784
sessionURL := as.GetURL()

0 commit comments

Comments
 (0)