[JBoss JIRA] (WFLY-9551) Ability to add Properties binding in Naming subsystem
by Ranabir Chakraborty (Jira)
[ https://issues.redhat.com/browse/WFLY-9551?page=com.atlassian.jira.plugin... ]
Ranabir Chakraborty commented on WFLY-9551:
-------------------------------------------
okay thanks for the info [~bmaxwell]
> Ability to add Properties binding in Naming subsystem
> -----------------------------------------------------
>
> Key: WFLY-9551
> URL: https://issues.redhat.com/browse/WFLY-9551
> Project: WildFly
> Issue Type: Feature Request
> Components: Naming
> Affects Versions: 11.0.0.Final, 19.0.0.Final
> Reporter: Brad Maxwell
> Priority: Minor
>
> Something like this whee multiple properties can be specified and then looked up as a java.util.Properties object:
> {code}
> Properties properties = (Properties) new InitialContext().lookup("java:global/myProperties");
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <bindings>
> <properties name="java:global/myProperties">
> <property name="environment" value="production"/>
> <property name="size" value="100"/>
> ...
> </properties>
> </bindings>
> </subsystem>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-11074) Enhance file permissions on Wildfly distribution
by Ranabir Chakraborty (Jira)
[ https://issues.redhat.com/browse/WFLY-11074?page=com.atlassian.jira.plugi... ]
Ranabir Chakraborty commented on WFLY-11074:
--------------------------------------------
[~rpelisse] is this issue still open ?
> Enhance file permissions on Wildfly distribution
> -------------------------------------------------
>
> Key: WFLY-11074
> URL: https://issues.redhat.com/browse/WFLY-11074
> Project: WildFly
> Issue Type: Enhancement
> Components: Build System
> Affects Versions: 14.0.0.Final
> Reporter: Romain Pelisse
> Priority: Minor
>
> I've been trying to tweak some file permissions on the distribution of Wildfly (zipfile and folder), to reduce their accessibility:
> A) directories readable for others:
> files affected: bin, domain, migration,standalone, bin/client, docs/examples, docs/licenses
> Current file Permissions: rwxr-xr-x
> Target: rwxr-x--x
> B) no 'x' privileges for members of the others group
> files affected: domain/tmp, standalone/tmp"
> Current file Permissions: rwxrwx---
> Target: rwxrwx--x
> C) unneeded 'x' privileges on libwfssl.so
> modules/system/layers/base/org/wildfly/openssl/main/lib/linux-i386/libwfssl.so
> Current file Permissions: rwxrwxr-x
> Target: rw-rw-r--
> I have failed to implement those changes because updating to the [feature-pack.xml|https://github.com/wildfly/wildfly/blob/883115ea2168343e...] does not changes the permissions as expected. Indeed instead of ending up with a 755 mask the files ends up with a 775 mask. At first, it was a minor bug in the Wildfly Maven Build plugin, but debugging through it, I found out the related code is not even invoked for those particular files.
> I also double check that the issue was not in the [Galleon Plugin|https://github.com/wildfly/galleon-plugins/blob/master/galleon-plu...], as it seems some posix file changes also happens there.
> At last, I've try to modify the numerous 'assembly.xml' living inside the project, but without any success. Does anyone know where and how I should implement those minor changes?
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-9551) Ability to add Properties binding in Naming subsystem
by Brad Maxwell (Jira)
[ https://issues.redhat.com/browse/WFLY-9551?page=com.atlassian.jira.plugin... ]
Brad Maxwell commented on WFLY-9551:
------------------------------------
Yes this is a feature request, I do not see it in WF19
> Ability to add Properties binding in Naming subsystem
> -----------------------------------------------------
>
> Key: WFLY-9551
> URL: https://issues.redhat.com/browse/WFLY-9551
> Project: WildFly
> Issue Type: Feature Request
> Components: Naming
> Affects Versions: 11.0.0.Final, 19.0.0.Final
> Reporter: Brad Maxwell
> Priority: Minor
>
> Something like this whee multiple properties can be specified and then looked up as a java.util.Properties object:
> {code}
> Properties properties = (Properties) new InitialContext().lookup("java:global/myProperties");
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <bindings>
> <properties name="java:global/myProperties">
> <property name="environment" value="production"/>
> <property name="size" value="100"/>
> ...
> </properties>
> </bindings>
> </subsystem>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFLY-9551) Ability to add Properties binding in Naming subsystem
by Brad Maxwell (Jira)
[ https://issues.redhat.com/browse/WFLY-9551?page=com.atlassian.jira.plugin... ]
Brad Maxwell updated WFLY-9551:
-------------------------------
Affects Version/s: 19.0.0.Final
> Ability to add Properties binding in Naming subsystem
> -----------------------------------------------------
>
> Key: WFLY-9551
> URL: https://issues.redhat.com/browse/WFLY-9551
> Project: WildFly
> Issue Type: Feature Request
> Components: Naming
> Affects Versions: 11.0.0.Final, 19.0.0.Final
> Reporter: Brad Maxwell
> Priority: Minor
>
> Something like this whee multiple properties can be specified and then looked up as a java.util.Properties object:
> {code}
> Properties properties = (Properties) new InitialContext().lookup("java:global/myProperties");
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:naming:2.0">
> <bindings>
> <properties name="java:global/myProperties">
> <property name="environment" value="production"/>
> <property name="size" value="100"/>
> ...
> </properties>
> </bindings>
> </subsystem>
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month