Skip to content
Snippets Groups Projects

Feature/distinguish public private hostname

Merged Karel van Klink requested to merge feature/distinguish-public-private-hostname into develop
4 files
+ 22
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -37,7 +37,7 @@ def _send_request(parameters: dict, callback_route: str) -> None:
params = oss.PROVISIONING_PROXY
# Build up a callback URL of the Provisioning Proxy to return its results to.
callback_url = f"{oss.GENERAL.public_hostname}{callback_route}"
callback_url = f"{oss.GENERAL.internal_hostname}{callback_route}"
debug_msg = f"[provisioning proxy] Callback URL set to {callback_url}"
logger.debug(debug_msg)
Loading