pomerium/pkg/storage
Kenneth Jenkins 4f648e9ac1
databroker: remove redis storage backend (#4699)
Remove the Redis databroker backend. According to
https://www.pomerium.com/docs/internals/data-storage#redis it has been
discouraged since Pomerium v0.18.

Update the config options validation to return an error if "redis" is 
set as the databroker storage backend type.
2023-11-02 11:53:25 -07:00
..
inmemory storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
postgres core/grpc: fix deprecated protobuf package, remove tools (#4643) 2023-10-26 11:38:54 -06:00
storagetest storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
cache.go authorize: use query instead of sync for databroker data (#3377) 2022-06-01 15:40:07 -06:00
cache_test.go authorize: use query instead of sync for databroker data (#3377) 2022-06-01 15:40:07 -06:00
filter.go
filter_test.go
index.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
index_test.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
patch.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
patch_test.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
querier.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
storage.go databroker: add list types method (#3937) 2023-02-03 13:16:28 -07:00
storage_test.go
stream.go
stream_filter.go
stream_filter_test.go