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

Support for Contacts #81

Open
klewan opened this issue Mar 23, 2022 · 2 comments
Open

Support for Contacts #81

klewan opened this issue Mar 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@klewan
Copy link

klewan commented Mar 23, 2022

BUSINESS PROBLEM
Our internal rules for TPP require us to use Contacts property while requesting a certificate.
Would it be possible to add Contacts parameter to the provider and use it in /vedsdk/Certificates/Request endpoint?

CURRENT ALTERNATIVES
None

@klewan klewan added the enhancement New feature or request label Mar 23, 2022
@luispresuelVenafi luispresuelVenafi self-assigned this Mar 23, 2022
@tr1ck3r
Copy link
Member

tr1ck3r commented Mar 28, 2022

See conversation in Venafi/ansible-collection-venafi#24

@hawksight
Copy link

@klewan you can actually set contacts and approvers on a policy resource in the JSON. Here's a reference example:

{
  "policy": {},
  "defaults": {},
  "users": [
    "tppadmin",
    "team-1"
  ],
  "approvers": [
    "local:{1716fc1f-c05b-46d0-b308-048bde614a39}",
    "AD+XXXXX:9d599add13b7ea4ebd0592eb14cdcd3f"
  ]
}

Users == Contacts, in the policy JSON template. These are friendly names.
Approvers will be in the PrefixedUniversalID format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants