github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/config-prod.yaml (about)

     1  oauth:
     2      client_id: # Set through env var KNORTEN_OAUTH_CLIENT_ID
     3      client_secret: # Set through env var KNORTEN_OAUTH_CLIENT_SECRET
     4      tenant_id: # Set through env var KNORTEN_OAUTH_TENANT_ID
     5  gcp:
     6      project: knada-gcp
     7      region: europe-north1
     8      zone: europe-north1-b
     9  cookies:
    10      redirect:
    11          name: redirecturi
    12          max_age: 3600
    13          path: /
    14          domain: knorten.knada.io
    15          same_site: Lax
    16          secure: true
    17          http_only: false
    18      oauth_state:
    19          name: oauth_state
    20          max_age: 3600
    21          path: /
    22          domain: knorten.knada.io
    23          same_site: Lax
    24          secure: true
    25          http_only: false
    26      session:
    27          name: knorten_session
    28          max_age: 86400
    29          path: /
    30          domain: knorten.knada.io
    31          same_site: Lax
    32          secure: true
    33          http_only: false
    34  helm:
    35      airflow_chart_version: 1.11.0
    36      jupyter_chart_version: 3.2.1
    37  server:
    38      hostname: 0.0.0.0
    39      port: 8080
    40  postgres:
    41      host: 127.0.0.1
    42      port: 5432
    43      user_name: knorten
    44      password: # Set through env var KNORTEN_POSTGRES_PASSWORD
    45      database_name: knorten
    46      ssl_mode: disable
    47  db_enc_key: # Set through env var KNORTEN_DB_ENC_KEY
    48  admin_group: nada@nav.no
    49  session_key: # Set through env var KNORTEN_SESSION_KEY
    50  login_page: https://knorten.knada.io/
    51  dry_run: false
    52  in_cluster: true