- Screenshot
- Introduction
- Key features
- Installation / upgrade
- Examples
- Known Limitations
- Troubleshooting and Support
Enterprise Application Access (EAA) comes with a full suite of APIs. To interact with the service, you can:
- write your own scripts
- use Postman
- use Terraform EAA
- ... or use Akamai CLI to run common operations directly from the command line, no coding required.
This can be helpful if you plan to consume EAA logs into your favorite SIEM or automate your workflow with Bash, Powershell, a deployment solution like Ansible, or a CI/CD pipeline.
- Event logs
- View access logs (identification, application activity)
- View admin logs (admin portal access, config change, deployment, deletion)
- Send the logs to a file
- Blocking mode (similar to
tail -f
) Alternatively, you can specify a date range with--start
and--end
- Application
- Save, restore/update, deploy
- Batch operation
- Attach/detach connectors
- Directory
- Create groups and group overlays
- Synchronize with your LDAP or Active Directory
- Identity Providers (IdP)
- List configured IdPs and their status
- Certificate management
- List configured certificates
- Rotate certificate with optional deployment of dependent applications and IdP
- Connectors
- List all connectors including the reachability status and health
- Show all applications used by a connector and a breakdown of active connection
- Swap a connector (for applications only)
See install.md
See akamai eaa log
documentation page
See akamai eaa app
documentation page.
See akamai eaa log
documentation page
See akamai eaa connector
documentation page.
See akamai eaa certificate
documentation page.
See akamai eaa dp
documentation page.
While updating an application from a JSON, only a subset of the data will be updated in the back-end, not the entire application configuration.
If the command is not working properly, you can increase the level of verbosity using:
-v
or--verbose
to trace the main steps-d
or--debug
to get full visibility, include API HTTP headers
The messages are printed on stderr so you can safely redirect stdout to a file or use the --output
option.
cli-eaa
is provided as-is and it is not supported by Akamai Support.
To report any issue, feature request or bug, please open a new issue into the GitHub Issues page
We strongly encourage developers to create a pull request for any issues.