Skip to content

Commit

Permalink
chore: update ckanext-gdi-userportal
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Aug 5, 2024
1 parent e1e7564 commit 7ac426d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ _solr/schema.xml
_src/*
local/*
venv
.env.secrets
12 changes: 11 additions & 1 deletion _http/ckan.http
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ GET http://localhost:5500/api/action/scheming_package_show?type=dataset&id=5eedc

###

GET http://localhost:5500/api/action/scheming_dataset_schema_show?type=dataset&id=4611e835-ee00-49e8-a97a-9077759ce791
GET http://localhost:5500/api/action/scheming_dataset_schema_show?type=dataset&id=4611e835-ee00-49e8-a97a-9077759ce791

###

GET http://localhost:5500/api/action/organization_show?id=csc-fi

###
GET http://localhost:5500/api/action/organization_list

###
GET http://localhost:5500/api/action/enhanced_organization_list
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
dockerfile: Dockerfile.dev
env_file:
- .env
- .env.secrets
depends_on:
postgres:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion src/ckanext-gdi-userportal

0 comments on commit 7ac426d

Please sign in to comment.