forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ckanext-gdi-userportal
- Loading branch information
1 parent
e1e7564
commit 7ac426d
Showing
5 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,10 @@ CKAN___BEAKER__SESSION__SECRET=CHANGE_ME | |
# See https://docs.ckan.org/en/latest/maintaining/configuration.html#api-token-settings | ||
CKAN___API_TOKEN__JWT__ENCODE__SECRET=string:CHANGE_ME | ||
CKAN___API_TOKEN__JWT__DECODE__SECRET=string:CHANGE_ME | ||
CKAN_SYSADMIN_NAME=ckan_admin | ||
CKAN_SYSADMIN_PASSWORD=test1234 | ||
CKAN_SYSADMIN_EMAIL=[email protected] | ||
|
||
CKAN_SYSADMIN_NAME=gdi_admin # TODO | ||
CKAN_SYSADMIN_EMAIL=[email protected] # TODO | ||
|
||
CKAN_SMTP_SERVER=smtp.corporateict.domain:25 | ||
CKAN_SMTP_STARTTLS=True | ||
CKAN_SMTP_USER=user | ||
|
@@ -44,8 +45,8 @@ TEST_CKAN_REDIS_URL=redis://redis:6379/1 | |
REDIS_VERSION=6 | ||
|
||
# Extensions | ||
CKANEXT__OIDC_PKCE__BASE_URL=https://keycloak-test.healthdata.nl/realms/ckan/protocol/openid-connect | ||
CKANEXT__OIDC_PKCE__CLIENT_ID=ckan | ||
CKANEXT__OIDC_PKCE__BASE_URL=https://id.portal.dev.gdi.lu/realms/gdi/protocol/openid-connect | ||
CKANEXT__OIDC_PKCE__CLIENT_ID=gdi | ||
CKANEXT__OIDC_PKCE__CLIENT_SECRET=secret | ||
CKANEXT__OIDC_PKCE__AUTH_PATH=/auth | ||
CKANEXT__OIDC_PKCE__TOKEN_PATH=/token | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ _solr/schema.xml | |
_src/* | ||
local/* | ||
venv | ||
.env.secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ckanext-gdi-userportal
updated
from 761da4 to d99e4e