Skip to content

c4nzin/nestjs-infisical-example

Repository files navigation

A working example of nestjs-infisical-sdk

To use

  • Fork this repository
  • Run the cli command => pnpm run install
  • Send CRUD requests with Postman etc. Or just use our swagger : bash http://localhost:3000/swagger
##############################################################################################################

# A FRIENDLY WARNING!

# Please do not use this example project for malicious purposes as it will affect the experience of other developers. Cheers :)

# Because i am sharing a test account's credentials to common use.

##############################################################################################################

Get a secret

GET /secret/example-secret

Create a secret

POST /secret
Content-Type: application/json

{
  "secretName": "new-secret",
  "secretValue": "new-secret-value"
}

Releases

No releases published

Packages

No packages published