Skip to content

Add support of service-to-service auth/authz #889

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

Closed
artem-v opened this issue Feb 8, 2025 · 1 comment
Closed

Add support of service-to-service auth/authz #889

artem-v opened this issue Feb 8, 2025 · 1 comment

Comments

@artem-v
Copy link
Contributor

artem-v commented Feb 8, 2025

Scalecube services in the cluster must be able to communicate between themselves in some authenticated and authorized manner.
Main idea, is that any scalecube service in the cluster is one of those: service-consumer (SC), service-provider (SP), or both (SCP).

SP

  • declares roles and permissions on the services.
  • assumes that SCs are calling SP APIs using SP roles and permissions.

SC

  • communicates with one or many SPs.
  • can request a grant to call SP APIs taking in account corresp. roles and permissions.
@artem-v artem-v changed the title Service-to-service auth/authz Add support of service-to-service auth/authz Feb 8, 2025
@artem-v
Copy link
Contributor Author

artem-v commented Apr 17, 2025

Closing. Fixed at #903.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant