Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement missing operations on Fake Connector #91

Open
rvelaVenafi opened this issue Jan 14, 2022 · 0 comments
Open

Implement missing operations on Fake Connector #91

rvelaVenafi opened this issue Jan 14, 2022 · 0 comments
Assignees

Comments

@rvelaVenafi
Copy link
Contributor

rvelaVenafi commented Jan 14, 2022

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):
@rvelaVenafi rvelaVenafi self-assigned this Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant