zuul/releasenotes/notes/encrypt-file-pubkey-a4830c3573dee7f0.yaml
Logan V 622c1f8bcc encrypt_secret: Allow file scheme for public key
Allow the use of a file:///key.pub URL to load the project public
key.

Change-Id: If11ec2232625b630252cf334efa996573b55752b
2018-08-09 15:31:55 -05:00

6 lines
241 B
YAML

---
features:
- A local project key file URI (eg. ``file:///path/to/key.pub``) is now
supported by the encrypt_secret.py tool. This allows encrypting secrets
without directly accessing the Zuul web API to retrieve the project key.