Skip to content

Commit

Permalink
secret/ad: fix bug where config couldn't be updated unless binddn/bin…
Browse files Browse the repository at this point in the history
…dpass were included (#18209)
  • Loading branch information
jasonodonnell authored Feb 8, 2023
1 parent 8073e5a commit 8ac283e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog/18209.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
secrets/ad: Fix bug where config couldn't be updated unless binddn/bindpass were included in the update.
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ require (
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.6.0
github.com/hashicorp/vault-plugin-database-snowflake v0.4.0
github.com/hashicorp/vault-plugin-mock v0.16.1
github.com/hashicorp/vault-plugin-secrets-ad v0.12.0
github.com/hashicorp/vault-plugin-secrets-ad v0.12.1
github.com/hashicorp/vault-plugin-secrets-alicloud v0.11.1
github.com/hashicorp/vault-plugin-secrets-azure v0.12.1
github.com/hashicorp/vault-plugin-secrets-gcp v0.12.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,8 @@ github.com/hashicorp/vault-plugin-database-snowflake v0.4.0 h1:aU27AiSMaGB5p4u9h
github.com/hashicorp/vault-plugin-database-snowflake v0.4.0/go.mod h1:zWotUiG0/ZcOJ46j+gW3IfZ7R9nMDBHEo6cLte3CPE0=
github.com/hashicorp/vault-plugin-mock v0.16.1 h1:5QQvSUHxDjEEbrd2REOeacqyJnCLPD51IQzy71hx8P0=
github.com/hashicorp/vault-plugin-mock v0.16.1/go.mod h1:83G4JKlOwUtxVourn5euQfze3ZWyXcUiLj2wqrKSDIM=
github.com/hashicorp/vault-plugin-secrets-ad v0.12.0 h1:BiqmK2KS5hqcQ9hJYMZaUq/DZoPJneCptyvzxLtyV/A=
github.com/hashicorp/vault-plugin-secrets-ad v0.12.0/go.mod h1:WwwDLyCMncZnOOtN2GHw6O4pIWauHhJx2DjRFbGYvV4=
github.com/hashicorp/vault-plugin-secrets-ad v0.12.1 h1:LuX1/buVsigLqG5yUrHYprH09Tuy1KAhjc0v+E0KNbQ=
github.com/hashicorp/vault-plugin-secrets-ad v0.12.1/go.mod h1:WwwDLyCMncZnOOtN2GHw6O4pIWauHhJx2DjRFbGYvV4=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.11.1 h1:vuenbRDeUV6Ghn4yFXKLKrIRsY1a9iiXnl8cGIzB19Y=
github.com/hashicorp/vault-plugin-secrets-alicloud v0.11.1/go.mod h1:F4KWrlCQZbhP2dFXCkRvbHX2J6CTydlaY0cH+OrLHCE=
github.com/hashicorp/vault-plugin-secrets-azure v0.12.1 h1:m8o2v8NGiP1ivIiw3u3BcgNYiQQMTtbBQUoqscs8zAg=
Expand Down

0 comments on commit 8ac283e

Please sign in to comment.