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

Support Per stream modification permissions #60

Closed
13 tasks done
ripienaar opened this issue Oct 6, 2021 · 2 comments
Closed
13 tasks done

Support Per stream modification permissions #60

ripienaar opened this issue Oct 6, 2021 · 2 comments
Assignees
Labels
client Client related work enhancement New feature or request P-L server:2.6.x

Comments

@ripienaar
Copy link
Contributor

ripienaar commented Oct 6, 2021

Overview

Streams have several new permissions that allow one to prevent deletes, purges and enable rollups.

Server PRs nats-io/nats-server#2595

Schema updates in nats-io/jsm.go#333

Required for completion of ADR-8

Fields

ConsumerConfiguration headers_only
StreamConfiguration deny_delete
StreamConfiguration deny_purge
StreamConfiguration allow_rollup_hdrs

Clients and Tools

Other Tasks

Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.

@ripienaar ripienaar added enhancement New feature or request client Client related work labels Oct 6, 2021
@scottf scottf removed their assignment Feb 18, 2022
@marthaCP marthaCP added the P-L label Aug 25, 2022
@Jarema Jarema removed their assignment Aug 30, 2022
@ripienaar ripienaar removed their assignment Sep 2, 2022
@bruth
Copy link
Member

bruth commented Sep 10, 2022

Python support in nats-io/nats.py#216 /cc @wallyqs

@bruth
Copy link
Member

bruth commented Sep 10, 2022

PR for docs: nats-io/nats.docs#482

@bruth bruth closed this as completed Sep 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Client related work enhancement New feature or request P-L server:2.6.x
Projects
None yet
Development

No branches or pull requests