never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1426
Annotations
10 errors
Run tests:
spec/support/acceptance/examples.rb#L89
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Run tests:
spec/support/acceptance/examples.rb#L90
basic installation Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:12
|
Run tests:
spec/support/acceptance/examples.rb#L89
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Run tests:
spec/support/acceptance/examples.rb#L90
with content cache enabled Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:30
|
Run tests:
spec/support/acceptance/examples.rb#L89
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" response_code is expected to eq 200
Failure/Error: its(:response_code) { is_expected.to eq(200) }
expected: 200
got: 403
(compared using ==)
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Run tests:
spec/support/acceptance/examples.rb#L90
installation of server with cli Curl command "https://centos9-64-puppet7.example.com/pulp/api/v3/users/" body is expected to contain "admin"
Failure/Error: its(:body) { is_expected.to contain('admin') }
expected "{\"detail\":\"Authentication credentials were not provided.\"}" to contain "admin"
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/cli_spec.rb:17
|
Run tests:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: {"detail":"Authentication credentials were not provided."}
|
Run tests:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: {\"detail\":\"Authentication credentials were not provided.\"}\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: {"detail":"Authentication credentials were not provided."}
|
Loading