-
Bug
-
Resolution: Done
-
Major
-
1.3.1.Final
-
None
"auth": { "type": "BASIC", "config": { "username": "${APIMAN_AUTH_USERNAME}", "password": "${APIMAN_AUTH_PASSWORD}" } },
The username required for authentication will actually be "${APIMAN_AUTH_USERNAME}", same for password. No substitution is performed.
Env variable substitution seems useful when dealing with passwords. Especially for the purpose of docker image this would allow the ability to change the credentials.
- is related to
-
APIMAN-1293 Ability to use variable substitution in Vert.X config is unpredictable
- Resolved