Fix var reference;Upgrade version;Add LDAP configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-13 12:04:32 +01:00
parent 7931b1ed44
commit 9e7eaf2ff7
3 changed files with 56 additions and 2 deletions

View File

@ -187,6 +187,33 @@ PropertyCategories:
Configurations: '*'
UserConfigurable: true
- Name: 6) Identity provider
ProductProperties:
- Key: ldap.fqdn
Type: string(1..)
Label: LDAP server FQDN/IP-address*
Description: The address of the LDAP server which this bootstrap appliance will perform LDAP queries against.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: ldap.dn
Type: string(1..)
Label: LDAP bind distinguished name*
Description: The username which this bootstrap appliance will use for LDAP queries.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: ldap.password
Type: password(1..)
Label: LDAP bind password*
Description: The password which this bootstrap appliance will use for LDAP queries.
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
---
Variables:
- Name: hostname.suffix