Sign inSign up

soluto/kamus-cli

By soluto

Updated over 5 years ago

The CLI for Kamus

Image
0

7.0K

soluto/kamus-cli repository overview

Kamus CLI

This cli was created to provide an easy interface to interact with Kamus API.

It supports azure device flow authentication out of the box.

To install, use the following NPM command:

npm install -g @soluto-asurion/kamus-cli

Supported commands:
Encrypt

kamus-cli encrypt <data> <serviceAccount> <namespace>


How to enable azure active directory authentication

You need working active directory tenant and designated native app registration, Then just set all the auth prefixed options. Once the user will run the cli with the auth options, he will get a small code and and azure URL to login into.


CLI options:
OptionRequiredDescriptionDefault Value
--auth-tenantfalseazure authentication tenant id
--auth-applicationfalseazure authentication application id
--auth-resourcefalseazure authentication resource id
--cert-fingerprintfalsecertificate fingerprint of encrypt api for validation
--kamus-urltrueurl of kamus encrypt api
--allow-insecure-urlfalseallow or block non https endpointsfalse

Tag summary

Content type

Image

Digest

Size

96.1 MB

Last updated

over 5 years ago

docker pull soluto/kamus-cli