AkamaiOPEN-edgegrid-python icon indicating copy to clipboard operation
AkamaiOPEN-edgegrid-python copied to clipboard

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme

Results 6 AkamaiOPEN-edgegrid-python issues
Sort by recently updated
recently updated
newest added

https://github.com/akamai/AkamaiOPEN-edgegrid-python/pull/52 , rebased. C&P: This pull request fixes #51. Python's implementation of urlparse takes the semicolon ";" as a separator for the params section, so any string following ";" is...

When trying to download more than one configId at a time from the _/siem/v1/configs/_ route with my Python script I always get a 401 error. I.E: _/siem/v1/configs/111?from=1611249319&limit=200000_ works, but _/siem/v1/configs/111;222;333?from=1611249319&limit=200000_...

bug

The latest version of HTTPie (v2.3.0) fails when making POST request using the Edgegrid authentication plugin which uses https://github.com/akamai/AkamaiOPEN-edgegrid-python to make the underlaying calls. I enabled debugging and tracked the...

bug

There are certain scenarios where connection needs to be made over reverse proxy. In order to handle situations when 'host' is different from API host and URL contains a prefix...

There are certain scenarios where connection needs to be made over reverse proxy. In order to handle situations when 'host' is different from API host and URL contains a prefix...

**Describe the bug** SIEM API (https://techdocs.akamai.com/siem-integration/reference/get-configid) has a recipe called `Fetch security event in time-based mode` | `Python` that uses this library. It does not work and returns an error....

bug
STG
waiting-for-reporter