Skip to content

Permit the use of type Sensitive #486

@m8t

Description

@m8t

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions