You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
I wonder if we should build the policy validator as a separate CLI tool. I'd like to encourage people to source control their policy files. If we had a CLI tool we can use that in CI to validate, lint and sanity check their policies in an automated way.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we have some
if
here and there to validate the policies files content.We could get rid of them and replace them with a JSON schema validation.
Having a JSON schema would also allow us to build a simple UI using react-jsonschema-form to author policies files online :)
The text was updated successfully, but these errors were encountered: