Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: break to 2 apis - decrypt and encrypt #31

Merged
merged 12 commits into from
Dec 23, 2018
Merged

Conversation

omerlh
Copy link
Contributor

@omerlh omerlh commented Dec 12, 2018

No description provided.

@omerlh omerlh force-pushed the auth-encrypt branch 2 times, most recently from d895fcc to f51618a Compare December 19, 2018 20:57
cli/encrypt.js Outdated

var headers = {
'User-Agent': 'kamus-cli',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it worth adding the version here?

cli/index.js Outdated
@@ -14,6 +14,7 @@ prog
.option('--auth-application <id>', 'Azure application id', regexGuid)
.option('--auth-resource <name>', 'Azure resource name', prog.STRING)
.option('--kamus-url <url>', 'Kamus URL', prog.REQUIRED)
.option('--allow-insecure-url', 'Allow insecure (http) Kamus URL', prog.BOOL);
.option('--allow-insecure-url', 'Allow insecure (http) Kamus URL', prog.BOOL)
.option('--cert-fingerprint <certFingerprint>', 'Force server certificate to match the givven fingerprint', prog.STRING);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typ in giveen

@omerlh omerlh merged commit 8856c8d into master Dec 23, 2018
This was referenced Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants