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

Permissions handling on continuous aggregates #2413

Closed
erimatnor opened this issue Sep 18, 2020 · 0 comments · Fixed by #2436
Closed

Permissions handling on continuous aggregates #2413

erimatnor opened this issue Sep 18, 2020 · 0 comments · Fixed by #2436
Assignees
Milestone

Comments

@erimatnor
Copy link
Contributor

Since a continuous aggregate consists of several objects internally, changes to permissions and ownerships must also propagate to these objects. For instance, changing owner of the user view must also change owner of the other objects, like the materialized hypertable.

@erimatnor erimatnor added this to the 2.0.0 milestone Sep 18, 2020
@mkindahl mkindahl self-assigned this Sep 22, 2020
mkindahl added a commit to mkindahl/timescaledb that referenced this issue Sep 23, 2020
Before this commit, grants on continuous aggregates were not propagated
to the materialized hypertable, direct view, and partial view. With
this commit, grants on a continuous aggregate is propagated.

Fixes timescale#2413
mkindahl added a commit to mkindahl/timescaledb that referenced this issue Sep 23, 2020
Before this commit, grants on continuous aggregates were not propagated
to the materialized hypertable, direct view, and partial view. With
this commit, grants on a continuous aggregate is propagated.

Fixes timescale#2413
mkindahl added a commit to mkindahl/timescaledb that referenced this issue Sep 23, 2020
Before this commit, grants on continuous aggregates were not propagated
to the materialized hypertable, direct view, and partial view. With
this commit, grants on a continuous aggregate is propagated.

Fixes timescale#2413
mkindahl added a commit to mkindahl/timescaledb that referenced this issue Sep 25, 2020
Before this commit, grants on continuous aggregates were not propagated
to the materialized hypertable, direct view, and partial view. With
this commit, grants on a continuous aggregate is propagated.

Fixes timescale#2413
mkindahl added a commit that referenced this issue Sep 25, 2020
Before this commit, grants on continuous aggregates were not propagated
to the materialized hypertable, direct view, and partial view. With
this commit, grants on a continuous aggregate is propagated.

Fixes #2413
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants