atlassian / atlassian/nucleus

No way to specify Redis password

Open Beginner friendly
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
420
Forks
100
PR merge metrics
No merged PRs in 30d

Description

The only possible redis config are host and port ([src/rest/auth.ts#L43](https://github.com/atlassian/nucleus/blob/master/src/rest/auth.ts#L43)), but this is only a small subset of possible options (https://www.npmjs.com/package/connect-redis). In my specific case I need to connect using a password, but setting db and prefix can also be useful.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Redis configuration in src/rest/auth.ts at line 43, then compare the supported options with the connect-redis documentation linked in the issue. The change is done when Redis connections can be configured with a password, while also allowing options such as db and prefix.

Written by the indexing model from the issue text.

Assessment

Tech stack
redis, typescript
Domain
backend, databases
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.