Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Dec 30, 2024
1 parent e72f079 commit 1880416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiffworkflow-backend/bin/get_token
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if openid_token_url is None:
keycloak_base_url = "https://keycloak.${env_domain}"
import urllib.parse

token_path = "/protocol/openid-connect/token"
token_path = "/protocol/openid-connect/token" # noqa: S105
if "/realms" in keycloak_base_url:
openid_token_url = f"{keycloak_base_url}{token_path}"
else:
Expand Down

0 comments on commit 1880416

Please sign in to comment.