From da93e40f907989bdbdcdddb7d9b268a17276fce7 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 24 Apr 2019 14:26:37 -0700 Subject: [PATCH] Add constant for Azure type. --- authority/provisioner/provisioner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authority/provisioner/provisioner.go b/authority/provisioner/provisioner.go index eba15d13..2af87cc8 100644 --- a/authority/provisioner/provisioner.go +++ b/authority/provisioner/provisioner.go @@ -45,6 +45,8 @@ const ( TypeGCP Type = 3 // TypeAWS is used to indicate the AWS provisioners. TypeAWS Type = 4 + // TypeAzure is used to indicate the Azure provisioners. + TypeAzure Type = 4 // RevokeAudienceKey is the key for the 'revoke' audiences in the audiences map. RevokeAudienceKey = "revoke"