extension-authenticator-canner
This extension make Data API(VulcanSQL API) can integrate with Canner Enterprise and use Canner as a authenticate server
This extension let Data API request can be authenticated with Canner PAT
Install
-
Install package
npm i @vulcan-sql/extension-authenticator-canner
-
Update vulcan.yaml
, enable the extension and enable the auth
configuration.
auth:
enabled: true
extensions:
canner-authenticator: '@vulcan-sql/extension-authenticator-canner'
-
Update vulcan.yaml
, define your canner-authenticator
canner-authenticator:
options:
canner-pat:
host: 'my-canner-host-dns'
port: 443
ssl: true