Releases: akamai/cli-mfa
Releases · akamai/cli-mfa
v0.1.1
v0.1.0
Hello Akamai MFA administrators,
cli-mfa 0.1.0 is out and comes with a lot of improvements.
The software have started to use the official Akamai MFA {OPEN} API.
To ease with the transition we've reworked the getting started section of the documentation README.md
Features
- New command
akamai mfa users list
to dump the users database in your account - New command
akamai mfa info
to display your cli-mfa configuration information - Support
--accountkey
(accountkey in .edgerc file) for operation relying on {OPEN} API - Allow to set log file (
--logfile
) and log level (--loglevel
)
Bug fixes
- Fix regression on the experimental import users
v0.0.10
- Fixes issue when importing group name that is shorter but still matching longer group names
- Handle any ambiguity if multiple groups have the same name but different internal ID
- Added Unit testing script
- Raise error if Akamai MFA API response is not HTTP/200
v0.0.9
v0.0.8
v0.0.7
Howdy,
This version catches up with the latest MFA API that now deliver logs with a single document (instead of two).
The command line itself is simplified as well, all you need now is:
% akamai mfa version
0.0.7
% akamai mfa event|tail -n1
{
"uuid": "aud_4xalO6jUvcoLZ5pbv-----",
"tenant_name": "Akamai Demo",
"created_at": "2022-02-15T22:26:32.315880193",
"browser_ip": "123.123.123.123",
"device_id": "device_pBqIv32Q4Rge71Wb-----",
"device": "push",
"auth_method": "push",
"app_id": "app_KCYRe3QcXFIYMvOM-----",
"app_name": "EAA Integration",
"user_id": "user_4i40AwKQeYXzgEpys-----",
"username": "androcho",
"is_success": true,
"device_metadata": "iOS",
"receipt": "",
"browser_type": "Firefox",
"browser_version": "97.0.0",
"browser_os": "MacOs",
"browser_os_version": "10.15.0",
"device_os": "ios",
"device_os_version": "15.2.1",
"browser_geo_location": "SEATTLE WA, US",
"device_geo_location": "SEATTLE WA, US",
"device_ip": "123.123.123.123",
"principal_uuid": null,
"denial_type": null,
"principal_type": null,
"policy_uuid": null,
"policy_attr_name": null
}
Updated cli-mfa documentation.
Please see also MFA product documentation on our new techdocs website:
https://techdocs.akamai.com/mfa/docs/field-sequence
v0.0.6
minor bugfix version
v0.0.5
removed a bug in .edgerc handling