Implement missing operations on Fake Connector
Open
@rvelaVenafi is already working on this.
Since Jan 14, 2022.
- Dominant language
- Python
- Stars
- 22
- Forks
- 23
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 13
Description
The FakeConnector class is missing several operations. These operations should be returning mockup data for testing or demoing purposes.
The following operations need implementation:
- renew_cert(self, request, reuse_key=False):
- read_zone_conf(self, tag):
- import_cert(self, request):
- get_policy(self, zone):
- set_policy(self, zone, policy_spec):
- request_ssh_cert(self, request):
- retrieve_ssh_cert(self, request):
- retrieve_ssh_config(self, ca_request):
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.
Assessment
This issue has not been assessed yet.