Skip to content

Commit

Permalink
secrets/ad: change deprecation status to deprecated (hashicorp#19334)
Browse files Browse the repository at this point in the history
* secrets/ad: change deprecation status to deprecated

* adds changelog
  • Loading branch information
austingebauer committed Feb 24, 2023
1 parent 794eb8b commit 431b424
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 431b424

Please sign in to comment.