Skip to content

Commit 84e9b68

Browse files
committed
fixup_oidc
1 parent d7bc0ae commit 84e9b68

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/v1alpha1/amaltheasession_children.go

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

781781
// Skip the 'oidc' configuration if it is not needed
782-
if as.Spec.Authentication.Type == Oidc {
782+
if as.Spec.Authentication != nil && as.Spec.Authentication.Type == Oidc {
783783
pathPrefix := as.ingressPathPrefix()
784784
sessionURL := as.GetURL()
785785
pathPrefixURL := url.URL{Host: sessionURL.Host, Path: pathPrefix, Scheme: sessionURL.Scheme}

helm-chart/amalthea-sessions/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 0.0.1-set.by.chartpress
26+
version: 0.29.2-0.dev.git.397.he3bf1c6
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)