Skip to content

Commit

Permalink
Update openeo_k8s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Sep 27, 2024
1 parent 4780f7f commit b7d08f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/openeo_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
stac_url: "{{ openeo_stac_url | default('https://stac.eodc.eu/api/v1') }}"
oidc_url: "{{ openeo_oidc_url | default('https://aai.egi.eu/auth/realms/egi') }}"
oidc_organisation: "{{ openeo_oidc_organisation | default('egi') }}"
oidc_roles: "{{ openeo_oidc_roles | default(['developer']) }}"
oidc_roles: "{{ openeo_oidc_roles | default(['']) }}"
tasks:
- name: Set default DNS name (nip.io)
set_fact:
Expand All @@ -29,7 +29,7 @@
apiDescription: "A K8S deployment of the openeo api for argoworkflows."
oidcUrl: "{{ oidc_url }}"
odicOrganisation: "{{ oidc_organisation }}"
oidcRoles: {{ oidc_roles }}
oidcPolicies: {{ oidc_roles }}
stacCatalogueUrl: "{{ stac_url }}"
workspaceRoot: "/user_workspaces"
executorImage: "ghcr.io/eodcgmbh/openeo-argoworkflows:executor-2024.9.1"
Expand Down

0 comments on commit b7d08f5

Please sign in to comment.