InseeFrLab/legacy-onyxia-entrypoint

Step-by-Step stage 2

Closed this issue · 2 comments

Step-by-Step

Description

In the Step-by-Step guide, the values procured for the second step here are not corresponding to the values of the tutorial. They are for the deployment on sspcloud instead of being for onyxia-demo.

Proposed fix

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
  hosts:
    - host: onyxia.demo.insee.io
ui:
  image:
    name: inseefrlab/onyxia-web
  env:
    KEYCLOAK_REALM: sspcloud
    KEYCLOAK_CLIENT_ID: onyxia
    KEYCLOAK_URL: https://auth.lab.sspcloud.fr/auth
api:
  env:
    keycloak.realm: sspcloud
    keycloak.auth-server-url: https://auth.lab.sspcloud.fr/auth
    authentication.mode: "openidconnect"
    springdoc.swagger-ui.oauth.clientId: onyxia

Should become

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
  hosts:
    - host: onyxia.demo.insee.io
ui:
  env:
    KEYCLOAK_REALM: onyxia-demo
    KEYCLOAK_CLIENT_ID: onyxia-client
    KEYCLOAK_URL: https://keycloak.demo.insee.io/auth
api:
  env:
    keycloak.realm: onyxia-demo
    keycloak.auth-server-url: https://keycloak.demo.insee.io/auth
    authentication.mode: "openidconnect"
    springdoc.swagger-ui.oauth.clientId: onyxia-client

Thanks, I will take a look at it

I just pushed 7955c59 , hopefully solving any typo.
By the way, if you need help installing Onyxia, feel free to join our slack server (FR / EN) : https://join.slack.com/t/3innovation/shared_invite/zt-19tht9hvr-bZGMdW8AV_wvd5kz3wRSMw

Thanks for the report !