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

Add Support for Signature Validation via HTTP Header #4

Closed
tsconn23 opened this issue Mar 15, 2022 · 0 comments · Fixed by #8
Closed

Add Support for Signature Validation via HTTP Header #4

tsconn23 opened this issue Mar 15, 2022 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request

Comments

@tsconn23
Copy link
Contributor

Please add support for PKI signature validation via the HTTP header mechanism. The solution should follow the logic implemented in the Go SDK, making allowances for difference in language idiom.

Original issue for context project-alvarium/alvarium-sdk-go#25

Relevant Go SDK PRs:
project-alvarium/alvarium-sdk-go#29
project-alvarium/alvarium-sdk-go#33

@tsconn23 tsconn23 added the enhancement New feature or request label Mar 15, 2022
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 19, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 19, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 20, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 21, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 26, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 28, 2022
* Implement HTTP request parser in handler/base.go and related
  exception and test
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
Co-authored-by: ramezmoussa <ramez.moussa@aucegypt.edu>
Co-authored-by: gannawalaa <gannawalaa@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 28, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>

Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 28, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>

Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 28, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue Apr 28, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Fix project-alvarium#6
Fix project-alvarium#7

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue May 12, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Fix project-alvarium#6
Fix project-alvarium#7

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue May 15, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Fix project-alvarium#6
Fix project-alvarium#7

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
husseinfakharany added a commit to husseinfakharany/alvarium-sdk-python that referenced this issue May 15, 2022
* Implement HTTP request parser in handler/base.go and related
 exceptions and tests
* Implement request handler interface and factory
* Implement ED25519 request handler and related test
* Modify annotator factory to accomodate the new HTTPPKI annotator
* Implement httppki annotator and related tests

Fix project-alvarium#4
Fix project-alvarium#6
Fix project-alvarium#7

Co-authored-by: Ramez Moussa <ramez.moussa@aucegypt.edu>
Co-authored-by: Ganna Walaa <gannawalaa@gmail.com>
Signed-off-by: husseinfakharany <fakharany.hussein@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants