interactions:
- request:
    body: null
    headers:
      Accept:
      - application/vnd.api+json
      Accept-Encoding:
      - gzip, deflate, br
      Connection:
      - Keep-Alive
      Content-Type:
      - application/vnd.api+json
      User-Agent:
      - python-requests/2.31.0
    method: GET
    uri: https://anaconda.example.com/repository/api
  response:
    body:
      string: '{"jsonapi": {"version": "1.0"}, "meta": {"sqlalchemy_jsonapi_version":
        "4.0.9"}, "links": {"session": "https://anaconda.example.com/platform/auth-escrow/api/v1/session",
        "secrets": "https://anaconda.example.com/platform/auth-escrow/api/v1/secrets",
        "conda": "/repository/conda", "public-files": "https://anaconda.example.com/platform/storage/api/v1/public/objects/",
        "global-files": "https://anaconda.example.com/platform/storage/api/v1/global/objects/"}}'
    headers:
      Connection:
      - keep-alive
      Content-Length:
      - '455'
      Content-Type:
      - application/vnd.api+json
      Date:
      - Tue, 05 Dec 2023 14:45:55 GMT
      Etag:
      - '"f6bf2461744eb5a4488811f1e9e43a89e7ec3f5e"'
      Server:
      - nginx/1.23.2
    status:
      code: 200
      message: OK
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate, br
      Authorization:
      - Basic ZGVyZWs6ZmFpbA==
      Connection:
      - Keep-Alive
      Content-Length:
      - '0'
      User-Agent:
      - python-requests/2.31.0
    method: POST
    uri: https://anaconda.example.com/platform/auth-escrow/api/v1/session
  response:
    body:
      string: '{"jsonapi": {"version": "1.0"}, "meta": {"sqlalchemy_jsonapi_version":
        "4.0.9"}, "errors": [{"id": "10024f2780884b99a484449f8a241865", "status":
        401, "title": "HTTP 401", "detail": "HTTP 401: Unauthorized (ERROR invalid_grant:
        Invalid user credentials)"}]}'
    headers:
      Cache-Control:
      - no-store
      Connection:
      - keep-alive
      Content-Length:
      - '256'
      Content-Type:
      - application/vnd.api+json
      Date:
      - Tue, 05 Dec 2023 14:45:56 GMT
      Pragma:
      - no-cache
      Server:
      - nginx/1.23.2
    status:
      code: 401
      message: Unauthorized
version: 1
