# @adobe/contentlake-shared-secrets-manager

> Supports storing and retrieving custom secrets

Latest version **1.0.0** (published 2023-08-16) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @adobe/contentlake-shared-secrets-manager
pnpm add @adobe/contentlake-shared-secrets-manager
yarn add @adobe/contentlake-shared-secrets-manager
bun add @adobe/contentlake-shared-secrets-manager
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-08-16 |
| First published | 2023-08-16 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 22.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Maintainers | adobehalls, fullcolorcoder, marbec, tripod, garthdb, lazd, adobe-admin, patrickfulton, trieloff, shazron, krisnye, dcpfsdk, natebaldwin, devongovett, aspro83, symanovi, dpfister, stefan-guggisberg, korra, rofe, kptdobe |

## Links

- npm: https://www.npmjs.com/package/@adobe/contentlake-shared-secrets-manager
- Repository: https://github.com/adobe/contentlake-shared
- Homepage: https://github.com/adobe/contentlake-shared/tree/main/packages/secrets-manager#readme
- Issues: https://github.com/adobe/contentlake-shared/issues
- npm.io page: https://npm.io/package/@adobe/contentlake-shared-secrets-manager

## Dependencies (1)

- [@aws-sdk/client-secrets-manager](https://npm.io/package/@aws-sdk/client-secrets-manager.md) ^3.290.0

## Recent versions

- 1.0.0 (latest) — 2023-08-16

## README

# Content Lake Shared - Secrets Manager

> Supports storing and retrieving custom secrets

This is one of the [Content Lake Shared](https://github.com/adobe/contentlake-shared) libraries.

## Status

[![GitHub license](https://img.shields.io/github/license/adobe/contentlake-shared.svg)](https://github.com/adobe/contentlake-shared/blob/main/LICENSE.txt)

## Usage

Install using:

```
npm install @adobe/contentlake-shared-secrets-manager
```

Use with:

```
import { Secrets } from '@adobe/contentlake-shared-secrets-manager';


const secretsManager = new SecretsManager({
  secretType: 'test-secret-type',
  serviceType: 'test-service',
  serviceId: 'test-service-id',
});

const secret = await secretsManager.getSecret('someid');
```

## Integration Tests

The integration tests for this module can be run with:

```
npm run test:integration
```

To do this you will need a `.env` file with:

```
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
```

---
_Source: https://npm.io/package/@adobe/contentlake-shared-secrets-manager · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
