serverless-add-api-key icon indicating copy to clipboard operation
serverless-add-api-key copied to clipboard

creates a api key and usage pattern (if they don't already exist) and associates them to the Rest Api

Results 20 serverless-add-api-key issues
Sort by recently updated
recently updated
newest added

Here is my code for setting up API keys. ``` service: thirdparty-api frameworkVersion: "^3.19.0" plugins: - serverless-add-api-key provider: name: aws runtime: nodejs14.x tags: version: v0.0.1 stage: ${opt:stage, 'dev'} deploymentBucket: serverless-deployment...

Hi, Not really sure if it can be achieved with this plugin, but I'm looking for a way to use existing `apiKey` + `usagePlan` using `apiKeyId` & `usagePlanId` directly instead...

enhancement
help wanted
good first issue

Should we extend this to support different cloud providers? Google documentation about API keys ``` If you choose to use API keys for quota and rate limiting, we recommend using...

enhancement
help wanted

So this plugin just creates the API Keys and associate these keys to usage plans, but not necessarily enable requiring the API Keys on the different API endpoints? Is that...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Default an apiKey array to an empty array in case of api keys not defined for a stage.

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.524.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Let say I have multiple stage and I just want API key added for some/not all stages, e.g. ``` apiKeys: prod: - name: someProdAPIKey deleteAtRemoval: false value: nonHackableAPIKey ``` and...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.0.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) v5.1.0 Features add...

dependencies