Skip to content

Commit

Permalink
backport of commit 431b424 (hashicorp#19335)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
  • Loading branch information
1 parent 01ed889 commit 9063cfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/19334.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:deprecation
secrets/ad: Marks the Active Directory (AD) secrets engine as deprecated.
```
5 changes: 4 additions & 1 deletion helper/builtinplugins/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ func newRegistry() *registry {
"snowflake-database-plugin": {Factory: dbSnowflake.New},
},
logicalBackends: map[string]logicalBackend{
"ad": {Factory: logicalAd.Factory},
"ad": {
Factory: logicalAd.Factory,
DeprecationStatus: consts.Deprecated,
},
"alicloud": {Factory: logicalAlicloud.Factory},
"aws": {Factory: logicalAws.Factory},
"azure": {Factory: logicalAzure.Factory},
Expand Down

0 comments on commit 9063cfe

Please sign in to comment.