Open
Description
Hey,
It'd be nice to be able to put customServiceAcls
into a services.yaml
to keep things together.
Example:
settings:
ccloud:
enabled: true
files:
topics: topics.yaml
services: services.yaml
Placing the customServiceAcls
block into the services.yaml
file doesn't read the ACLs, they need to be placed into the root state.yaml
which makes things a bit messy, and unorganized. I'd like to be able to place the custom ACLs related to my services with where my services are defined.
Thanks