Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

Provide salt to c10l deploys#340

Merged
nhynes merged 4 commits into
masterfrom
salt-if-confidential
Feb 20, 2020
Merged

Provide salt to c10l deploys#340
nhynes merged 4 commits into
masterfrom
salt-if-confidential

Conversation

@nhynes
Copy link
Copy Markdown
Contributor

@nhynes nhynes commented Feb 20, 2020

@nhynes nhynes requested review from eauge and lukaw3d February 20, 2020 22:20
Comment thread packages/client/test/e2e/app/service.spec.ts
Comment thread packages/service/src/deploy/header.ts
export type DeployHeaderOptions = {
expiry?: number;
confidential?: boolean;
saltIfConfidential?: Uint8Array | null;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'd prefer false instead of null for disabling confidentiality

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

at the oasis-ts.Gateway layer. oasis.js is a low-level api. look at how you have to construct a request–using exported POD types.

Comment thread packages/client/test/browser/service/index.html Outdated
@nhynes nhynes merged commit a6e6f26 into master Feb 20, 2020
@nhynes nhynes deleted the salt-if-confidential branch February 20, 2020 23:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update header to use salt_if_confidential for c10l deploys

3 participants