You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
729 B

  1. summary: "Authentication for docker Registry"
  2. maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
  3. docker-image: docker.0k.io/docker-registry-auth:1.3.1
  4. data-resources:
  5. - /var/log/docker-auth
  6. config-resources:
  7. - /etc/docker-auth/
  8. docker-compose:
  9. command: /etc/docker-auth/config.yml
  10. provides:
  11. registry-auth:
  12. default-options:
  13. # users:
  14. # mylogin: mypasswd
  15. # acl:
  16. # - match: {account: "admin"}
  17. # actions: ["*"]
  18. # comment: "Admin has full access to everything."
  19. # - match: {account: "user"}
  20. # actions: ["pull"]
  21. # comment: "User \"user\" can pull stuff."
  22. uses:
  23. web-proxy:
  24. #constraint: required | recommended | optional
  25. constraint: recommended
  26. solves:
  27. proxy: "Public access"