Skip to content

Implement missing operations on Fake Connector #91

@rvelaVenafi

Description

@rvelaVenafi

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):

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions