Releases: akamai/cli-eaa
v0.5.7
Hello,
We are release 0.5.7 with a few enhancements:
$AKAMAI_EDGERC
environment variable to point to the.edgerc
file (#21)- Handle group associated with application during update operation
- Support SIEM API using {OPEN} API -- experimental
Upgrade instructions
With Akamai CLI, use akamai update eaa
.
You can verify the version typing akamai eaa version
v0.5.6
This release add the capability of adding ACL to an existing app without ACL.
An example is provided in test/EME-646.sh
.
Some minor changes:
- for all EAA AkamaiOPEN API requests, the CLI version as a querystring argument
- to help with troubleshooting we include some trace-id when using the verbose mode (
akamai eaa -v <command>
) - the section of the configuration file can be set with the
AKAMAI_EDGERC_ACCOUNT_KEY
environment variable
v0.5.5
Hello,
We are please to release cli-eaa 0.5.5
Change log
- FIX application creation with client-based app in tunnel mode is now possible [originally raised as issue #14]
- FIX property fail by exiting cli in case of issue working with SIEM API server (network issue, credentials, etc...)
- Leverage Python Requests retry adapter for SIEM API requests (vs. own implementation)
- Added developer documentation in
/docs/developers.md
- Added sub folder
/docs/examples
to help getting started to create a configuration from scratch - Added a test fixture to test app creation
Upgrade instructions
To upgrade your cli-eaa package, please use:
$ akamai update eaa
Verify you have the right version
$ akamai eaa version
0.5.5
v0.5.1
This release bring support for the new EAA User Access SIEM API endpoint fields.
Important changes to notice:
- introduce a new
local_datetime
field that was present in the RAW output but missing in the JSON format, this is the local time of the operating system running the CLI. - will handle the new fields
con_uuid
,cloud_zone
,error_code
,client_process
andclient_version
coming in future release
The SIEM log API version selection (-1
and -2
) is now removed, version 2 is our main and only option
v0.5.0.2
v0.5.0.1
v0.5.0
v0.4.9.1
v0.4.8
This new release will help customer with very large volume of access logs using the command akamai eaa log
A new --delay
parameter is introduced. The default value remains same as before - 60 seconds - but can be increased in case there is a burst of traffic.
For large EAA deployments/active user base, we recommend to set a 10 minutes delay (600 seconds).