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

question about state.yaml file #75

Open
red8rain opened this issue Aug 6, 2021 · 1 comment
Open

question about state.yaml file #75

red8rain opened this issue Aug 6, 2021 · 1 comment

Comments

@red8rain
Copy link

red8rain commented Aug 6, 2021

In my state.yaml file, i have the following:

settings:
files:
topics: topics.yaml
services: services.yaml
users: users.yaml
topics:
blacklist:
prefixed:
- __amazon

I have the topics.yaml, services.yaml and users.yaml files in the same location as the state.yaml file. When I run the validate and plan command, it is ignoring the users.yaml file and attempting to delete all my ACLs. If i put the users: hive under the settings: in the state.yaml file, it recognize all the ACLs. am i doing something wrong with the users.yaml file?

using the lastest kafka-gitops binary. below is the content of my users.yaml file:

users:
scramadmin:
principal: User:scramadmin

customUserAcls:
scramadmin:
admin-topic:
name: ""
type: TOPIC
pattern: LITERAL
host: "
"
operation: ALL
permission: ALLOW

thanks,

@devshawn
Copy link
Owner

Hmm, this could be a bug, I will have to do some testing.

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

2 participants