Merge pull request #28600 from backstage/freben/optional-ldap
make `ldapOrg` config key optional
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-ldap': patch
|
||||
---
|
||||
|
||||
Make `ldapOrg` config key optional
|
||||
+1
-1
@@ -437,7 +437,7 @@ export interface Config {
|
||||
/**
|
||||
* LdapOrg provider key
|
||||
*/
|
||||
ldapOrg: {
|
||||
ldapOrg?: {
|
||||
/**
|
||||
* Id of the LdapOrg provider
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user