Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vulcan-sql/extension-authenticator-canner

Package Overview
Dependencies
Maintainers
6
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vulcan-sql/extension-authenticator-canner

Canner Enterprise authenticator for Vulcan SQL

  • 0.10.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

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

  1. Install package

    npm i @vulcan-sql/extension-authenticator-canner
    
  2. Update vulcan.yaml, enable the extension and enable the auth configuration.

    auth:
      enabled: true
      # The extension-authenticator-canner and [build-in authenticator](https://vulcansql.com/docs/data-privacy/authn) can work at the same time
    
    extensions:
      canner-authenticator: '@vulcan-sql/extension-authenticator-canner'
    
  3. Update vulcan.yaml, define your canner-authenticator

    canner-authenticator:
      # To having the same config structure to the authenticator middleware, we need to put options under "options".
      options:
        canner-pat:
          # your canner enterprise host
          host: 'my-canner-host-dns'
          # your canner enterprise port
          port: 443
          # indicate using http or https default is false
          ssl: true
    

Keywords

FAQs

Package last updated on 18 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc