mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 18:18:30 +00:00
Add constant for Azure type.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user