anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Enhancement - Leverage requests session object for network level retry management #183

Closed joshburt closed 4 months ago

joshburt commented 7 months ago

What

Why

How was this tested

These can now be watched in https://github.com/Anaconda-Platform/anaconda-platform-system-test/pull/1

To test this PR:

  1. Create two environment variables: CF_ACCESS_CLIENT_ID & CF_ACCESS_CLIENT_SECRET These need to be filled with valid credentials for our CloudFlare organization. Reach out if you need assistance getting access.
  2. Disconnect the W.A.R.P. client.
  3. Execute the system tests: anaconda-project run test:system.

The tests will not be able to access the CloudFlare protected instances unless the CF env vars are set.