You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current description just says (Boolean) Should the Base URL be forced? which is quite useless really, since it doesn't tell you anything more than the name of the option already did.
There doesn't seem to be a corresponding option in the actual IQ Server UI, so what does this flag do? When should it be set?
The text was updated successfully, but these errors were encountered:
Default false value is desired. If true, force IQ Server to treat all inbound requests as originating from the configured baseURL instead of relying on inbound HTTP request headers to determine this dynamically.
Setting this to true in order for HTTP requests to the server to work correctly suggests a misconfiguration of an upstream server that is reverse proxying requests to IQ Server. The upstream server should instead be sending properly formatted Forwarded headers .
https://registry.terraform.io/providers/sonatype-nexus-community/sonatypeiq/latest/docs/resources/system_config#force_base_url
The current description just says
(Boolean) Should the Base URL be forced?
which is quite useless really, since it doesn't tell you anything more than the name of the option already did.There doesn't seem to be a corresponding option in the actual IQ Server UI, so what does this flag do? When should it be set?
The text was updated successfully, but these errors were encountered: