Enable FLATPAK_INDEX for pulp registry #1442
Annotations
10 errors
Run tests:
spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on almalinux-8-x86_64 with default params configures the plugin
Failure/Error:
is_expected.to contain_concat__fragment('plugin-container')
.with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True")
.with_content(/^FLATPAK_INDEX=True/)
expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# container plugin settings
TOKEN_AUTH_DISABLED=True
+FLATPAK_INDEX=True
|
Run tests:
spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on almalinux-8-x86_64 with API client auth common names configures the plugin
Failure/Error:
is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container')
.with_vhost('pulpcore-https')
.with_priority('10')
.with_content(<<APACHE_CONFIG)
<Location "/pulpcore_registry/v2/">
RequestHeader unset REMOTE-USER
RequestHeader unset REMOTE_USER
RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string
Diff:
@@ -7,6 +7,14 @@
ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
</Location>
+ <Location "/pulpcore_registry">
+ RequestHeader unset REMOTE-USER
+ RequestHeader unset REMOTE_USER
+ RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
+ ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api
+ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api
+ </Location>
+
ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
|
Run tests:
spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-9-x86_64 with default params configures the plugin
Failure/Error:
is_expected.to contain_concat__fragment('plugin-container')
.with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True")
.with_content(/^FLATPAK_INDEX=True/)
expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# container plugin settings
TOKEN_AUTH_DISABLED=True
+FLATPAK_INDEX=True
|
Run tests:
spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-9-x86_64 with API client auth common names configures the plugin
Failure/Error:
is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container')
.with_vhost('pulpcore-https')
.with_priority('10')
.with_content(<<APACHE_CONFIG)
<Location "/pulpcore_registry/v2/">
RequestHeader unset REMOTE-USER
RequestHeader unset REMOTE_USER
RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string
Diff:
@@ -7,6 +7,14 @@
ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
</Location>
+ <Location "/pulpcore_registry">
+ RequestHeader unset REMOTE-USER
+ RequestHeader unset REMOTE_USER
+ RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
+ ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api
+ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api
+ </Location>
+
ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
|
Run tests:
spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on redhat-9-x86_64 with default params configures the plugin
Failure/Error:
is_expected.to contain_concat__fragment('plugin-container')
.with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True")
.with_content(/^FLATPAK_INDEX=True/)
expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# container plugin settings
TOKEN_AUTH_DISABLED=True
+FLATPAK_INDEX=True
|
Run tests:
spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on redhat-9-x86_64 with API client auth common names configures the plugin
Failure/Error:
is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container')
.with_vhost('pulpcore-https')
.with_priority('10')
.with_content(<<APACHE_CONFIG)
<Location "/pulpcore_registry/v2/">
RequestHeader unset REMOTE-USER
RequestHeader unset REMOTE_USER
RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string
Diff:
@@ -7,6 +7,14 @@
ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
</Location>
+ <Location "/pulpcore_registry">
+ RequestHeader unset REMOTE-USER
+ RequestHeader unset REMOTE_USER
+ RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
+ ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api
+ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api
+ </Location>
+
ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
|
Run tests:
spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on redhat-8-x86_64 with default params configures the plugin
Failure/Error:
is_expected.to contain_concat__fragment('plugin-container')
.with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True")
.with_content(/^FLATPAK_INDEX=True/)
expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# container plugin settings
TOKEN_AUTH_DISABLED=True
+FLATPAK_INDEX=True
|
Run tests:
spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on redhat-8-x86_64 with API client auth common names configures the plugin
Failure/Error:
is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container')
.with_vhost('pulpcore-https')
.with_priority('10')
.with_content(<<APACHE_CONFIG)
<Location "/pulpcore_registry/v2/">
RequestHeader unset REMOTE-USER
RequestHeader unset REMOTE_USER
RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string
Diff:
@@ -7,6 +7,14 @@
ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
</Location>
+ <Location "/pulpcore_registry">
+ RequestHeader unset REMOTE-USER
+ RequestHeader unset REMOTE_USER
+ RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
+ ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api
+ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api
+ </Location>
+
ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
|
Run tests:
spec/classes/plugin_container_spec.rb#L10
pulpcore::plugin::container on centos-8-x86_64 with default params configures the plugin
Failure/Error:
is_expected.to contain_concat__fragment('plugin-container')
.with_content("\n# container plugin settings\nTOKEN_AUTH_DISABLED=True")
.with_content(/^FLATPAK_INDEX=True/)
expected that the catalogue would contain Concat::Fragment[plugin-container] with content set to supplied string
Diff:
@@ -1,4 +1,5 @@
# container plugin settings
TOKEN_AUTH_DISABLED=True
+FLATPAK_INDEX=True
|
Run tests:
spec/classes/plugin_container_spec.rb#L54
pulpcore::plugin::container on centos-8-x86_64 with API client auth common names configures the plugin
Failure/Error:
is_expected.to contain_apache__vhost__fragment('pulpcore-https-plugin-container')
.with_vhost('pulpcore-https')
.with_priority('10')
.with_content(<<APACHE_CONFIG)
<Location "/pulpcore_registry/v2/">
RequestHeader unset REMOTE-USER
RequestHeader unset REMOTE_USER
RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
expected that the catalogue would contain Apache::Vhost::Fragment[pulpcore-https-plugin-container] with content set to supplied string
Diff:
@@ -7,6 +7,14 @@
ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api/v2/
</Location>
+ <Location "/pulpcore_registry">
+ RequestHeader unset REMOTE-USER
+ RequestHeader unset REMOTE_USER
+ RequestHeader set REMOTE-USER "admin" "expr=%{SSL_CLIENT_S_DN_CN} == 'foreman.example.com'"
+ ProxyPass unix:///run/pulpcore-api.sock|http://pulpcore-api
+ ProxyPassReverse unix:///run/pulpcore-api.sock|http://pulpcore-api
+ </Location>
+
ProxyPass /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
ProxyPassReverse /pulp/container/ unix:///run/pulpcore-content.sock|http://pulpcore-content/pulp/container/
|
Loading