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 (#57)

Co-authored-by: ryana-ccbill <[email protected]>
  • Loading branch information
ryanskandal and ryana-ccbill authored Jul 26, 2024
1 parent ae0a563 commit 75215ca
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 75215ca

Please sign in to comment.