Skip to content

Releases: rockcarver/frodo-cli

0.19.3

07 Jan 05:40
Compare
Choose a tag to compare
v0.19.3

ci: version bump to v0.19.3

0.19.3-3

07 Jan 04:18
Compare
Choose a tag to compare
0.19.3-3 Pre-release
Pre-release

What's Changed

  • consume contribution feature/check idm rcs status by @vscheuber in #172

Full Changelog: v0.19.3-2...v0.19.3-3

0.19.3-2

05 Jan 21:39
Compare
Choose a tag to compare
0.19.3-2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.3-1...v0.19.3-2

0.19.3-1

31 Dec 01:48
Compare
Choose a tag to compare
0.19.3-1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.3-0...v0.19.3-1

0.19.3-0

31 Dec 00:24
Compare
Choose a tag to compare
0.19.3-0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.2...v0.19.3-0

0.19.2

30 Dec 16:46
Compare
Choose a tag to compare
v0.19.2

ci: version bump to v0.19.2

0.19.1

20 Dec 01:15
Compare
Choose a tag to compare

Fixed

  • #161: Frodo now properly allows adding connection profiles with log credentials

0.19.0

18 Dec 07:04
Compare
Choose a tag to compare

Added

  • #154: Allow all connection parameters to be supplied using environment variables for secure CI/CD:
    • FRODO_HOST
    • FRODO_REALM
    • FRODO_USERNAME
    • FRODO_PASSWORD
    • FRODO_SA_ID
    • FRODO_SA_JWK
    • FRODO_LOG_KEY
    • FRODO_LOG_SECRET
    • FRODO_DEBUG - set to any value to enable debug logging, e.g. FRODO_DEBUG=1 frodo info tenant-name
  • #143: Support Identity Cloud Service Accounts in frodo conn save|add command
    1. The frodo conn add command is renamed to frodo conn save and add is added as an alias for backwards compatibility.
    2. The frodo conn save command supports the following new options to manage service accounts:
      1. --sa-id <uuid> Service account's uuid. If specified, must also include --sa-jwk-file. Ignored with --no-sa.
      2. --sa-jwk-file <file> File containing the service account's java web key (jwk). Jwk must contain private key! If specified, must also include --sa-id. Ignored with --no-sa.
      3. --no-sa Do not add service account.
    3. The existing --no-validate option also applies to service account operations, allowing to add service account configuration to a connection profile without validating it, typical use case is an offline situation.
    4. The frodo conn save command automatically creates a new service account and adds it to an existing ID Cloud profile without service account or to a new ID Cloud profile. It does not do that if the --no-sa option is supplied.
      1. If --sa-id and --sa-jwk-file are supplied, frodo conn save adds the existing service account specified by those two parameters to the profile instead of creating a new service account.
      2. The frodo conn save command checks if the ID Cloud tenant supports service accounts before performing any service account operations.
    5. The frodo conn save command validates service account configuration unless the --no-validate options is supplied.
  • #101: Added new frodo service set of commands to manage AM realm services (baseurl, DataStoreService, oauth-oidc, policyconfiguration, selfServiceTrees, SocialIdentityProviders, validation, etc.) and global services (e.g. CorsService, dashboard, etc.). frodo service delete Delete AM services. export Export AM services. import Import AM services. list List AM services.
  • Added new frodo idm import command.
  • #98: Add support for Agents / Gateways frodo agent Manage agents. delete Delete agents of any type. describe Describe agents of any type. export Export agents of any type. import Import agents of any type. list List agents of any type. gateway Manage gateway agents. delete Delete gateway agents. describe Describe gateway agents. export Export gateway agents. import Import gateway agents. list List gateway agents. java Manage java agents. delete Delete java agents. describe Describe java agents. export Export java agents. import Import java agents. list List java agents. web Manage web agents. delete Delete web agents. describe Describe web agents. export Export web agents. import Import web agents. list List web agents.
  • Added --raw option to frodo saml import and frodo saml export commands. The new option uses the classic (pre 7.0.0) SAML REST APIs. This allows Frodo to export and import SAML entity providers from pre 7 platform instances.
  • New default options --verbose, --debug, and --curlirize for all commands

Changed

  • Updated to frodo-lib 0.17.0
  • #110: Migrate from .frodorc to Connections.json
  • Ongoing refactoring of code base:
    • Refactored Email Template and Theme functionality in lib to remove fs operations
    • #93: Move cli functions from frodo-lib to frodo-cli
  • More automated testing

Fixed

0.18.2-18

17 Dec 17:39
Compare
Choose a tag to compare
0.18.2-18 Pre-release
Pre-release

What's Changed

  • resolves #145 - Support service account command line parameters across all commands by @vscheuber in #158

Full Changelog: v0.18.2-17...v0.18.2-18

0.18.2-17

14 Dec 23:52
Compare
Choose a tag to compare
0.18.2-17 Pre-release
Pre-release

What's Changed

  • resolves #154 - cli support for env variables for credentials and con… by @vscheuber in #155

Full Changelog: v0.18.2-16...v0.18.2-17