You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/13 20:02:15 UTC

[GitHub] [karaf] splatch opened a new pull request, #1657: Add note about possible use of env variables

splatch opened a new pull request, #1657:
URL: https://github.com/apache/karaf/pull/1657

   I found users surprised how environment variables are working with configurations. Effectively in karaf universe you need to have a configuration file first in order to override it values with environment variables. This small tweak adds explicit note for users so they do not run into wrong assumptions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [karaf] splatch commented on pull request #1657: Add note about possible use of env variables

Posted by GitBox <gi...@apache.org>.
splatch commented on PR #1657:
URL: https://github.com/apache/karaf/pull/1657#issuecomment-1278159302

   @mfrazier63 you're right that in most of cases it will be a cfg file, however configuration processor which does the property matching works at `ConfigurationAdmin` level which might be populated by other mechanisms. Yet, to be fair I don't know any other than one you mentioned.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [karaf] jbonofre merged pull request #1657: Add note about possible use of env variables

Posted by GitBox <gi...@apache.org>.
jbonofre merged PR #1657:
URL: https://github.com/apache/karaf/pull/1657


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [karaf] mfrazier63 commented on pull request #1657: Add note about possible use of env variables

Posted by GitBox <gi...@apache.org>.
mfrazier63 commented on PR #1657:
URL: https://github.com/apache/karaf/pull/1657#issuecomment-1278190634

   @splatch ok, no big deal if it needs to be more generic. Just wanted to make sure things were clear.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org