feat: signing secret
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 305
- Forks
- 46
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 23
Description
Description
When I set up an app to use an HTTP based receiver rather then a socket mode one, the app requires a signing secret. The CLI does not seem to provide this environment variable, it would be nice if it did.
Current workaround is to use slack app settings get the signing secret and set it manually
Requirements
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the CLI flow for configuring HTTP-based receivers and the existing slack app settings command that retrieves the signing secret. Determine where environment variables for app setup are exposed. Done means the CLI provides the signing secret environment variable for HTTP receiver setups, without requiring manual retrieval and configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100