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

Allow message to be verified #48

Open
alexellis opened this issue Jan 5, 2019 · 3 comments
Open

Allow message to be verified #48

alexellis opened this issue Jan 5, 2019 · 3 comments
Assignees

Comments

@alexellis
Copy link
Member

alexellis commented Jan 5, 2019

Feature: Non-repudiation for queue-worker callbacks

Suggested by: Ed Wilde @ewilde

We can use HMAC or RSA and HMAC together to sign messages when we use the X-Callback-Url. This means that receivers of the callback messages can verify the sender as the queue worker vs. some bad actor that discovered the URL.

@alexellis
Copy link
Member Author

@ewilde
Copy link
Contributor

ewilde commented Feb 24, 2019

I've created a conceptual diagram for the http signatures flow: diagram

ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Feb 24, 2019
Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Feb 24, 2019
Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Feb 24, 2019
Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Feb 24, 2019
Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
@ewilde
Copy link
Contributor

ewilde commented Feb 24, 2019

Derek assign: ewilde

@derek derek bot assigned ewilde Feb 24, 2019
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Mar 15, 2019
    Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Mar 15, 2019
    Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
ewilde added a commit to ewilde/nats-queue-worker that referenced this issue Mar 17, 2019
Resolves openfaas#48

Signed-off-by: Edward Wilde <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants