scaleoutsystems / stackn

A minimalistic and pluggable machine learning platform for Kubernetes.
http://www.scaleoutsystems.com
Apache License 2.0
35 stars 13 forks source link

Feature/sk 117 #272

Closed Wrede closed 2 years ago

Wrede commented 2 years ago

Status

Description

http://{{ .Values.global.domain }}:8080/auth

changed to allow for internal dns to the web application, e.g "studio" or a local ip. now: http://{{ .Values.global.auth_domain }}:8080/auth

can be set in studio/settings.py via AUTH_DOMAIN

Checklist