gentle-tailor-78929
11/30/2022, 9:11 PMdatahub admin user is missing the following permissions:
managePolicies: false
manageUserCredentials: false
Any ideas what might be causing that? Thanks!big-carpet-38439
11/30/2022, 9:39 PMgentle-tailor-78929
11/30/2022, 10:01 PMgentle-tailor-78929
12/06/2022, 3:03 PMMANAGE_POLICIES and MANAGE_USER_CREDENTIALS seem to be set correctly in the database, but when I go to the “Manage Users & Groups” page, I get an error because managePolicies: false and manageUserCredentials: false is returned from the getMe GraphQL request.
{
"actors": {
"resourceOwners": false,
"allUsers": false,
"allGroups": false,
"users": [
"urn:li:corpuser:datahub"
]
},
"privileges": [
"MANAGE_POLICIES",
"MANAGE_INGESTION",
"MANAGE_SECRETS",
"MANAGE_USERS_AND_GROUPS",
"VIEW_ANALYTICS",
"GENERATE_PERSONAL_ACCESS_TOKENS",
"MANAGE_ACCESS_TOKENS",
"MANAGE_DOMAINS",
"MANAGE_TESTS",
"MANAGE_GLOSSARIES",
"MANAGE_USER_CREDENTIALS",
"MANAGE_TAGS"
],
"displayName": "Root User - All Platform Privileges",
"editable": false,
"description": "Grants full platform privileges to root datahub super user.",
"state": "ACTIVE",
"type": "PLATFORM"
}