IMPROVEMENTS:
- Updated dependencies:
github.com/microsoftgraph/msgraph-sdk-go
v1.40.0 -> v1.42.0
FEATURES:
- Adds secret-less configuration of Azure secret engine using plugin Workload Identity Federation (hashicorp#188)
BUG FIXES:
- Use applicationObjectID instead of clientID in GetApplication filter [GH-200]
CHANGES:
/config
endpoint no longer supports apassword_policy
parameter [GH-181]
BUGS:
- Prevent panic when unassigning roles [GH-191]
IMPROVEMENTS:
- Updated dependencies [GH-182] [GH-197]
github.com/Azure/azure-sdk-for-go/sdk/azcore
v1.9.1 -> v1.11.1github.com/Azure/azure-sdk-for-go/sdk/azidentity
v1.5.1 -> v1.5.2github.com/hashicorp/go-hclog
v1.6.2 -> v1.6.3github.com/hashicorp/vault/api
v1.11.0 -> v1.13.0github.com/hashicorp/vault/sdk
v0.10.2 -> v0.12.0github.com/microsoftgraph/msgraph-sdk-go
v1.32.0 -> v1.40.0github.com/microsoftgraph/msgraph-sdk-go-core
v1.0.1 -> v1.1.0
google.golang.org/protobuf
v1.32.0 -> v1.33.0 [GH-184]github.com/docker/docker
v25.0.2+incompatible -> v25.0.5+incompatible [GH-185]golang.org/x/net
0.21.0 -> 0.23.0 [GH-195]
BUG FIXES:
- Use applicationObjectID instead of clientID in GetApplication filter [GH-200]
BUG FIXES:
- Add nil check for response when unassigning roles [GH-191]
IMPROVEMENTS:
- Update dependencies [GH-176]
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0 -> v1.9.1
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0 -> v1.5.1
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.1.1 -> v2.2.0
- github.com/google/uuid v1.3.1 -> v1.6.0
- github.com/hashicorp/go-hclog v1.5.0 -> v1.6.2
- github.com/hashicorp/vault/api v1.10.0 -> v1.11.0
- github.com/hashicorp/vault/sdk v0.10.0 -> v0.10.2
- github.com/microsoftgraph/msgraph-sdk-go v1.22.0 -> v1.32.0
- github.com/microsoftgraph/msgraph-sdk-go-core v1.0.0 -> v1.0.1
IMPROVEMENTS:
- Add sign_in_audience and tags fields to application registration GH-174
- Prevent write-ahead-log data from being replicated to performance secondaries GH-164
- Update dependencies [GH-161]
- github.com/Azure/azure-sdk-for-go v68.0.0
- Update dependencies [GH-162]
- golang.org/x/crypto v0.13.0
- golang.org/x/net v0.15.0
- golang.org/x/sys v0.12.0
- golang.org/x/text v0.13.0
IMPROVEMENTS:
- Update dependencies [GH-160]
- github.com/hashicorp/vault/api v1.9.1 -> v1.10.0
- github.com/hashicorp/vault/sdk v0.9.0 -> v0.10.0
BUG FIXES:
- Fix intermittent 401s by preventing performance secondary clusters from rotating root credentials [GH-150]
IMPROVEMENTS:
- permanently delete app during WAL rollback GH-138
- enable plugin multiplexing GH-134
- add display attributes for OpenAPI OperationID's GH-141
- update dependencies
BUG FIXES:
- Fix intermittent 401s by preventing performance secondary clusters from rotating root credentials [GH-150]
CHANGES:
- Changes user-agent header value to use correct Vault version information and include the plugin type and name in the comment section [GH-123]
FEATURES:
- Adds ability to persist an application for the lifetime of a role [GH-98]
IMPROVEMENTS:
- Updated dependencies [GH-109]
github.com/Azure/azure-sdk-for-go v67.0.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/hashicorp/go-hclog v1.3.1
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/vault/api v1.8.2
github.com/hashicorp/vault/sdk v0.6.1
github.com/mitchellh/mapstructure v1.5.0
- Upgraded to go 1.19 [GH-109]
BUG FIXES:
- Fix intermittent 401s by preventing performance secondary clusters from rotating root credentials [GH-150]
BUG FIXES:
- Adds WAL rollback mechanism to clean up Role Assignments during partial failure [GH-110]
IMPROVEMENTS:
- Add option to permanently delete AzureAD objects [GH-104]
CHANGES:
CHANGES:
- Sets
use_microsoft_graph_api
to true by default [GH-90]
BUG FIXES:
- Fixes environment not being used when using MS Graph [GH-87]