Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

feat: implement GNAP support #309

Merged
merged 1 commit into from
Jun 8, 2022
Merged

Conversation

aholovko
Copy link
Contributor

@aholovko aholovko commented Jun 7, 2022

Closes #287

Signed-off-by: Andrii Holovko [email protected]

@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #309 (8542816) into main (d46e46e) will decrease coverage by 0.28%.
The diff coverage is 89.24%.

@@            Coverage Diff             @@
##             main     #309      +/-   ##
==========================================
- Coverage   86.81%   86.52%   -0.29%     
==========================================
  Files          23       26       +3     
  Lines        1964     2071     +107     
==========================================
+ Hits         1705     1792      +87     
- Misses        161      174      +13     
- Partials       98      105       +7     
Impacted Files Coverage Δ
pkg/controller/rest/handler.go 57.14% <50.00%> (-9.53%) ⬇️
cmd/kms-server/startcmd/start.go 76.68% <81.25%> (-2.34%) ⬇️
cmd/kms-server/startcmd/params.go 92.40% <88.88%> (-1.06%) ⬇️
pkg/controller/mw/authmw/zcapmw/zcap_middleware.go 91.42% <89.47%> (ø)
pkg/controller/mw/authmw/gnapmw/gnap_middleware.go 100.00% <100.00%> (ø)
...g/controller/mw/authmw/oauthmw/oauth_middleware.go 100.00% <100.00%> (ø)
pkg/controller/mw/authmw/wrap_auth_middleware.go 100.00% <100.00%> (ø)
pkg/controller/rest/operation.go 90.99% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d46e46e...8542816. Read the comment docs.

Closes trustbloc#287

Signed-off-by: Andrii Holovko <[email protected]>
@fqutishat fqutishat merged commit 3e09cfa into trustbloc:main Jun 8, 2022
@aholovko aholovko deleted the gnap_auth branch June 8, 2022 07:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KMS Authorization with gnap
2 participants