Add identity-based access control, closes #51

Add a cli subcommand to verify config files validity
This commit is contained in:
Petu Eusebiu
2021-05-13 21:59:12 +03:00
committed by Ramkumar Chinchani
parent 26926ad4c2
commit 609d85d875
14 changed files with 915 additions and 51 deletions
+5
View File
@@ -0,0 +1,5 @@
You can check a configuration file validity by running the verify command:
```console
$ zot verify /path/to/config
```