Skip to content

Commit 2d3cd5d

Browse files
committed
fix: pass OAuth2 ingest scope to authentication method
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent b58eb27 commit 2d3cd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netboxlabs/diode/sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(
119119
("python-version", self._python_version),
120120
)
121121

122-
self._authenticate()
122+
self._authenticate(_OAUTH2_INGEST_SCOPE)
123123

124124
channel_opts = (
125125
(

0 commit comments

Comments
 (0)