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

MG-2410 - Add wrapper for authN/authZ #2411

Merged
merged 29 commits into from
Sep 9, 2024

Conversation

felixgateru
Copy link
Contributor

What type of PR is this?

This is a feature as it adds a wrapper for authn/authz that can be used by services instead of communication directly with the auth service.

What does this do?

This pr adds the following files:

  • pkg/auth/auth.go
  • pkg/auth/doc.go
  • internal/auth/auth.go
  • internal/auth/doc.go

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No,

Did you document any new/modified feature?

Yes, incode documentation for new functions has been done.

Notes

@felixgateru felixgateru changed the base branch from main to auth-middleware September 3, 2024 15:33
@felixgateru felixgateru force-pushed the mg2410-auth_wrapper branch 2 times, most recently from 16e8bee to c382f2b Compare September 4, 2024 12:21
@felixgateru felixgateru marked this pull request as ready for review September 4, 2024 12:21
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
Signed-off-by: 1998-felix <[email protected]>
internal/auth/wrapper.go Outdated Show resolved Hide resolved
pkg/auth/auth.go Outdated Show resolved Hide resolved
@dborovcanin dborovcanin merged commit b468d93 into absmach:auth-middleware Sep 9, 2024
2 checks passed
dborovcanin pushed a commit that referenced this pull request Sep 10, 2024
dborovcanin pushed a commit that referenced this pull request Sep 12, 2024
dborovcanin pushed a commit that referenced this pull request Sep 13, 2024
dborovcanin pushed a commit that referenced this pull request Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Feature: Create wrapper for Authn/Authz
2 participants