Skip to content

Commit

Permalink
cdsdashboards 0.6.0, fix users key in init
Browse files Browse the repository at this point in the history
  • Loading branch information
danlester committed Oct 29, 2021
1 parent 13de557 commit 188a561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions qhub/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"voila==0.2.16",
"streamlit==1.0.0",
"dash==2.0.0",
"cdsdashboards-singleuser==0.5.7",
"cdsdashboards-singleuser==0.6.0",
],
},
}
Expand Down Expand Up @@ -326,8 +326,6 @@ def render_config(
elif auth_provider == "password":
config["security"]["authentication"] = AUTH_PASSWORD

config["security"]["users"]["example-user"]["password"] = default_password

# Always use default password for keycloak root
config["security"].setdefault("keycloak", {})[
"initial_root_password"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- jupyterhub-kubespawner==1.0.0
- oauthenticator==14.1.0
- escapism==1.0.1
- cdsdashboards==0.5.7
- cdsdashboards==0.6.0
- pip:
- qhub-jupyterhub-theme==0.3.2
- python-keycloak==0.26.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- nbgitpuller

# cds dashboards
- cdsdashboards-singleuser >=0.5.7
- cdsdashboards-singleuser >=0.6.0
- jhsingle-native-proxy >=0.7.6

# viz tools
Expand All @@ -49,4 +49,3 @@ dependencies:
- pip:
# See install-conda-environment.sh when editing this section.
- https://github.com/dirkcgrunwald/jupyter_codeserver_proxy-/archive/5596bc9c2fbd566180545fa242c659663755a427.tar.gz

0 comments on commit 188a561

Please sign in to comment.