Hey folks, is it possible to disable the creation ...
# troubleshoot
g
Hey folks, is it possible to disable the creation of some of the initial policies? Thanks (=
a
Hi Pablo, do you mean in quickstart? Or just when first creating an instance?
g
I'm using the Helm Charts to spin up Datahub. Once Datahub is up there are a set of default policies: 2 for each role, 2 for the root user, 2 for allUsers and 1 for resourceOwners. I'd like to avoid creating the ones for allUsers and resourceOwners. Right now I've got a small python script that disables them when I run it (I deleted them but then when I redeployed datahub they were created again. Found out that if I disabled them that didn't happen), but it would be great if we could just disable the creation itself.
a
@echoing-airport-49548 any idea if this is possbile?
e
I think we can fix it on our side so that if you delete the policy, we won’t try to ingest it
Let me look into this for you, I can let you know when we have a fix!
g
Thanks!