Within the "Validating arbitrary inputs" section on the Conforma site, the tutorial references the repo https://github.com/acme/policy which doesn't exist anymore. Because of this, a user following the tutorial gets an error while validating the input using the EC CLI.
Observed behaviour
$ ec validate input --file data.yaml --policy policy.yaml --output yaml
Error: error validating file data.yaml: evaluating policy: error cloning repository: authentication required: Repository not found.
Expected behaviour
The command finishes successfully.
Acceptance criteria
- Replace the invalid policy source with a working one
- Ensure that the repo used is obvious as an illustrated example
Within the "Validating arbitrary inputs" section on the Conforma site, the tutorial references the repo
https://github.com/acme/policywhich doesn't exist anymore. Because of this, a user following the tutorial gets an error while validating the input using the EC CLI.Observed behaviour
Expected behaviour
The command finishes successfully.
Acceptance criteria