Skip to content

Commit

Permalink
add to updating datahub
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-radhakrishnan committed Sep 23, 2022
1 parent d06d345 commit 0849393
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ This file documents any backwards-incompatible changes in DataHub and assists pe

### Other notable Changes

## `v0.8.45`

### Breaking Changes
- The `getNativeUserInviteToken` and `createNativeUserInviteToken` GraphQL endpoints have been renamed to
`getInviteToken` and `createInviteToken` respectively. Additionally, both now accept an optional `roleUrn` parameter.
Both endpoints also now require the `MANAGE_POLICIES` privilege to execute, rather than `MANAGE_USER_CREDENTIALS`
privilege.
- One of the default policies shipped with DataHub (`urn:li:dataHubPolicy:7`, or `All Users - All Platform Privileges`)
has been edited to no longer include `MANAGE_POLICIES`. Its name has consequently been changed to
`All Users - All Platform Privileges (EXCEPT MANAGE POLICIES)`. This change was made to prevent all users from
effectively acting as superusers by default.

### Potential Downtime

### Deprecations

### Other notable Changes

## `v0.8.44`

### Breaking Changes
Expand Down
3 changes: 1 addition & 2 deletions metadata-service/war/src/main/resources/boot/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"users":[]
},
"privileges":[
"MANAGE_POLICIES",
"MANAGE_INGESTION",
"MANAGE_SECRETS",
"MANAGE_USERS_AND_GROUPS",
Expand All @@ -89,7 +88,7 @@
"MANAGE_GLOSSARIES",
"MANAGE_TAGS"
],
"displayName":"All Users - All Platform Privileges",
"displayName":"All Users - All Platform Privileges (EXCEPT MANAGE POLICIES)",
"description":"Grants full platform privileges to ALL users of DataHub. Change this policy to alter that behavior.",
"state":"ACTIVE",
"type":"PLATFORM",
Expand Down
2 changes: 1 addition & 1 deletion smoke-test/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

@pytest.fixture(scope="session")
def wait_for_healthchecks():
# wait_for_healthcheck_util()
wait_for_healthcheck_util()
yield


Expand Down

0 comments on commit 0849393

Please sign in to comment.