Fix jaas-loginmodule template #347
ci.yml
on: pull_request
Puppet
/
Static validations
26s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
24 errors
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L57
rundeck on almalinux-8-x86_64 file auth with empty auth users array contains PropertyFileLoginModule and default auth_flag
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L92
rundeck on almalinux-8-x86_64 file auth with single auth user without roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L128
rundeck on almalinux-8-x86_64 file auth with single auth user and roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L171
rundeck on almalinux-8-x86_64 file auth with auth users array and auth_flag contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L283
rundeck on almalinux-8-x86_64 with multiauth ldap and file with auth users array generates valid content for jaas-loginmodule.conf
Failure/Error: expect(content).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"... roleMemberAttribute=\"member\"\n roleObjectClass=\"group\"\n nestedGroups=\"true\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,22 +1,43 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+ com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required
+ contextFactory="com.sun.jndi.ldap.LdapCtxFactory"
+ debug="true"
+ providerUrl="ldap://server:389"
+ bindDn="cn=Manager,dc=example,dc=com"
+ bindPassword="secret"
+ authenticationMethod="simple"
+ forceBindingLogin="false"
+ userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com"
+ userRdnAttribute="sAMAccountName"
+ userIdAttribute="sAMAccountName"
+ userPasswordAttribute="unicodePwd"
+ userObjectClass="user"
+ roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com"
+ roleNameAttribute="cn"
+ roleMemberAttribute="member"
+ roleObjectClass="group"
+ nestedGroups="true";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L57
rundeck on almalinux-9-x86_64 file auth with empty auth users array contains PropertyFileLoginModule and default auth_flag
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L92
rundeck on almalinux-9-x86_64 file auth with single auth user without roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L128
rundeck on almalinux-9-x86_64 file auth with single auth user and roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L171
rundeck on almalinux-9-x86_64 file auth with auth users array and auth_flag contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 8 (Ruby 3.2):
spec/classes/config/jaas_auth_spec.rb#L283
rundeck on almalinux-9-x86_64 with multiauth ldap and file with auth users array generates valid content for jaas-loginmodule.conf
Failure/Error: expect(content).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"... roleMemberAttribute=\"member\"\n roleObjectClass=\"group\"\n nestedGroups=\"true\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,22 +1,43 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+ com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required
+ contextFactory="com.sun.jndi.ldap.LdapCtxFactory"
+ debug="true"
+ providerUrl="ldap://server:389"
+ bindDn="cn=Manager,dc=example,dc=com"
+ bindPassword="secret"
+ authenticationMethod="simple"
+ forceBindingLogin="false"
+ userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com"
+ userRdnAttribute="sAMAccountName"
+ userIdAttribute="sAMAccountName"
+ userPasswordAttribute="unicodePwd"
+ userObjectClass="user"
+ roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com"
+ roleNameAttribute="cn"
+ roleMemberAttribute="member"
+ roleObjectClass="group"
+ nestedGroups="true";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L57
rundeck on centos-9-x86_64 file auth with empty auth users array contains PropertyFileLoginModule and default auth_flag
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L92
rundeck on centos-9-x86_64 file auth with single auth user without roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L128
rundeck on centos-9-x86_64 file auth with single auth user and roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L171
rundeck on centos-9-x86_64 file auth with auth users array and auth_flag contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L283
rundeck on centos-9-x86_64 with multiauth ldap and file with auth users array generates valid content for jaas-loginmodule.conf
Failure/Error: expect(content).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"... roleMemberAttribute=\"member\"\n roleObjectClass=\"group\"\n nestedGroups=\"true\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,22 +1,43 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+ com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required
+ contextFactory="com.sun.jndi.ldap.LdapCtxFactory"
+ debug="true"
+ providerUrl="ldap://server:389"
+ bindDn="cn=Manager,dc=example,dc=com"
+ bindPassword="secret"
+ authenticationMethod="simple"
+ forceBindingLogin="false"
+ userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com"
+ userRdnAttribute="sAMAccountName"
+ userIdAttribute="sAMAccountName"
+ userPasswordAttribute="unicodePwd"
+ userObjectClass="user"
+ roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com"
+ roleNameAttribute="cn"
+ roleMemberAttribute="member"
+ roleObjectClass="group"
+ nestedGroups="true";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L57
rundeck on ubuntu-20.04-x86_64 file auth with empty auth users array contains PropertyFileLoginModule and default auth_flag
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L92
rundeck on ubuntu-20.04-x86_64 file auth with single auth user without roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L128
rundeck on ubuntu-20.04-x86_64 file auth with single auth user and roles contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule required
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule required
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L171
rundeck on ubuntu-20.04-x86_64 file auth with auth users array and auth_flag contains PropertyFileLoginModule and be sufficient
Failure/Error: expect(jaas_auth).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"/etc/rundeck/realm.properties\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,4 +1,7 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+};
|
Puppet / 7 (Ruby 2.7):
spec/classes/config/jaas_auth_spec.rb#L283
rundeck on ubuntu-20.04-x86_64 with multiauth ldap and file with auth users array generates valid content for jaas-loginmodule.conf
Failure/Error: expect(content).to include('org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient')
expected "authentication {\n org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient\n file=\"... roleMemberAttribute=\"member\"\n roleObjectClass=\"group\"\n nestedGroups=\"true\";\n};\n" to include "org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient"
Diff:
@@ -1,22 +1,43 @@
-org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient
+authentication {
+ org.rundeck.jaas.jetty.ReloadablePropertyFileLoginModule sufficient
+ file="/etc/rundeck/realm.properties";
+ com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule required
+ contextFactory="com.sun.jndi.ldap.LdapCtxFactory"
+ debug="true"
+ providerUrl="ldap://server:389"
+ bindDn="cn=Manager,dc=example,dc=com"
+ bindPassword="secret"
+ authenticationMethod="simple"
+ forceBindingLogin="false"
+ userBaseDn="ou=users,ou=accounts,ou=corp,dc=xyz,dc=com"
+ userRdnAttribute="sAMAccountName"
+ userIdAttribute="sAMAccountName"
+ userPasswordAttribute="unicodePwd"
+ userObjectClass="user"
+ roleBaseDn="ou=role based,ou=security,ou=groups,ou=test,dc=xyz,dc=com"
+ roleNameAttribute="cn"
+ roleMemberAttribute="member"
+ roleObjectClass="group"
+ nestedGroups="true";
+};
|
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '537/merge' exists
|
Puppet / Puppet 7 - CentOS 8
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '537/merge' exists
|
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
|