Skip to content

feat: add vault variant for validation template

Presentation

Template for a vault variant, used for the job gitlab-ci-lint (inside the validation template). Main purpose is to allow for the GITLAB_TOKEN variable to be stored in a Vault.

Closes #6 (closed)

Checklist

  • General:
  • Publicly usable:
    • untagged runners
    • no proxy configuration but support http_proxy/https_proxy/no_proxy
    • no custom CA certificate(s) but supports $CUSTOM_CA_CERTS or $DEFAULT_CA_CERTS to declare custom CA certificate(s)
    • internet hostnames/urls only
  • Used Docker images:
    • public images
    • official images (when possible)
    • latest tag (when possible)
  • Documented:
    • README.md documents the new feature
    • kicker.json describes the new feature
  • Tested & examplified:
    • Tested on an internal project
Edited by Benjamin Plusquellec

Merge request reports

Loading