Skip to content

Commit

Permalink
Merge pull request #10 from vijayjt/feature/update-azure-provisioner
Browse files Browse the repository at this point in the history
Add subscription and object ID to Azure provisioner
  • Loading branch information
maraino authored Feb 25, 2022
2 parents 8784d0c + 991d11a commit d1d01a1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 36 deletions.
93 changes: 57 additions & 36 deletions provisioners.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions provisioners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ message AzureProvisioner {
string audience = 3;
bool disable_custom_sans = 4;
bool disable_trust_on_first_use = 5;
repeated string subscription_ids = 6;
repeated string object_ids = 7;
}

message ACMEProvisioner {
Expand Down

0 comments on commit d1d01a1

Please sign in to comment.