n8n-nodes-doppler-secrets
v0.1.11
Published
Enables you to use Doppler secrets in your n8n workflows.
Downloads
26
Maintainers
Readme
n8n-nodes-doppler-secrets
[!NOTE] This version of the
n8n-nodes-doppler-secretsn8n Community Node is my (@qhse-professionals) fork of the original. Due to the sensitive nature of the data that this node handles, I have forked it to ensure that I can maintain it and keep it up to date with the latest version of n8n & Doppler. I have also added a few features that I need for my own workflows. It also fixes one issue which prevented me to use the original.
This is an n8n community node that lets you use Doppler for secret/variable management in your n8n workflows.
Installation
The folks behind n8n have created an installation guide in the n8n community nodes documentation that shows you how to install a community node using a GUI or CLI. Simply use n8n-nodes-doppler-secrets for the package name.
Operations
| Resource | Operation | Supported | Version | |-----------------|---------------|-----------|-----------------| | Workplace | Retrieve | :white_check_mark:| 0.0.6 | | | Update | :white_check_mark:| 0.1.9 | | Workplace User | List | :white_check_mark:| 0.0.7 | | | Retrieve | :white_check_mark:| 0.0.7 | | | Update | :white_check_mark:| 0.1.10 | | Workplace Roles | List | :white_check_mark:| 0.0.8 | | | Retrieve | :white_check_mark:| 0.0.8 | | | Create | :x: | | | | Update | :x: | | | | Delete | :white_check_mark:| 0.0.8 | | | List Permissions| :white_check_mark:| 0.0.8 | | Activity Logs | List | :white_check_mark:| 0.0.9 | | | Retrieve | :white_check_mark:| 0.0.9 | | Projects | List | :white_check_mark:| 0.0.5 | | | Create | :white_check_mark:| 0.1.11 | | | Retrieve | :white_check_mark:| 0.0.5 | | | Update | :white_check_mark:| 0.1.11 | | | Delete | :white_check_mark:| 0.0.5 | | Projects Roles | List | :white_check_mark:| 0.1.0 | | | Retrieve | :white_check_mark:| 0.1.0 | | | Create | :x: | | | | Update | :x: | | | | Delete | :white_check_mark:| 0.1.0 | | | List Permissions| :white_check_mark:| 0.1.0 | | Projects Members| List | :white_check_mark:| 0.1.1 | | | Retrieve | :white_check_mark:| 0.1.1 | | | Add | :x: | | | | Update | :x: | | | | Delete | :white_check_mark:| 0.1.1 | | Environments | List | :white_check_mark:| 0.0.7 | | | Retrieve | :white_check_mark:| 0.0.7 | | | Create | :x: | | | | Delete | :white_check_mark:| 0.0.7 | | | Rename | :x: | | | Configs | List | :white_check_mark:| 0.0.5 | | | Create | :x: | | | | Retrieve | :white_check_mark:| 0.0.5 | | | Update | :x: | | | | Delete | :white_check_mark:| 0.0.5 | | | Clone | :x: | | | | Lock | :white_check_mark:| 0.0.5 | | | Unlock | :white_check_mark:| 0.0.5 | | Config Logs | List | :white_check_mark:| 0.1.2 | | | Retrieve | :white_check_mark:| 0.1.2 | | | Rollback | :x: | | | Trusted IPs | List | :white_check_mark:| 0.1.3 | | | Add | :x: | | | | Delete | :x: | | | Secrets | List | :white_check_mark:| 0.0.1 | | | Retrieve | :white_check_mark:| 0.0.5 | | | Delete | :white_check_mark:| 0.0.5 | | | Update | :x: | | | | Download | :x: | | | | List Names | :white_check_mark:| 0.0.5 | | | Update Notes | :white_check_mark:| 0.1.8 | | Integrations | List | :white_check_mark:| 0.1.4 | | | Create | :x: | | | | Retrieve | :white_check_mark:| 0.1.4 | | | Get Options | :white_check_mark:| 0.1.4 | | | Update | :x: | | | | Delete | :white_check_mark:| 0.1.4 | | Secret Sync | | :x: | | | Dynamic Secrets | | :x: | | | Service Tokens | | :x: | | | Invites | | :x: | | | Groups | | :x: | | | Service Account | | :x: | | | Service Account Tokens | | :x: | | | Auth | Revoke |:white_check_mark:| 0.1.6 | | | Me |:white_check_mark:| 0.1.6 | | Share | Plain Text |:white_check_mark:| 0.1.5 | | Audit API | Workplace |:white_check_mark:| 0.1.7 | | | Workplace Users |:white_check_mark:| 0.1.7 | | | Workplace User |:white_check_mark:| 0.1.7 | | Webhooks | | :x: | |
Credentials
This node also includes credentials that can be used with the HTTP Request node
Resources
TODO
Operations
- [X] Workplace User
- [X] Workplace Roles
- [X] Activity Logs
- [X] Projects Roles
- [X] Projects Members
- [X] Config Logs
- [X] Trusted IPs
- [X] Integrations
- [X] Share
- [X] Auth
- [X] Audit API
- [ ] Add support for pagination
Version history
0.1.11
+ Added create and update operation for Projects API0.1.10
+ Added update operation for Workplace User API0.1.9
+ Added update operation for Workplace API0.1.8
+ Added create operation for Project API
+ Added Update Note for Secret API0.1.7
+ Added operation for Audit API0.1.6
+ Added operation for Auth 0.1.5
+ Added operation for Share 0.1.4
+ Added operations for Trusted IPs0.1.3
+ Added operations for Trusted IPs0.1.2
+ Added operations for Config Logs0.1.1
+ Added operations for Project Members0.1.0
+ Added operations for Project Roles0.0.9
+ fix(creds): 🐛 add icon property to credentials
+ Added operations for Activity logs0.0.8
+ Added operations for Worplace Roles0.0.7
+ Added operations for Environments
+ Added operations for Workplace Users0.0.6
+ Added operations for Workplace0.0.5
+ Added operations for Secrets
+ Added operations for Configs
+ Added operations for Projects0.0.4
~ Updated Doppler logo0.0.3
~ Updated subtitle of the Node to show the project and config0.0.2
~ Updated README to include a link to the original repo.0.0.1
Initial Release
- 0.0.1 - Initial Release

