You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing CEDAR 2.6.47 using docker and querying the users via https://resource.arp.orgx/users (arp.orgx is my CEDAR_HOST setting)I get the list of users below. What looks suspicious is that there are two CEDAR Admin users. One with ID https://metadatacenter.org/users/ab2a9696-291f-4705-b5e6-6c262266c506 and the other with https://metadatacenter.org/users/68d898fd-2b81-492c-b68c-a80c8283fd8a.
It seems that the one with ab2a9696-291f-4705-b5e6-6c262266c506 is created by cedar-infra-neo4j's neo4j-create-cedar-admin.cypher, while the one with 68d898fd-2b81-492c-b68c-a80c8283fd8a is the actual admin configured in cedar-infra-keycloak's keycloak-realm.CEDAR.development.2023-07-05.json and this is the one associated with the cedar-admin user. I wonder what the ab2a9696-291f-4705-b5e6-6c262266c506 admin user is for and can it cause it any problems?
must match so that the setup of the admin user is correct. Otherwise the API key and the user (ID) won't be correctly associated with each other and so we cannot make API calls in the name of the admin user.
After installing CEDAR 2.6.47 using docker and querying the users via
https://resource.arp.orgx/users
(arp.orgx is my CEDAR_HOST setting)I get the list of users below. What looks suspicious is that there are two CEDAR Admin users. One with IDhttps://metadatacenter.org/users/ab2a9696-291f-4705-b5e6-6c262266c506
and the other withhttps://metadatacenter.org/users/68d898fd-2b81-492c-b68c-a80c8283fd8a
.It seems that the one with
ab2a9696-291f-4705-b5e6-6c262266c506
is created bycedar-infra-neo4j
'sneo4j-create-cedar-admin.cypher
, while the one with68d898fd-2b81-492c-b68c-a80c8283fd8a
is the actual admin configured incedar-infra-keycloak
'skeycloak-realm.CEDAR.development.2023-07-05.json
and this is the one associated with thecedar-admin
user. I wonder what theab2a9696-291f-4705-b5e6-6c262266c506
admin user is for and can it cause it any problems?The text was updated successfully, but these errors were encountered: