forked from redis/redis-py
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creds provider #16
Open
barshaul
wants to merge
24
commits into
master
Choose a base branch
from
creds_provider
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Creds provider #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
==========================================
- Coverage 92.20% 92.11% -0.09%
==========================================
Files 111 113 +2
Lines 28751 29063 +312
==========================================
+ Hits 26509 26771 +262
- Misses 2242 2292 +50
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
barshaul
force-pushed
the
creds_provider
branch
from
September 4, 2022 07:52
533a887
to
dbb16f4
Compare
barshaul
force-pushed
the
creds_provider
branch
8 times, most recently
from
September 21, 2022 17:19
ac958f7
to
1e0c928
Compare
barshaul
force-pushed
the
creds_provider
branch
2 times, most recently
from
October 2, 2022 15:59
9a5b5a1
to
3eb8f76
Compare
barshaul
force-pushed
the
creds_provider
branch
from
October 27, 2022 07:44
a0d0e7e
to
c68a715
Compare
…is own provider for password rotation
Changed: CredentialsProvider to CredentialProvider Fixed: calling AUTH only with password
…to enable backward compatibility with changing the members value on existing connection.
… and 'password' inside on_connect function
barshaul
force-pushed
the
creds_provider
branch
from
November 2, 2022 14:10
c68a715
to
abe6137
Compare
barshaul
force-pushed
the
creds_provider
branch
from
November 2, 2022 14:52
4385dfc
to
4205350
Compare
barshaul
force-pushed
the
creds_provider
branch
from
November 2, 2022 15:02
4205350
to
ba91b0f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request check-list
Please make sure to review and check all of these items:
$ tox
pass with this change (including linting)?NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
Please provide a description of the change here.