Releases: akamai/cli-eaa
Releases · akamai/cli-eaa
Release list
v0.7.3
v0.7.2
v0.7.1
v0.7.0 | Edge Transport fields in event log (JSON)
Hello,
This release is able to parse the Edge Transport specific even log fields into JSON.
Unified Log Streamer release to follow shortly!
Thanks @shapiroj!
v0.6.12
v0.6.11
Introduce connector debug commands!
Read more on the connector examples.
v0.6.10
v0.6.9
Hello,
- We are adding a new report named last_access to generate the list of unique users and their last access, per IdP.
- See corresponding documentation for examples.
- 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
Hello,
- Improvement: 4x faster
akamai eaa searchcommand - New: Terraform module to create/destroy EAA application configuration
- The only dependency outside
cli-eaais Bash - If you need a native Terraform support for app, see https://github.com/akamai/terraform-eaa
- See example for more details
- The only dependency outside
- 4 new Jinja template functions:
cli_connectorto lookup Connector from the unique IDcli_idpto lookup IdP from the unique IDcli_directoryto lookup a directory from unique IDcli_groupto lookup a directory group from unique ID
- Minor fixes/enhancements