Merge pull request #28600 from backstage/freben/optional-ldap

make `ldapOrg` config key optional
This commit is contained in:
Fredrik Adelöw
2025-01-23 16:52:35 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-ldap': patch
---
Make `ldapOrg` config key optional
+1 -1
View File
@@ -437,7 +437,7 @@ export interface Config {
/**
* LdapOrg provider key
*/
ldapOrg: {
ldapOrg?: {
/**
* Id of the LdapOrg provider
*/