Skip to content

Venafi Cloud "Zone" Specification #360

@paulternate

Description

@paulternate

Earlier this year Venafi Cloud stopped supporting Zone specification by name, and instead now requires the Zone ID (GUID).

Below is an updated working example:

apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
  name: cloud-venafi-issuer
  namespace: <NAMESPACE YOU WANT TO ISSUE CERTIFICATES IN>
spec:
  venafi:
    zone: "801bdbd0-8587-11ea-b487-4d978b4efe3d" # Set this to the Venafi policy zone you want to use
    cloud:
      apiTokenSecretRef:
        name: cloud-secret
        key: apikey

Metadata

Metadata

Assignees

No one assigned

    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