-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
1
-
Currently Bamboo doesnt have this property to set the forward proxy rule for LB/Proxy in its docker image.
As per BB documentation(https://hub.docker.com/r/atlassian/bitbucket-server) :- *SERVER_FORWARD_HEADERS_STRATEGY *(default: NATIVE in the specified cloud environments, NONE otherwise)
Can be explicitly set to a value of NONE if deploying to a cloud environment (specifically Kubernetes, Heroku and Cloud Foundry) and the preference is for SERVER_SCHEME to be used over the value of the X-Forwarded-Proto request header. A value of NONE will cause X-Forwarded-* headers to no longer take priority when determining the origin of a request, which means the system will return to the default expected state.
It’s part of Spring Boot configuration and not part of BBS code. I’m afraid Bamboo doesn’t have built in support for such logic.