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
kamus-cli encrypt <data> <serviceAccount> <namespace>
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.
| Option | Required | Description | Default Value |
|---|---|---|---|
| --auth-tenant | false | azure authentication tenant id | |
| --auth-application | false | azure authentication application id | |
| --auth-resource | false | azure authentication resource id | |
| --cert-fingerprint | false | certificate fingerprint of encrypt api for validation | |
| --kamus-url | true | url of kamus encrypt api | |
| --allow-insecure-url | false | allow or block non https endpoints | false |
Content type
Image
Digest
Size
96.1 MB
Last updated
over 5 years ago
docker pull soluto/kamus-cli