Skip to content
Snippets Groups Projects
Commit 838e866d authored by František Dvořák's avatar František Dvořák
Browse files

Update hub image - implemented support for service accounts without "sub"

parent 8c8370f7
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ hub: ...@@ -169,7 +169,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-857a93e" tag: "sha-df106d8"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -151,7 +151,7 @@ hub: ...@@ -151,7 +151,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-857a93e" tag: "sha-df106d8"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -151,7 +151,7 @@ hub: ...@@ -151,7 +151,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-857a93e" tag: "sha-df106d8"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
containers: containers:
- name: jwt - name: jwt
# recommended to keep it in sync with */deployments/*.yaml # recommended to keep it in sync with */deployments/*.yaml
image: eginotebooks/hub:sha-857a93e image: eginotebooks/hub:sha-df106d8
args: args:
- fastapi - fastapi
- run - run
......
...@@ -152,7 +152,7 @@ hub: ...@@ -152,7 +152,7 @@ hub:
# recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml # recommended to keep in sync with common/playbooks/files/jupyterhub-jwt.yaml
image: image:
name: eginotebooks/hub name: eginotebooks/hub
tag: "sha-857a93e" tag: "sha-df106d8"
config: config:
Authenticator: Authenticator:
enable_auth_state: true enable_auth_state: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment