[JBoss JIRA] (ELY-19) OAuth Broker Security Realm
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/ELY-19?page=com.atlassian.jira.plugin.sys... ]
Darran Lofthouse commented on ELY-19:
-------------------------------------
Going to leave this unscheduled but open as I don't want it to completely drop off the radar - however yes now that we have capabilities and requirements this is going to be something to be provided by KeyCloak and not us - i.e. their subsystem has access to the internal APIs and the internal repository.
Maybe a good start will be to see about adding a security realm capability to the KeyCloak subsystem (or some related subsystem) that can at the very least perform evidence verification.
> OAuth Broker Security Realm
> ---------------------------
>
> Key: ELY-19
> URL: https://issues.jboss.org/browse/ELY-19
> Project: WildFly Elytron
> Issue Type: Sub-task
> Reporter: Darran Lofthouse
> Assignee: Pedro Igor
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (WFCORE-1633) BoundedQueueThreadPoolResourceDefinition does not able to add additional check on the threads executor
by Lin Gao (JIRA)
Lin Gao created WFCORE-1633:
-------------------------------
Summary: BoundedQueueThreadPoolResourceDefinition does not able to add additional check on the threads executor
Key: WFCORE-1633
URL: https://issues.jboss.org/browse/WFCORE-1633
Project: WildFly Core
Issue Type: Bug
Reporter: Lin Gao
Assignee: Lin Gao
When there is already a long-running thread pool for a work manager and you try to create another one:
{{/subsystem=jca/workmanager=default/long-running-threads=custom:add(max-threads=30, queue-length=30)}}
you only get an opaque error message:
{{"failure-description" => "WFLYCTL0086: Failed to persist configuration change: WFLYCTL0084: Failed to marshal configuration",}} with a, also useless, {{java.lang.IllegalArgumentException}} in the server log.
It should be more obvious that the error is that you cannot create two long-running thread pools
To be able to check whether the {{long-running-threads/short-running-threads}} within one JCA workmanager is already defined when adding one, {{BoundedQueueThreadPoolResourceDefinition}} in {{threads}} subsystem needs to be extended to be able to check this.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (SECURITY-947) could not spécify version 3 for ldap connection
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/SECURITY-947?page=com.atlassian.jira.plug... ]
Darran Lofthouse reassigned SECURITY-947:
-----------------------------------------
Assignee: (was: Darran Lofthouse)
> could not spécify version 3 for ldap connection
> -----------------------------------------------
>
> Key: SECURITY-947
> URL: https://issues.jboss.org/browse/SECURITY-947
> Project: PicketBox
> Issue Type: Feature Request
> Components: JBossSX
> Reporter: cyril leclerc
>
> HI,
> in case of using LDAPExtLoginModule and ldap realm if in active directory there is more than 1000 groups it returns an error :
> Caused by: javax.naming.SizeLimitExceededException: [LDAP: error code 4 - Sizelimit Exceeded]; remaining name 'CN=Users,DC=realad,DC=ad'
> i can't change in AD the MAXPAGESIZE parameter and i can't specify the module to use version 3 of ldap how i can do ?
> it is a big issue for me -)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (SECURITY-947) could not spécify version 3 for ldap connection
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/SECURITY-947?page=com.atlassian.jira.plug... ]
Darran Lofthouse moved WFLY-6780 to SECURITY-947:
-------------------------------------------------
Project: PicketBox (was: WildFly)
Key: SECURITY-947 (was: WFLY-6780)
Workflow: classic default workflow (was: GIT Pull Request workflow )
Component/s: JBossSX
(was: Security)
> could not spécify version 3 for ldap connection
> -----------------------------------------------
>
> Key: SECURITY-947
> URL: https://issues.jboss.org/browse/SECURITY-947
> Project: PicketBox
> Issue Type: Feature Request
> Components: JBossSX
> Reporter: cyril leclerc
> Assignee: Darran Lofthouse
>
> HI,
> in case of using LDAPExtLoginModule and ldap realm if in active directory there is more than 1000 groups it returns an error :
> Caused by: javax.naming.SizeLimitExceededException: [LDAP: error code 4 - Sizelimit Exceeded]; remaining name 'CN=Users,DC=realad,DC=ad'
> i can't change in AD the MAXPAGESIZE parameter and i can't specify the module to use version 3 of ldap how i can do ?
> it is a big issue for me -)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (WFLY-1598) Out of the box SSL - or shortly after.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-1598?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse commented on WFLY-1598:
----------------------------------------
No WFLY-6745 is only a temporary solution in deprecated code.
> Out of the box SSL - or shortly after.
> --------------------------------------
>
> Key: WFLY-1598
> URL: https://issues.jboss.org/browse/WFLY-1598
> Project: WildFly
> Issue Type: Sub-task
> Components: Domain Management, Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Labels: management_security,, management_sso
> Fix For: 11.0.0.Alpha1
>
>
> There are various reasons that we do not support SSL/TLS out of the box e.g.
> - If we ship a default keystore then everyone has access to the private key.
> - Generating one on first boot we do not have sufficient information to generate it correctly, also the performance overhead.
> This issue is to explorer other options to encourage their use and make it easier to configure.
> As an example could the admin console detect a non encrypted connection and have an box that encourages the config along with a wizard like workflow to get it set up?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (WFCORE-1632) Server processing request isn't stopped immediately but waits for request processing to finish
by Lin Gao (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1632?page=com.atlassian.jira.plugi... ]
Lin Gao moved JBEAP-5154 to WFCORE-1632:
----------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1632 (was: JBEAP-5154)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
IO
Server
(was: Domain Management)
(was: Server)
(was: Web (Undertow))
(was: IO)
Target Release: (was: 7.backlog.GA)
Affects Version/s: (was: 7.0.0.ER5)
(was: 7.0.0.CR2)
Release Notes Docs Status: (was: Documented as Known Issue)
> Server processing request isn't stopped immediately but waits for request processing to finish
> ----------------------------------------------------------------------------------------------
>
> Key: WFCORE-1632
> URL: https://issues.jboss.org/browse/WFCORE-1632
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, IO, Server
> Reporter: Lin Gao
> Assignee: Lin Gao
> Priority: Critical
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> When stopping server which is processing request, it terminates the connection from the client but doesn't stop the request processing as such.
> After debugging and searching when the issue appeared I've found out that the issue was introduced with this commit: [https://github.com/wildfly/wildfly-core/commit/7304c019705c5f7ec0378e1c51...]
> Steps to reproduce:
> 1) start EAP server with deployed app from attachment
> 2) create request to long running application: {{curl -i http://127.0.0.1:8080/long-running-servlet/HeavyProcessing?duration=25000}}
> 3) stop server (you can do it even gracefully) using {{./jboss-cli.sh -c ":shutdown(timeout=1)"}}
> See that server is stopped after 25 seconds since request from step 2 was issued, as that is duration of the request processing requested by param duration, instead of being terminated after 1 second.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 5 months
[JBoss JIRA] (WFLY-6800) Database ignored in Postgres JDBC URL
by Mickaël Vera (JIRA)
Mickaël Vera created WFLY-6800:
----------------------------------
Summary: Database ignored in Postgres JDBC URL
Key: WFLY-6800
URL: https://issues.jboss.org/browse/WFLY-6800
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 10.0.0.Final
Environment: java 8
windows 7
postgresql 9.4
Reporter: Mickaël Vera
Assignee: Scott Marlow
I created a data source like this
{code:xml}
<datasource jndi-name="java:jboss/datasources/crawlRuntimeDS" pool-name="crawlRuntimePool" enabled="true" use-java-context="true">
<connection-url>jdbc:postgresql://localhost:5432/runtimedb</connection-url>
<driver>postgresDD</driver>
<security>
<user-name>postgres</user-name>
<password>postgres</password>
</security>
</datasource>
{code}
{code:xml}
I reference it in a persistent unit:
<persistence-unit name="crawl-runtime-pu">
<jta-data-source>java:jboss/datasources/crawlRuntimeDS</jta-data-source>
<class>org.mvera.webscrap.model.crawl.runtime.CrawlEntity</class>
<class>org.mvera.webscrap.model.crawl.runtime.PageCrawlStatusEntity</class>
<exclude-unlisted-classes>true</exclude-unlisted-classes>
<properties>
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" />
<property name="hibernate.show_sql" value="true" />
<property name="hibernate.format_sql" value="true" />
<property name="javax.persistence.schema-generation.database.action"
value="none" />
<property name="javax.persistence.schema-generation.scripts.action"
value="drop-and-create" />
<property name="javax.persistence.schema-generation.scripts.create-target"
value="D:/mvera/crawl-runtime-pu-create.sql" />
<property name="javax.persistence.schema-generation.scripts.drop-target"
value="D:/mvera/crawl-runtime-pu-drop.sql" />
</properties>
</persistence-unit>
{code}
I thought for a moment that all was working right. My data was persisted and I could read it from within an EJB using this datasource. But then I discovered that my data was not persisted at all in the database "crawlRuntimeDS" specified on the jdbc URL of the datasource but in the database "postgres" (a default database created during install of postgres).
This is a real problem as my application uses serveral databases (several persistence units). The workaround today is to put all entities in the same "postgres" database.
In the datasource, I can put any name as the database name, it is ignored, even if the database doesn't exist.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (WFLY-6799) aol support phone number ~1~888~474~1231!!!! aol tech suport aol customer support aol customer service phone number
by Vlastimil Eliáš (JIRA)
[ https://issues.jboss.org/browse/WFLY-6799?page=com.atlassian.jira.plugin.... ]
Vlastimil Eliáš deleted WFLY-6799:
----------------------------------
> aol support phone number ~1~888~474~1231!!!! aol tech suport aol customer support aol customer service phone number
> -------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6799
> URL: https://issues.jboss.org/browse/WFLY-6799
> Project: WildFly
> Issue Type: Task
> Reporter: john clark
> Assignee: Jason Greene
>
> aol tech support, aol mail tech support, aol email tech support, contact aol tech support, aol tech help, aol.com tech support, aol customer service tech support, aol tech support phone, tech support for aol, aol tech, aol tech support scams Support number 1-888-474-1231 (15) aol support number 1-888-474-1231, aol support phone number 1-888-474-1231, aol customer service support number 1-888-474-1231, aol customer support number 1-888-474-1231, aol phone number 1-888-474-1231 support, aol email support phone number 1-888-474-1231, phone number 1-888-474-1231 for aol support, aol email support number 1-888-474-1231, aol support contact number 1-888-474-1231, aol support number 1-888-474-1231 phone, phone number 1-888-474-1231 for aol email support, aol.com support number 1-888-474-1231, aol.com support phone number 1-888-474-1231, aol.com customer support number 1-888-474-1231, aim support number 1-888-474-1231 Aol Telephone (33) aol telephone number 1-888-474-1231, aol customer service telephone number 1-888-474-1231, aol telephone, telephone number 1-888-474-1231 for aol, aol support telephone number 1-888-474-1231, aol customer service telephone, aol technical support telephone number 1-888-474-1231, aol help telephone number 1-888-474-1231, aol telephone number 1-888-474-1231 customer service, aol telephone support, aol customer support telephone number 1-888-474-1231, aol telephone help, contact aol by telephone, telephone number 1-888-474-1231 for aol customer service, aol telephone number 1-888-474-1231s, telephone number 1-888-474-1231 for aol technical support, aol contact telephone number 1-888-474-1231, telephone number 1-888-474-1231 for aol help, aol telephone number 1-888-474-1231s for customer service, aol telephone contact… Contact number 1-888-474-1231 (10) aol contact number 1-888-474-1231, aol contact number 1-888-474-1231s, cont™Aol.com™ contact number (((1-888-474-1231))) AOL mail technical support phone number , AOL MAIL customer support phone number canada USA aol.com contact number (((1-888-474-1231))) AOL mail technical support phone number , AOL MAIL customer support phone number canada USA U$$$A© ((1-888-474-1231))Unable to render embedded object: File ( File (AOL Technical Support Phone Number,) not found.) not found.!!! AOL Customer support Phone Number !!! Usa Canada.!!!!! U$A ((1-888-474-1231))Unable to render embedded object: File ( File (AOL Technical Support Phone Number,) not found.) not found.!!! AOL Customer support Phone Number !!! Usa Canada.!!!!! U$A ((1-888-474-1231))Unable to render embedded object: File ( File (AOL Technical Support Phone Number,) not found.) not found.!!! AOL Customer support Phone Number !!! Usa Canada.!!!!! U$A ((1-888-474-1231))Unable to render embedded object: File ( File (AOL Technical Support Phone Number,) not found.) not found.!!! AOL Customer support Phone Number !!! Usa Canada.!!!!! U$A ((1-888-474-1231))Unable to render embedded object: File ( File (AOL Technical Support Phone Number,) not found.) not found.!!! AOL Customer support Phone Number !!! Usa Canada.!!!!! AOL Customer Care Number @(1-888.474.1231)@ Help Desk Number & AOL Tech Support Phone Number USA & Canada here. AOL Customer Care Number, Help Desk Number & AOL MAIL Tech Support Phone Number AOL Technical Support Phone Number) & AOL Online Help Desk Number & AOL MAIL Password Recovery| AOL Help Desk Phone Number & AOL CUstomer Service (1888.474.1231) Heline Number & AOL.com EMAIL Support Phone Number,AOL MAIL CUstomer Support (1888.474.1231) Heline Number & AOL Support Phone Number AOL Help Support (1888.474.1231) Desk Number & AOL Support Phone Number AOL MAIL Online Support Number 1888.474.1231 AOL email Customer Care Phone Number AOL Suppport Phone Number (1888.474.1231) AOL Help Desk Number AOL mail Customer (1888.474.1231) Help Desk Number & AOL.com Tech Support Number AOL Technical services (1888.474.1231)AOL EMAIL Onlince Support Number USA 1888.474.1231 AOL tech support number, Wireless AOL customer service number, AOL support number,AOL phone number AOL customer phone number helpline number,USA CANADA>>1888 474 1231 AOL TECH SUPPORT PHONE NUMBER AOL CUSTOMER SERVICE PHONE NUMBER here.1888 474 1231 AOL EMAIL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBER AOL technical support number AOL helpdesk number AOL helpdesk phone number AOL Helpline number,AOL EMAIL Phone number USA CANADA,(((1888 474 1231)))) AOL phone number@@@AOL tech support PHONE NUMBER Helpline tollfree @@@()()@@@1888 474 1231@@ AOL EMAIL tech support phone number @@()() @@@@AOL install TECH SUPPORT PHONE NUMBER FREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBER @@@()()() AOL customer service phone number()()() AOL phone number@@@@ AOL telephone number()()1888 474 1231@@AOL PHONE NUMBER()()()TECH SUPPORT phone number ++AOL TOLL FREE PHONE NUMBERPhone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Numbe here.Describe toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number here.toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? This article is in need of a technical review. This article is in need of an editorial review. AOL Phone Number 1888 474 1231 USA CANADA, AOL Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? AOL Support Phone Number 1888 474 1231 USA CANADA, AOL Phone Number, AOL Technical Support Phone Number, AOL Service Support Number AOL Support Phone Number 1888 474 1231 USA CANADA, AOL Phone Number, AOL Technical Support Phone Number, AOL Service Support Number?? AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? AOL Support Phone Number 1888 474 1231 USA CANADA, AOL Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? AOL phone number #$#1888 474 1231##$AOL phone number AOL security phone number AOL 474 phone number #$#1888 474 1231##$AOL support phone number AOL symantec phone number AOL phone number customer service #$#1888 474 1231##$AOL customer service phone number AOL tech support phone number AOL technical support phone number AOL phone numbers AOL help phone number AOL support phone number #$#1888 474 1231##$AOL phone support AOL contact phone number AOL internet security phone number AOL 474 support phone number AOL EMAIL phone AOL 1888 phone number phone number for AOL phone numbers AOL EMAIL customer service phone number AOL customer support phone number find a phone number AOL USA CANADA phone number USA CANADA phone number phone number for AOL tech support phone number AOL 474 phone support free phone numbers phone number AOL phone number get human find phone number phone number for AOL security us phone number phone number USA CANADA #$#1888 474 1231##$AOL contact phone number AOL phone number for support AOL contact number phone number for AOL USA CANADA phone numbers phone number search us phone numbers find phone numbers Nortoumber AOL 1888 number AOL downloads AOL free trial AOL internet security 2012 AOL cancellation phone number AOL updates phone book phone numbers in USA CANADA telephone number AOL helpline number phone directory contact AOL by phone AOL subscription AOL ghost download AOL com support phone number AOL contact AOL contact number technical support phone number AOL phone AOL 474 free AOL support toll free AOL Phone Number 1888 474 1231 FREE FREE USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Numbe (last edited 2016 02 28 FREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBERFREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBERFREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBERFREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBER JUSTs Call USA 1888.474.1231 AOL tech support number, Wireless AOL customer service number, AOL support number,AOL phone number AOL customer phone number helpline number,USA CANADA>>1888 474 1231 AOL TECH SUPPORT PHONE NUMBER AOL CUSTOMER SERVICE PHONE NUMBER here.1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBER AOL technical support number AOL helpdesk number AOL helpdesk phone number AOL Helpline number,AOL Phone number USA CANADA,(((1888 474 1231)))) AOL phone number@@@AOL tech support PHONE NUMBER Helpline tollfree @@@()()@@@1888 474 1231@@ AOL tech support phone number @@()() @@@@AOL install TECH SUPPORT PHONE NUMBER FREE USA CANADA ()()1888 474 1231 AOL TECH SUPPORT PHONE NUMBER %%%AOL CUSTOMER SERVICE PHONE NUMBER @@@()()() AOL customer service phone number()()() AOL phone number@@@@ AOL telephone number()()1888 474 1231@@AOL PHONE NUMBER()()()TECH SUPPORT phone number ++AOL TOLL FREE PHONE NUMBERPhone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Numbe here.Describe toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number here.toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number toll free AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? This article is in need of a technical review. This article is in need of an editorial review. AOL Phone Number 1888 474 1231 USA CANADA, AOL Support Phone Number, AOL Technical Support Phone Number, AOL Customer Support Number?? AOL Support Phone Number 1888 474 1231 USA CANADA, AOL Phone Number, AOL Technical Support Phone Number, AOL Service Support Number AOL Support Phone Number 1888 474 1231 USA CANADA, AOL Phone Number, AOL Technical Support Phone Number, AOL Service Support Number?? AOL Phone Number 1888 474 1231 USA CANADA, AOL 474 Support Phone Number, AOL Technical Support Phone Number Describe AOL Customer Care Number @(1888.474.1231)@ Help Desk Number & AOL MAIL Tech Support Phone Number USA & Canada here.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months