Skip to content

Commit

Permalink
changed the way certificates are uploaded. We are now uploading the c…
Browse files Browse the repository at this point in the history
…ertificate and private key as PEM files
  • Loading branch information
ryana-ccbill committed Jul 26, 2024
1 parent ae0a563 commit 1983932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automation/upload_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ def main():
# Add Auth Header by default to all requests.
REQUEST.headers.update({'Authorization': 'Bearer {}'.format(access_token)})

# This seems to be expected as of 26/7/2024
REQUEST.cookies.update({'access_token': access_token})

# Retrieve all the API specs
folder = get_specs_folder(org_name)

Expand Down

0 comments on commit 1983932

Please sign in to comment.