The BridgeService is a library that allows your project to access java code to which you do not have implicite and normal access. Use cases are JS/Python/C++ accessing Java objects or java objects that are protected, and that you do not want to distribute as a library.
MIT License
6
stars
3
forks
source link
Support for variable expansion of headers in environment variables #180
Expected Behaviour
ibs-secret-xxx should be supported for environment variables
Actual Behaviour
ibs-secret-xxx is not supported for environment variables
Reproduce Scenario (including but not limited to)
Steps to Reproduce
For example set the header mailbox password environment variable with ibs-secret-mailboxPwd
Platform and Version
Sample Code that illustrates the problem
Provided above in steps
Logs taken while reproducing problem