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

Operator does not revoke roles when removed from the PulsarPermission's CR #288

Open
brunocascio opened this issue Feb 19, 2025 · 2 comments

Comments

@brunocascio
Copy link

  1. Create the following permission
apiVersion: resource.streamnative.io/v1alpha1
kind: PulsarPermission
metadata:
  name: devops-techweek-permissions-foo
spec:
  connectionRef:
    name: pulsar-connection
  resourceType: topic
  resourceName: persistent://test/devops-techweek-dev/foo
  roles:
  - role-1
  - role-2
  actions:
  - produce
  - consume
  1. Remove some of the roles
apiVersion: resource.streamnative.io/v1alpha1
kind: PulsarPermission
metadata:
  name: devops-techweek-permissions-foo
spec:
  connectionRef:
    name: pulsar-connection
  resourceType: topic
  resourceName: persistent://test/devops-techweek-dev/foo
  roles:
  - role-1
  actions:
  - produce
  - consume

The operator does not revoke that access

@brunocascio
Copy link
Author

Guess it could be sort of related to this issue as well #255

@brunocascio
Copy link
Author

@freeznet Is there a way to contribute to this project?
Currently I'm not able to install packages due to github.com/streamnative/cloud-api-server is a private repository

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

No branches or pull requests

1 participant