beep-industries / beep-industries/message
Fixing bugs ....
- Dominant language
- Rust
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- ROUTING_CONFIG_PATH=config/routing.yaml
is to be expected in the .env.example, there is a slash
- we should update the Dockerfile:
RUN apk add --no-cache \
musl-dev \
pkgconfig \
openssl-dev \
openssl-libs-static \
**protobuf \
protobuf-dev**
- the check of authorization doesnt seem to work
Contributor guide
Research direction
Start by checking .env.example for the ROUTING_CONFIG_PATH entry and Dockerfile for the listed Alpine packages. Then locate the authorization check and reproduce its failure before changing behavior. Done means the configuration and container build match the issue, and authorization is verified by an appropriate existing check or reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, rust
- Domain
- backend, build-system, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100