-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Feature: generate public/private key-pair for use with queue-worker callbacks #1103
Open
6 of 12 tasks
Comments
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
9 tasks
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
Derek assign: ewilde |
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Feb 24, 2019
Resolves issue openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Mar 15, 2019
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Mar 17, 2019
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Dec 10, 2019
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Dec 10, 2019
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Dec 10, 2019
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
ewilde
added a commit
to ewilde/faas
that referenced
this issue
Jan 8, 2020
Resolves openfaas#1103 Signed-off-by: Edward Wilde <[email protected]>
I think this should cover the connector-sdk too, which invokes functions in almost the same way as the queue worker. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behaviour
Installation process for OpenFaaS should generate private / public key-pair that can be used by the system for non-repudiation of async function invocation during the callback phase
Tasks
General
Installation
deploy_stack.sh
. PR http signatures: add support for RSA message signing #1101Functionality
Testing
Documentation
PR merge order
Design
Below is the conceptual flow showing how this works:
The text was updated successfully, but these errors were encountered: