forked from TrueCloudLab/certificates
Merge pull request #840 from smallstep/changelog/PR829
Changeling PR 829
This commit is contained in:
commit
bf8155f9bd
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
|
|
||||||
## [Unreleased - 0.18.2] - DATE
|
## [Unreleased - 0.18.2] - DATE
|
||||||
### Added
|
### Added
|
||||||
|
- Added `subscriptionIDs` and `objectIDs` filters to the Azure provisioner.
|
||||||
### Changed
|
### Changed
|
||||||
- IPv6 addresses are normalized as IP addresses instead of hostnames.
|
- IPv6 addresses are normalized as IP addresses instead of hostnames.
|
||||||
- More descriptive JWK decryption error message.
|
- More descriptive JWK decryption error message.
|
||||||
|
|
|
@ -90,7 +90,7 @@ type Azure struct {
|
||||||
TenantID string `json:"tenantID"`
|
TenantID string `json:"tenantID"`
|
||||||
ResourceGroups []string `json:"resourceGroups"`
|
ResourceGroups []string `json:"resourceGroups"`
|
||||||
SubscriptionIDs []string `json:"subscriptionIDs"`
|
SubscriptionIDs []string `json:"subscriptionIDs"`
|
||||||
ObjectIDs []string `json:"ObjectIDs"`
|
ObjectIDs []string `json:"objectIDs"`
|
||||||
Audience string `json:"audience,omitempty"`
|
Audience string `json:"audience,omitempty"`
|
||||||
DisableCustomSANs bool `json:"disableCustomSANs"`
|
DisableCustomSANs bool `json:"disableCustomSANs"`
|
||||||
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
|
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
|
||||||
|
|
Loading…
Reference in a new issue