You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [MC-690] Separate Pocket dev and prod JWK key ids (#361)
* feat: [MC-690] use different keys in Pocket-Dev
* chore: use --elv2-license accept in start:dev
* chore: fix lint errors in test
* wip: try to get test coverage for prod key ids
* fix: test for getSigningKeysFromServer mock env
* chore: clean up tests
* fix: lint errors
* fix: try to fix errors in Github superlinter
* fix: try to upgrade superlinter eslint
* fix: Failed to get [GITHUB_TOKEN]
* fix: lint error
* fix attempt: secret or public key must be provided
Possibly admin-api can't find the key id when it's not cached..?
Locally it works fine, but on Pocket-Dev the following error occurs for the same
request:
Context creation failed: Could not validate User: secret or public key must be provided
* fix: NODE_ENV should be development in Pocket-Dev
I pulled the latest image from Pocket-Dev and it's set to production
# echo $NODE_ENV
production
* fix: distinguish development (Pocket-Dev) from local dev
* chore: re-run checks
Required 'Lint Code Base' failed to run.
* fix: linter error
0 commit comments