SelfService, SelfDocAPI
11 12 13 14
# File 'lib/debci/app.rb', line 11 def read_request_user username = ENV['FAKE_CERTIFICATE_USER'] || env['SSL_CLIENT_S_DN_CN'] Debci::User.find_or_create_by!(username: username) if username end