-
Notifications
You must be signed in to change notification settings - Fork 676
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
NOISSUE - Add Redis Cache For SpiceDB #2239
Closed
Closed
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
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
9 times, most recently
from
May 16, 2024 09:33
74e7614
to
2d7a24d
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
5 times, most recently
from
May 24, 2024 08:26
8cc4456
to
faff4a4
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
6 times, most recently
from
June 12, 2024 10:00
2832853
to
9458c32
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
June 12, 2024 12:21
9458c32
to
45b66c1
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
3 times, most recently
from
June 18, 2024 09:13
d2a96d0
to
c188992
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
5 times, most recently
from
June 24, 2024 17:42
ebde9c4
to
5e146fa
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
2 times, most recently
from
June 26, 2024 13:23
469409d
to
dae32fb
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
3 times, most recently
from
June 28, 2024 10:51
c0cb67d
to
c9f8213
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
July 5, 2024 06:37
c9f8213
to
a243a79
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
July 15, 2024 19:09
a243a79
to
3aa29c9
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
August 6, 2024 09:11
3aa29c9
to
22d3bea
Compare
dborovcanin
force-pushed
the
noissue-cache-policies
branch
from
August 14, 2024 11:51
22d3bea
to
3c9951b
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
August 27, 2024 07:00
3c9951b
to
c4022bc
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
2 times, most recently
from
September 22, 2024 14:52
c9cb220
to
bc79284
Compare
dborovcanin
force-pushed
the
noissue-cache-policies
branch
from
October 7, 2024 08:51
bc79284
to
fb7b67c
Compare
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
October 7, 2024 09:31
81b121e
to
d486cb4
Compare
Cache policies when the first authorization request happens and delete them when removing policies Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]>
Signed-off-by: Rodney Osodo <[email protected]> Signed-off-by: Rodney Osodo <[email protected]>
rodneyosodo
force-pushed
the
noissue-cache-policies
branch
from
October 15, 2024 07:58
d486cb4
to
8fca4a2
Compare
Let's put this on hold until a new Auth is in place. We will do some Auth caching regardless of SpiceDB, so this PR will probably be closed. |
We will be doing caching differently, and it will be resolved by https://github.com/absmach/magistrala/pull/2494. Closing this one. |
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.
What type of PR is this?
This is a feature PR because it adds policy caching to Redis to make auth calls faster
What does this do?
Cache policies when the first authorization request happens and delete them when removing policies
Which issue(s) does this PR fix/relate to?
No issue
Have you included tests for your changes?
Yes, I have included tests for my changes.
Did you document any new/modified feature?
Yes, I have updated the documentation for the new feature.
Notes