cyberark/secrets-provider-for-k8s

View on GitHub
deploy/policy/templates/conjur-delete-secret.template.sh.yml

Summary

Maintainability
Test Coverage
#!/bin/bash

set -euo pipefail
cat << EOL
# Should be loaded into root
- !policy
  id: secrets
  body:
    - !delete
      record: !variable test_secret
EOL