Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rstudio & vscode - set one time password #149

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.17.16
version: 1.17.17

dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
4 changes: 2 additions & 2 deletions charts/rstudio-sparkr/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end }}
{{- end }}
- Le nom d'utilisateur est **{{ .Values.environment.user }}**
- Le mot de passe est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -49,7 +49,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
{{- end }}
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.15.26
version: 1.15.27

dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
4 changes: 2 additions & 2 deletions charts/rstudio/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Vous pouvez vous connecter à ce RStudio avec votre navigateur sur ce [lien](https://{{ .Values.route.hostname }})
{{- end }}
- Le nom d'utilisateur est {{ .Values.environment.user }}
- Le mot de passe est **{{ .Values.security.password }}**
- votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -37,7 +37,7 @@
- You can connect to this rstudio with your browser on this [link](https://{{ .Values.route.hostname }})
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.35
version: 1.3.36

dependencies:
- name: library-chart
version: 1.5.21
version: 1.5.23
repository: https://inseefrlab.github.io/helm-charts-interactive-services
4 changes: 2 additions & 2 deletions charts/vscode-pyspark/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- end }}
{{- end }}
- Le nom d'utilisateur est **{{ .Values.environment.user }}**
- Le mot de passe est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down Expand Up @@ -49,7 +49,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
{{- end }}
{{- end }}
- The login is **{{ .Values.environment.user }}**
- The password is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}

{{- if .Values.ingress.enabled }}
{{- if .Values.networking.user.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.11.36
version: 1.11.37

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur
Si vous n'exécutez pas votre service personnalisé, vous obtiendrez une erreur 502 Bad Gateway.
{{- end }}
{{- end }}
- Votre jeton d'accès est **{{ .Values.security.password }}**
- Votre token: {{ .Values.security.password }}
{{- else }}
{{- if .Values.ingress.enabled }}
- You can connect to this vscode with your browser on this [link](http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .Values.ingress.hostname }})
Expand All @@ -29,5 +29,5 @@ If you don't run your custom service you will get a 502 bad gateway error.
If you don't run your custom service you will get a 502 bad gateway error.
{{- end }}
{{- end }}
- Your access token is **{{ .Values.security.password }}**
- Your password: {{ .Values.security.password }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"default": "changeme",
"render": "password",
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
"overwriteDefaultWith": "{{service.oneTimePassword}}"
}
},
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ userPreferences:

openshiftSCC:
enabled: false
scc: ""
scc: ""
Loading