-
Notifications
You must be signed in to change notification settings - Fork 22
[Feature]: Passing secrets via JVM Properties #213
Copy link
Copy link
Open
Labels
Status: On holdNeeds more workNeeds more workType: EnhancementNew feature or requestNew feature or request
Milestone
Description
🚀 Description
Could you please consider making the bot check for secrets (bot token, webhooks) in JVM properties on startup so they can be loaded from an env.properties file for example (launch logic would handle the property loading, not sdlink)? This would be an alternative to storing them in the config file.
Context: Support thread
💡 Use Case
Example use cases
- Server configuration versioned in git and deployed using CI/CD
- Bad practice to store secrets in version control, so preferable to keep them in an environment file on the server
- A server network where multiple servers are deployed with the same configuration, but each require a unique set of secrets (Suggested by Kaleidio)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: On holdNeeds more workNeeds more workType: EnhancementNew feature or requestNew feature or request
Projects
Status
Backlog