Merge pull request #840 from smallstep/changelog/PR829

Changeling PR 829
pull/848/head v0.18.2
Mariano Cano 2 years ago committed by GitHub
commit bf8155f9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased - 0.18.2] - DATE
### Added
- Added `subscriptionIDs` and `objectIDs` filters to the Azure provisioner.
### Changed
- IPv6 addresses are normalized as IP addresses instead of hostnames.
- More descriptive JWK decryption error message.

@ -90,7 +90,7 @@ type Azure struct {
TenantID string `json:"tenantID"`
ResourceGroups []string `json:"resourceGroups"`
SubscriptionIDs []string `json:"subscriptionIDs"`
ObjectIDs []string `json:"ObjectIDs"`
ObjectIDs []string `json:"objectIDs"`
Audience string `json:"audience,omitempty"`
DisableCustomSANs bool `json:"disableCustomSANs"`
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`

Loading…
Cancel
Save