Skip to content

Releases: akamai/cli-eaa

v0.5.6

30 Nov 23:26
8e84366
Compare
Choose a tag to compare

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

02 Nov 18:39
92fce22
Compare
Choose a tag to compare

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

06 Oct 22:56
87e8f86
Compare
Choose a tag to compare

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 and client_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

03 Aug 18:28
a33298a
Compare
Choose a tag to compare

Minor fix release

  • #11 timezone properly set to UTC instead of local machine

v0.5.0.1

20 Jul 21:22
Compare
Choose a tag to compare
  • Change the default value for --delay and --limit
  • Minor cleanup on the doc page (README.md)
  • Fail if the SIEM log API doesn't respond with exactly a HTTP/200

v0.5.0

16 May 19:01
Compare
Choose a tag to compare

Minor release

  • Certificate list now display the CN and SAN records
  • Device Posture inventory output was breaking some SIEM when used with ULS (kudos to T team for spotting this one)
  • Better handling of SIG_PIPE (when piping cli-eaa with tool like head)

v0.4.9.1

10 May 17:53
Compare
Choose a tag to compare

Minor bug fix release

  • Add a --json option to akamai eaa inventory to satisfy ULS requirements, a new feed is coming soon
  • For unit testing, we now use BATS, this release ships with the initial 8 tests
  • Minor code cleanup

v0.4.9

04 May 00:44
Compare
Choose a tag to compare

This version introduces a new command to fetch the full inventory of devices running EAA Client, mobile and desktop versions.
To use the new command:

$ akamai eaa dp inventory

Updated the documentation in readme.md as well.

v0.4.8

18 Apr 21:54
Compare
Choose a tag to compare

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).

v0.4.7

12 Apr 21:18
Compare
Choose a tag to compare
  • Fix search limited to 250 first application configurations (issue #10)
  • Minor code cleanup