genesis-community / concourse-genesis-kit

A Genesis Kit for Concourse CI/CD
MIT License
6 stars 13 forks source link

update policy to work with vault v2 #43

Closed xiujiao closed 5 years ago

xiujiao commented 5 years ago

Are there other paths? like secret/metadata/exodus/* that need fixin?

It was not needed for the issue I had, but it is a good catch. I pushed the change to include the metadata part in the policy

thomasmitchell commented 5 years ago

POST to secret/metadata/exodus/... is technically legal, even though I don't think its used in safe. Still, you may want to include update for the metadata endpoint policy.

xiujiao commented 5 years ago

POST to secret/metadata/exodus/... is technically legal, even though I don't think its used in safe. Still, you may want to include update for the metadata endpoint policy.

Added

xiujiao commented 5 years ago

Could you @thomasmitchell merge it if ILGY?