Chris Lu
|
69553e5ba6
|
convert error fromating to %w everywhere (#6995)
|
1 week ago |
Chris Lu
|
7cb1ca1308
|
Add policy engine (#6970)
|
2 weeks ago |
Chris Lu
|
1db7c2b8aa
|
Add credential storage (#6938)
* add credential store interface
* load credential.toml
* lint
* create credentialManager with explicit store type
* add type name
* InitializeCredentialManager
* remove unused functions
* fix missing import
* fix import
* fix nil configuration
|
3 weeks ago |
Konstantin Lebedev
|
5ffacbb6ea
|
refactor all methods strings to const (#5726)
|
1 year ago |
chrislu
|
cf28108ea4
|
fix grpd dial option
|
2 years ago |
Nico D'Cotta
|
796b7508f3
|
Implement SRV lookups for filer (#4767)
|
2 years ago |
chrislu
|
81fdf3651b
|
grpc connection to filer add sw-client-id header
|
3 years ago |
Ryan Russell
|
d54eb9966f
|
refactor: `Directory` readability (#3665)
|
3 years ago |
chrislu
|
26dbc6c905
|
move to https://github.com/seaweedfs/seaweedfs
|
3 years ago |
chrislu
|
68065128b8
|
add dc and rack
|
3 years ago |
guosj
|
5b3192344d
|
fix iam CreatePolicy error
|
3 years ago |
chrislu
|
9f20d3ebd1
|
add dc and rack
|
3 years ago |
chrislu
|
94635e9b5c
|
filer: add filer group
|
3 years ago |
chrislu
|
21e0898631
|
refactor: change masters from a slice to a map
|
3 years ago |
chrislu
|
9f9ef1340c
|
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
|
4 years ago |
Chris Lu
|
00fdab1284
|
adjust client name
|
4 years ago |
Chris Lu
|
2789d10342
|
go fmt
|
4 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
4 years ago |
Konstantin Lebedev
|
ec09966fd3
|
Retry save and update IAM identity
https://github.com/chrislusf/seaweedfs/issues/2242
|
4 years ago |
Chris Lu
|
3d624d1e16
|
rename
|
4 years ago |
Chris Lu
|
8b382a8209
|
refactor
|
4 years ago |
Konstantin Lebedev
|
5021bea698
|
GetUserPolicy
|
4 years ago |
Konstantin Lebedev
|
ba175f81b5
|
add auth aws signV4
|
4 years ago |
Konstantin Lebedev
|
ed79baa30f
|
add tests
|
4 years ago |
Konstantin Lebedev
|
03c7953254
|
init Iam Api Server
|
5 years ago |