cyberark / conjur-puppet

Official Puppet module for CyberArk Conjur
https://forge.puppet.com/cyberark/conjur
Apache License 2.0
6 stars 3 forks source link

Use OpenAPI spec to generate the client code #65

Open sgnn7 opened 4 years ago

sgnn7 commented 4 years ago

Describe the solution you would like

Currently, the API paths are all hardcoded for the Conjur/DAP server and it would be nice to have this be from a spec of some sort like OpenAPI (draft spec - private repo).

AC: