Skip to content

Commit

Permalink
Release (#24)
Browse files Browse the repository at this point in the history
* Add helm charts

* Rename to identity portal

* Add portal components

* Fix ci

* Fix ci

* Update configs

* Update keycloak realm

* Revert realm to master

* Add service calls and cookies

* Clear request uri on service change

* Fix cookie delete

* Add more service links

* Update ci

* Update ci

* Fix issue

* Fix ci

* Fix scrollbars

* Add refresh token

* Fix dockerfile

* Add offline access

* Revert offline token

* Add demo workflow

* Fix workflow

* Fix angular config

* Fix dockerfile

* Update README.md

* Update README.md

* Add env variables

* Add configmap

* Fix configmap
  • Loading branch information
daniel-pimenta-DME authored Feb 26, 2024
1 parent 4fcb22e commit 39bc033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion charts/eoepca-portal/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
{{- include "eoepca-portal.labels" . | nindent 4 }}
data:
AUTH_SERVER_URL: "{{ .Values.configMap.auth_server_url }}"
IDENTITY_URL: "{{ .Values.configMap.identity_url }}"
REALM: "{{ .Values.configMap.realm }}"
CLIENT_ID: "{{ .Values.configMap.client_id }}"
IDENTITY_API_URL: "{{ .Values.configMap.identity_api_url }}"
Expand Down
3 changes: 1 addition & 2 deletions charts/eoepca-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ serviceAccount:

configMap:
auth_server_url: "https://identity.keycloak.develop.eoepca.org"
identity_url: "master"
realm: "eoepca-portal"
realm: "master"
client_id: "eoepca-portal"
identity_api_url: "https://identity.api.develop.eoepca.org"
ades_url: "https://ades.develop.eoepca.org/ogc-api/processes"
Expand Down

0 comments on commit 39bc033

Please sign in to comment.