HudsonAfonso / hasura-webhook-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hasura-webhook-auth

ConfigFile.json

{
    "jwk_url": "https://www.googleapis.com/service_accounts/v1/jwk/securetoken@system.gserviceaccount.com",
    "audience": ["aud1", "aud2"],
    "unauthorized_role": "anonymous",
    "functions": [
        {
            "secret": "secret-token",
            "hasura_role": "function",
            "hasura_id": "1"
        }
    ]
}

Run

docker run -v ./ConfigFile.josn:/app/ConfigFile.json -p 4000:4000 jacobmoura7/hasura-webhook-auth:0.0.3

About


Languages

Language:Dart 96.2%Language:Dockerfile 2.3%Language:Shell 1.5%