Permit the use of type Sensitive to pass credentials to the Gitlab class, in order to hide those credentials from PuppetDB.
For example LDAP credentials can be used and the binding password is pass as such:
gitlab::gitlab_rails:
ldap_enabled: true
ldap_servers:
myldapserver:
bind_dn: 'MYBINDDN'
password: 'MYBINDPW'
To hide password from PuppetDB, the attribute gitlab::gitlab_rails needs to be passed as type Sensitive to the class.
Other sensitive information besides gitlab_rails might exist.
Permit the use of type Sensitive to pass credentials to the Gitlab class, in order to hide those credentials from PuppetDB.
For example LDAP credentials can be used and the binding password is pass as such:
To hide password from PuppetDB, the attribute gitlab::gitlab_rails needs to be passed as type Sensitive to the class.
Other sensitive information besides gitlab_rails might exist.