rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Persist the `-k`/`--insecure` option in connection profile #404

Closed vscheuber closed 1 month ago

vscheuber commented 1 month ago

When adding a new connection profile, we have the option to allow insecure connections by supplying the -k/--insecure option. Unfortunately, this option is not saved to the profile. When we try to export/import any object, we have to specify the flag again even though we are using the same profile.

This feature request is to persist the -k/--insecure option in connection profile so that commands using the profile do not need to explicitly supply it every time.