Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed May 29, 2024
1 parent fa0aad4 commit e332a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/healdata/heal-cedar-data-ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def update_filter_metadata(metadata_to_update):

def get_client_token(client_id: str, client_secret: str):
try:
token_url = f"http://revproxy-service/user/oauth2/token"
token_url = "http://revproxy-service/user/oauth2/token"
headers = {"Content-Type": "application/x-www-form-urlencoded"}
params = {"grant_type": "client_credentials"}
data = "scope=openid user data"
Expand Down

0 comments on commit e332a09

Please sign in to comment.