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

[FR] - Allow to disable setting ACLs #198

Closed
JohnPreston opened this issue Sep 27, 2023 · 2 comments
Closed

[FR] - Allow to disable setting ACLs #198

JohnPreston opened this issue Sep 27, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JohnPreston
Copy link

Been testing up the tool to create/update my topic(s) and this is working great as far as I can tell, however I have an established separate way to define ACLs and therefore don't need these to be set.

I did not see an option in the CLI to disable setting ACLs. I removed tags but that still seemed to want to create ACLs.

Thanks for the consideration,
John,

@JohnPreston JohnPreston added the enhancement New feature or request label Sep 27, 2023
@bluemonk3y
Copy link
Collaborator

thanks @JohnPreston - looking at this

@bluemonk3y
Copy link
Collaborator

bluemonk3y commented Oct 3, 2023

Added flags
-acl-enabled=true|false
-schema-enabled=true|false

A provision.properties file will be loaded from the docker's working directory (/app) folder.

Example file as follows

spec=/app/simple_schema_demo-api.yaml
acl.enabled=true
sr.enabled=true
dry.run=true
bootstrap.server=broker1:9092
username=admin
secret=nothing
schema.registry=http://schema-registry:8081
schema.path=/app/1
sr.api.key=admin
sr.api.secret=nothing

bluemonk3y added a commit that referenced this issue Oct 3, 2023
* #198 - support flags and default properties files

* spotlessness

* spotlessness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants