We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
global-hub.open-cluster-management.io/with-inventory:
kessel-inventory
metadata: Annotations: global-hub.open-cluster-management.io/with-inventory: ''
Kafka user CR create for global hub user
spec: authentication: type: tls authorization: acls: - host: '*' operations: - Read resource: name: '*' patternType: literal type: group - host: '*' operations: - Write resource: name: gh-spec patternType: literal type: topic - host: '*' operations: - Describe - Read resource: name: gh-status. patternType: prefix type: topic type: simple
multicluster-global-hub/operator/pkg/controllers/hubofhubs/transporter/protocol/manifests/global-hub-kafka-user.yaml
Line 35 in f873a04
I don't see the permissions got created
{{ if .EnableInventoryAPI }} - host: '*' operations: - Describe - Read - Write resource: name: {{.KafkaInventoryTopic}} patternType: literal type: topic {{ end }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kafka user CR create for global hub user
multicluster-global-hub/operator/pkg/controllers/hubofhubs/transporter/protocol/manifests/global-hub-kafka-user.yaml
Line 35 in f873a04
I don't see the permissions got created
The text was updated successfully, but these errors were encountered: