Add encrypted ldap secrets support
Adds a new ldap_secrets path setting for optional ldap secrets file. And adds a new set of ldap secrets rake commands for showing/editing an ldap secret Adds support for loading ldap servers' password and/or user_bn from the encrypted secrets. As part of initial rollout we don't want to complain about secrets for an optional feature.
显示
- changelogs/unreleased/ldap-secret-command.yml 5 个添加, 0 个删除changelogs/unreleased/ldap-secret-command.yml
- config/initializers/1_settings.rb 1 个添加, 0 个删除config/initializers/1_settings.rb
- lib/gitlab/auth/ldap/config.rb 29 个添加, 5 个删除lib/gitlab/auth/ldap/config.rb
- lib/gitlab/encrypted_ldap_command.rb 80 个添加, 0 个删除lib/gitlab/encrypted_ldap_command.rb
- lib/tasks/gitlab/ldap.rake 18 个添加, 0 个删除lib/tasks/gitlab/ldap.rake
- spec/tasks/gitlab/ldap_rake_spec.rb 90 个添加, 0 个删除spec/tasks/gitlab/ldap_rake_spec.rb
加载中
想要评论请 注册 或 登录