Socket
Book a DemoInstallSign in
Socket

pan-tokenizer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pan-tokenizer

Routes the application from google storage

unpublished
latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

app-router-worker

Routes the application from google storage

Bootstraping

yarn

Building

yarn build-prod 

Running locally

wrangler dev

Can be tested over http://localhost:8787

Publish to CF

wrangler publish

Secrets

The keys for the pan tokenizer resides on vault under secret/prod/pan-tokenizer/keys

To update the encryption key:

  • Get the json from the secret/prod/pan-tokenizer/keys/encryption_key
  • Add a new entry for the new key
  • Update vault using vault kv patch
  • Run wrangler secret put ENCRYPTION_KEYS with the new base64 encoded list

To update the API key

  • Get the api key from secret/prod/pan-tokenizer/keys/api_key
  • Update to new key on vault using vault kv patch
  • Run wrangler secret put API_KEY with the new API key

FAQs

Package last updated on 21 Jul 2022

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