Skip to content

Releases: akamai/cli-mfa

v0.1.1

28 Apr 16:33
Compare
Choose a tag to compare

Hello,

This release contains only one bug fix that was preventing the --tail to work
No added feature.

v0.1.0

05 Dec 18:43
6702419
Compare
Choose a tag to compare

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

22 Aug 21:17
Compare
Choose a tag to compare
  • 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

05 Mar 00:14
Compare
Choose a tag to compare

Add a feature to send email invite to enroll users from a particular group.

Example:

% akamai mfa users invite -g MY_GROUP

Just like the import users, this requires a special configuration, please contact your Akamai representative if you are interested.

v0.0.8

02 Mar 22:55
Compare
Choose a tag to compare

Add a new capability to import users reading a CSV file as input.
The capability requires some specific permission under controlled availability, feel free to reach your Akamai representative if you plan to use it.

v0.0.7

15 Feb 23:09
Compare
Choose a tag to compare

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

19 Jul 10:42
3044099
Compare
Choose a tag to compare

minor bugfix version

v0.0.5

17 Jun 10:08
a22a16a
Compare
Choose a tag to compare

removed a bug in .edgerc handling

v0.0.4

07 Jun 17:35
Compare
Choose a tag to compare
- Handle UA prefix

- Improves argument parsing when argument missing
- Improve inline help
- Bump to 0.0.4

v0.0.3

26 May 23:40
Compare
Choose a tag to compare
add the --tail mode

add --start and --end for more control
bump to 0.0.3