Skip to content

Commit a8ae669

Browse files
authored
Merge pull request #99 from opsmill/may-202510-ipf-msg-update
ipfabric: Update auth error message.
2 parents 1ce77d1 + 6c48f22 commit a8ae669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sync/adapters/ipfabricsync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _create_ipfabric_client(self, adapter: SyncAdapter) -> IPFClient:
5959
settings["auth"] = auth
6060

6161
if not base_url or not auth:
62-
msg = "Both url and auth must be specified!"
62+
msg = "Both url and auth must be specified! Please specify in the config or using `IPF_URL` and `IPF_TOKEN` environment variables."
6363
raise ValueError(msg)
6464

6565
return IPFClient(**settings)

0 commit comments

Comments
 (0)