mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
secrets/ad: change deprecation status to deprecated (#19334)
* secrets/ad: change deprecation status to deprecated * adds changelog
This commit is contained in:
3
changelog/19334.txt
Normal file
3
changelog/19334.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:deprecation
|
||||
secrets/ad: Marks the Active Directory (AD) secrets engine as deprecated.
|
||||
```
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user