Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new name convention for backend auth #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions feasibility-portal/backend/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FEASIBILITY_BACKEND_DATASOURCE_USERNAME=guidbuser
FEASIBILITY_BACKEND_DATASOURCE_PASSWORD=guidbpw
FEASIBILITY_BACKEND_KEYCLOAK_ENABLED=true
FEASIBILITY_BACKEND_KEYCLOAK_ALLOWED_ROLE=FEASIBILITY_USER
FEASIBILITY_BACKEND_KEYCLOAK_BASE_URL=http://keycloak:8080
FEASIBILITY_BACKEND_KEYCLOAK_BASE_URL=http://auth:8080
FEASIBILITY_BACKEND_KEYCLOAK_REALM=codex-develop
FEASIBILITY_BACKEND_KEYCLOAK_CLIENT_ID=feasibility-gui
FEASIBILITY_BACKEND_CQL_TRANSLATE_ENABLED=false
Expand All @@ -29,4 +29,4 @@ FEASIBILITY_BACKEND_DSF_ORGANIZATION_ID=Test_ZARS
FEASIBILITY_BACKEND_UI_PROFILES_PATH=../ontology/ui_profiles
FEASIBILITY_BACKEND_CONCEPT_TREE_PATH=../ontology/codex-code-tree.json
FEASIBILITY_BACKEND_TERM_CODE_MAPPING_PATH=../ontology/codex-term-code-mapping.json
FEASIBILITY_BACKEND_CERTS_PATH=../dsf-broker/certs
FEASIBILITY_BACKEND_CERTS_PATH=../dsf-broker/certs
8 changes: 4 additions & 4 deletions feasibility-portal/keycloak/init/initial-realm-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"realm": [
{
"id": "234d9488-fd72-47ff-aaaa-9182cf4e9c94",
"name": "CODEX_USER",
"name": "FEASIBILITY_USER",
"description": "this is for development purposes only and allows full access to all features",
"composite": false,
"clientRole": false,
Expand Down Expand Up @@ -416,7 +416,7 @@
"path": "/codex-develop",
"attributes": {},
"realmRoles": [
"CODEX_USER"
"FEASIBILITY_USER"
],
"clientRoles": {},
"subGroups": []
Expand Down Expand Up @@ -565,7 +565,7 @@
{
"client": "feasibility-gui",
"roles": [
"CODEX_USER"
"FEASIBILITY_USER"
]
},
{
Expand Down Expand Up @@ -2901,4 +2901,4 @@
"clientPolicies": {
"policies": []
}
}
}