secrets/ad: change deprecation status to deprecated (#19334)
* secrets/ad: change deprecation status to deprecated * adds changelog
This commit is contained in:
parent
6b36cc7587
commit
d8348490d5
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue