Skip to content

Releases: akamai/cli-eaa

v0.6.9

03 Jun 23:14
9c18a1b
Compare
Choose a tag to compare

Hello,

  • We are adding a new report named last_access to generate the list of unique users and their last access, per IdP.
  • Add a new column IdP hostname in the IdP list akamai eaa idp

Housekeeping

  • Moved reporting logic to a separate module
  • Update license date to 2024

v0.6.8

24 May 22:13
ad1cc13
Compare
Choose a tag to compare

Hello,

  • Improvement: 4x faster akamai eaa search command
  • New: Terraform module to create/destroy EAA application configuration
  • 4 new Jinja template functions:
    • cli_connector to lookup Connector from the unique ID
    • cli_idp to lookup IdP from the unique ID
    • cli_directory to lookup a directory from unique ID
    • cli_group to lookup a directory group from unique ID
  • Minor fixes/enhancements

v0.6.7

10 May 00:35
Compare
Choose a tag to compare
  • New: ability to create and remove an EAA connector
  • Improvement : URL Path Service will now cleanly merge default settings with the settings passed from the incoming JSON #34
  • Fix: regression introduced with the Jinja2 variables templating (on update) #41

v0.6.6

16 Apr 22:43
825c4b7
Compare
Choose a tag to compare
  • Connector Outbound IP Allowlist
  • URL Policy carry advanced settings attribute #34
  • Remove Connector with akamai eaa c con://123 remove

v0.6.3

11 Oct 06:52
4dd4808
Compare
Choose a tag to compare

fixed python 3.12 compatibility

v0.6.2

09 Oct 21:27
Compare
Choose a tag to compare
  • FIX: Address a minor issue where user and group count where swapped
  • Add directory list documentation

v0.6.1

09 Oct 16:58
9486cc0
Compare
Choose a tag to compare

What's Changed

cli-eaa can now watch for Directory Health with a follow mode, particularly helpful when operating directory on-prem.

% akamai eaa dir list --json --tail

Output example:

{
  "dir_id": "dir://<DIRECTORY_UUID>",
  "service": "ActiveDirectory",
  "name": "AKDEMO AD with UPN",
  "datetime": "2023-10-09T17:00:09.569665+00:00",
  "enabled": true,
  "connector_count": 2,
  "directory_status": "ok",
  "group_count": 115,
  "user_count": 1,
  "last_sync": "2023-10-09T15:25:31.727671",
  "connectors": [
    {
      "name": "demo-v2-con-1-amer",
      "reach": 1,
      "state": 6,
      "status": 1,
      "uuid_url": "<CONNECTOR1_UUID>"
    },
    {
      "name": "demo-v2-con-2-amer",
      "reach": 1,
      "state": 6,
      "status": 1,
      "uuid_url": "<CONNECTOR2_UUID>"
    }
  ]
}

v0.6.0

03 Oct 16:16
Compare
Choose a tag to compare

What's Changed?

  • akamai eaa connector list command with --json has a new datetime attribute always set even if performance data are not available allowing to index the data

v0.5.9

17 Aug 22:13
dd8a685
Compare
Choose a tag to compare
  • Fix some issue around add/remove directory group (PR #25, thank you @hsato1192)
  • Fix regression introduced with variables for Jinja2 template #26

v0.5.7

13 Apr 16:26
d69636b
Compare
Choose a tag to compare

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