aws-secretsmanager-get-secrets
aws-secretsmanager-get-secrets copied to clipboard
Bumps [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) from 3.554.0 to 3.572.0. Release notes Sourced from @aws-sdk/client-secrets-manager's releases. v3.572.0 3.572.0(2024-05-08) Chores middleware-expect-continue: do not set expect header if using FetchHttpHandler (#6046) (6bb09044) update core tsconfig based...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 7.8.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...
Bumps [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock) and [aws-sdk-client-mock-jest](https://github.com/m-radzikowski/aws-sdk-client-mock/tree/HEAD/packages/aws-sdk-client-mock-jest). These dependencies needed to be updated together. Updates `aws-sdk-client-mock` from 3.0.1 to 4.0.0 Release notes Sourced from aws-sdk-client-mock's releases. v4.0.0 4.0.0 (2024-03-17) v4.0.0-beta.0 4.0.0-beta.0 (2024-03-17) ⚠...
Hi, I have following setup currently in my applications. I name the secrets in a particular faishon to identify across environment e.g. /APP/DEV/SECRET_1 /APP/DEV/SECRET_2 /APP/QA/SECRET_1 /APP/QA/SECRET_2 Then in the build...
Currently, when loading secrets, if no secrets are found an exception is thrown: ``` if (secretsList.length === 0){ throw new Error(`No matching secrets were returned for prefix "${prefix}".`); } ```...
Currently environment vars must be uppercase, which prevents us from populating terraform input variables directly with this action. For example, we cannot do `TF_VAR_secret_1` directly with this action and then...
*Issue #14:* Environment variables vs outputs *Description of changes:* Secrets are now returned as action outputs. This results in the following improvements: - User side: - Less concern needed over...
Hi In the readme, you mention that environment variables are available to all steps within a job and that we should work to prevent them from being exploited or misused...