Skip to content

Commit cd5d66e

Browse files
committed
added click.manage scope
1 parent a2476a2 commit cd5d66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/app/ds_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def update_token(cls):
196196
oauth_host_name=os.environ.get("DS_AUTH_SERVER").split("://")[1],
197197
private_key_bytes=private_key_bytes,
198198
expires_in=TOKEN_EXPIRATION_IN_SECONDS,
199-
scopes=["signature", "impersonation"],
199+
scopes=["signature", "impersonation", "click.manage"],
200200
)
201201
logger.info("JWT token successfully obtained.")
202202

0 commit comments

Comments
 (0)