vcert-python icon indicating copy to clipboard operation
vcert-python copied to clipboard

Replicate the VCert-go GetZonesByParent() feature

Open marcos-albornoz opened this issue 3 years ago • 0 comments

From https://github.com/Venafi/vcert/pull/220 description.

BUSINESS PROBLEM Both TPP and VaaS can support situations where multiple policies have been defined for use by a single consumer. For TPP, this is done by creating multiple child policy folders in a common parent policy folder. For VaaS, this is done by assigning multiple Issuing Templates to a single application.

PROPOSED SOLUTION The new GetZonesByParent methods for TPP and VaaS allow VCert client SDK consumers to enumerate those policies (zones) rather than having to know them individually.

marcos-albornoz avatar May 14 '22 20:05 marcos-albornoz