BUG FIXES:
- Update static role rotation to generate a new password after 2 failed attempts (#125)
BUG FIXES:
- fix an edge case where add an LDAP user or service account can be added to more than one role or set (#123)
BUG FIXES:
-
fix a panic on static role creation when the config is unset (#119)
-
fix case sensitivity issues in the role rotation process (#118)
BUG FIXES:
- fix a panic on init when static roles have names defined as hierarchical paths (#115)
- update dependencies GH-113
github.com/go-ldap/ldap/v3
v3.4.6 -> v3.4.8github.com/hashicorp/go-hclog
v1.6.2 -> v1.6.3github.com/hashicorp/go-secure-stdlib/parseutil
v0.1.7 -> v0.1.8github.com/hashicorp/vault/api
v1.13.0 -> v1.14.0github.com/hashicorp/vault/sdk
v0.12.0 -> v0.13.0golang.org/x/text
v0.14.0 -> v0.18.0github.com/hashicorp/go-retryablehttp
v0.7.1 -> v0.7.7
- bump .go-version to 1.22.6
BUG FIXES:
- Update static role rotation to generate a new password after 2 failed attempts (#125)
IMPROVEMENTS:
- Updated dependencies (#133):
github.com/docker/docker
v24.0.9+incompatible -> v25.0.6+incompatiblegithub.com/hashicorp/go-retryablehttp
v0.7.1 -> v0.7.7golang.org/x/net
v0.23.0 -> v0.30.0google.golang.org/protobuf
v1.33.0 -> v1.35.2
BUG FIXES:
- fix a panic on init when static roles have names defined as hierarchical paths (#116)
FEATURES:
IMPROVEMENTS:
- Updated dependencies (#101):
github.com/go-ldap/ldap/v3
v3.4.4 -> v3.4.github.com/hashicorp/go-hclog
v1.5.0 -> v1.6.2github.com/hashicorp/go-secure-stdlib/parseutil
v0.1.7 -> v0.1.8github.com/hashicorp/vault/api
v1.9.2 -> v1.13.0github.com/hashicorp/vault/sdk
v0.11.1-0.20240325190132-c20eae3e84c5 -> v0.12.0github.com/stretchr/testify
v1.8.4 -> v1.9.0
BUG FIXES:
- Update static role rotation to generate a new password after 2 failed attempts (#125)
IMPROVEMENTS:
- Updated dependencies (#133):
github.com/docker/docker
v24.0.9+incompatible -> v25.0.6+incompatiblegithub.com/hashicorp/go-retryablehttp
v0.7.1 -> v0.7.7github.com/go-jose/go-jose/v3
v3.0.1 -> v3.0.3golang.org/x/net
v0.17.0 -> v0.28.0google.golang.org/protobuf
v1.30.0 -> v1.34.2
- Fix inability to rotate-root when using
userattr=userPrincipalName
andupndomain
is not set GH-91
- update dependencies GH-90
- Bump golang.org/x/crypto from 0.7.0 to 0.17.0 (#87)
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#86)
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 (#84)
- Bump golang.org/x/net from 0.8.0 to 0.17.0 (#81)
- add
skip_static_role_import_rotation
andskip_import_rotation
to allow users to retain the existing role password on import (note: Vault will not know the role password until it is rotated) GH-83
- Revert back to armon/go-metrics GH-88
- add rotate-root support when using userattr=userPrincipalName
- update dependencies GH-XXX
- github.com/hashicorp/go-metrics v0.5.1
- github.com/hashicorp/vault/api v1.9.2
- github.com/hashicorp/vault/sdk v0.9.2
- github.com/stretchr/testify v1.8.4
- golang.org/x/text v0.12.0
- prevent overwriting of schema and password_policy values on update of config GH-75
- enable plugin multiplexing GH-55
- update dependencies
github.com/hashicorp/vault/api
v1.9.1github.com/hashicorp/vault/sdk
v0.9.0
CHANGES:
- CreateOperation should only be implemented alongside ExistenceCheck [GH-50]
IMPROVEMENTS:
- Update golang.org/x/text to v0.3.8 [GH-48]
FEATURES:
- Adds service account check-out functionality for
ad
,openldap
, andracf
schemas.
IMPROVEMENTS:
- Adds the
last_password
field to the static role credential response - Adds the
userdn
anduserattr
configuration parameters to control how user LDAP search is performed for service account check-out and static roles. - Adds the
upndomain
configuration parameter to allow construction of a userPrincipalName (UPN) string for authentication.
BUG FIXES:
- Fix config updates so that they retain prior values set in storage
- Fix
last_bind_password
client rotation retry that may occur after a root credential rotation