Software Alternatives & Reviews

RBAC with API Gateway and Open Policy Agent(OPA)

JSON Web Token Google Sign-In cURL Apache APISIX
  1. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
    Pricing:
    • Open Source
    Next, we create a consumer (a new speaker) with the username jack in Apache APISIX. It sets up the jwt-auth plugin for the consumer with the specified key and secret. This will allow the consumer to authenticate using a JSON Web Token (JWT).

    #Identity Provider #Identity And Access Management #SSO 276 social mentions

  2. Google Sign-In is a secure authentication system that enables users​ to sign in with their Google accounts.
    You also need to set up a new Route that generates and signs the token using the public-api plugin. In this scenario, API Gateway acts as an identity provider server to create and verify the token with our consumer jack’s key. The identity provider can be also any other 3rd party services such as Google, Okta,  Keycloak, and Ory Hydra.

    #Monitoring Tools #Social Media Tools #Remote Monitoring And Management 7 social mentions

  3. 3
    cURL is a computer software project providing a library and command-line tool for transferring data...
    Pricing:
    • Open Source
    Curl is used to send requests to APISIX Admin API. You can also use tools such as Postman to interact with the API.

    #API Tools #APIs #Developer Tools 105 social mentions

  4. Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, based on the Nginx library and etcd.
    Pricing:
    • Open Source
    With various access control models and implementation methods available, constructing an authorization system for backend service APIs can still be challenging. However, the ultimate goal is to ensure that the correct individual has appropriate access to the relevant resource. In this article, we will discuss how to enable the Role-based access control(RBAC) authorization model for your API with open-source API Gateway Apache APISIX and Open Policy Agent (OPA).

    #Monitoring Tools #API Tools #APIs 63 social mentions

Discuss: RBAC with API Gateway and Open Policy Agent(OPA)

Log in or Post with