Replicate the VCert-go GetZonesByParent() feature
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 22
- Forks
- 23
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the VCert-go pull request linked in the issue and comparing its GetZonesByParent methods for TPP and VaaS with this Python SDK. Identify the corresponding Python client entry points and define coverage for both services. Done means consumers can enumerate child policies or issuing templates through the Python SDK without knowing them individually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100