uatuko / ruek

🔐 Lightning fast, global scale authorization service without the overhead of a yet another DSL.
Apache License 2.0
94 stars 6 forks source link

Lookup Identities #31

Closed td0m closed 1 year ago

td0m commented 1 year ago

Will need this for getting user's identity attributes if they already exist (lookup by sub/email).

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.36 :tada:

Comparison is base (f94c953) 86.63% compared to head (2b8ea86) 87.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #31 +/- ## ========================================== + Coverage 86.63% 87.00% +0.36% ========================================== Files 24 24 Lines 1100 1131 +31 Branches 65 67 +2 ========================================== + Hits 953 984 +31 Misses 126 126 Partials 21 21 ``` | [Impacted Files](https://app.codecov.io/gh/uditha-atukorala/gatekeeper/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Uditha+Atukorala) | Coverage Δ | | |---|---|---| | [src/datastore/identities.h](https://app.codecov.io/gh/uditha-atukorala/gatekeeper/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Uditha+Atukorala#diff-c3JjL2RhdGFzdG9yZS9pZGVudGl0aWVzLmg=) | `60.00% <ø> (ø)` | | | [src/datastore/identities.cpp](https://app.codecov.io/gh/uditha-atukorala/gatekeeper/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Uditha+Atukorala#diff-c3JjL2RhdGFzdG9yZS9pZGVudGl0aWVzLmNwcA==) | `95.41% <100.00%> (+0.90%)` | :arrow_up: | | [src/service/grpc.cpp](https://app.codecov.io/gh/uditha-atukorala/gatekeeper/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Uditha+Atukorala#diff-c3JjL3NlcnZpY2UvZ3JwYy5jcHA=) | `79.05% <100.00%> (+0.50%)` | :arrow_up: | | [src/service/mappers.cpp](https://app.codecov.io/gh/uditha-atukorala/gatekeeper/pull/31?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Uditha+Atukorala#diff-c3JjL3NlcnZpY2UvbWFwcGVycy5jcHA=) | `97.05% <100.00%> (+0.18%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.