secrets/ad: change deprecation status to deprecated (#19334)

* secrets/ad: change deprecation status to deprecated

* adds changelog
This commit is contained in:
Austin Gebauer 2023-02-23 16:13:32 -08:00 committed by GitHub
parent 6b36cc7587
commit d8348490d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

3
changelog/19334.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:deprecation
secrets/ad: Marks the Active Directory (AD) secrets engine as deprecated.
```

View File

@ -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},