As mentioned in the documentation , git is the rec...
# help
k
As mentioned in the documentation , git is the recommended policy store to store yml policies , what are the views around using s3 bucket , also how to add credentials for accessing s3 bucket in my config
c
Cerbos has support for S3 so if that's the most suitable store for your use case, just go for it. The credentials are taken from the environment (
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
).
k
Thanks ig thats not mentioned in the documentation or i might have missed it
e
We’ll look into making it a bit more obvious.