Document roles/group.assumer for group rule sets - #5924
Open
gauthamsunjay wants to merge 2 commits into
Open
Conversation
gauthamsunjay
requested review from
hectorcast-db
and removed request for
a team
August 4, 2026 23:05
hectorcast-db
approved these changes
Aug 5, 2026
gauthamsunjay
temporarily deployed
to
test-trigger-is
August 5, 2026 05:56 — with
GitHub Actions
Inactive
Add the roles/group.assumer role to the documented roles for
accounts/{account_id}/groups/{group_id}/ruleSets/default, and show it
alongside roles/group.manager in the group rule set example. The role
grants the Assume permission on a group, which underpins RBAC.
The provider passes grant_rules.role through to the API without
validation, so no code change is needed.
Also fixes the group rule set example to reference the group through
data.databricks_group.ds.id -- the block is declared as a data source,
so the previous databricks_group.ds.id reference would not resolve.
Co-authored-by: Isaac
Co-authored-by: Isaac
gauthamsunjay
force-pushed
the
docs/group-assumer-role
branch
from
August 5, 2026 19:02
2faabcd to
05d855a
Compare
Contributor
Unit testsIf this PR is from a fork, the If this PR changes Actions -> Warm Go Cache -> Run workflow -> pr_number = 5924 Re-run the failed check once the cache warming completes. Integration testsIntegration tests don't run automatically for external contributors; an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
gauthamsunjay
temporarily deployed
to
test-trigger-is
August 7, 2026 08:06 — with
GitHub Actions
Inactive
hectorcast-db
enabled auto-merge
August 7, 2026 08:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the roles/group.assumer role to the documented roles for accounts/{account_id}/groups/{group_id}/ruleSets/default, and show it alongside roles/group.manager in the group rule set example. The role grants the Assume permission on a group, which underpins RBAC.
The provider passes grant_rules.role through to the API without validation, so no code change is needed.
Also fixes the group rule set example to reference the group through data.databricks_group.ds.id -- the block is declared as a data source, so the previous databricks_group.ds.id reference would not resolve.
Granting assume permission is in our customer docs - https://docs.databricks.com/aws/en/admin/users-groups/manage-groups#manage-permissions-on-a-group
Co-authored-by: Isaac
Changes
Tests
make testrun locallydocs/folderinternal/acceptanceNEXT_CHANGELOG.mdfile