Skip to content

[Feature]: Passing secrets via JVM Properties #213

@ILikePlayingGames

Description

@ILikePlayingGames

🚀 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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions