chrislu
|
94635e9b5c
|
filer: add filer group
|
3 years ago |
guosj
|
8fd7b24b80
|
remove redundant logs & add unit test
|
3 years ago |
guosj
|
893a0eea57
|
add more checks and comments
|
3 years ago |
chrislu
|
bdc4d67de8
|
Revert "Merge pull request #2944 from guo-sj/handle_implicit_username"
This reverts commit bc96e73b8d , reversing
changes made to 88a669dd19 .
|
3 years ago |
chrislu
|
3aa4dc6ad5
|
Revert "fix index out of range"
This reverts commit 4792e07228 .
|
3 years ago |
chrislu
|
4792e07228
|
fix index out of range
|
3 years ago |
guosj
|
a23629b2fe
|
handle implicit username
|
3 years ago |
guosj
|
94ad557d97
|
add missing return
|
3 years ago |
guosj
|
ed07e76f0e
|
add test function
|
3 years ago |
chrislu
|
21e0898631
|
refactor: change masters from a slice to a map
|
3 years ago |
guosj
|
db7766323e
|
complete project code, remain test code
|
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.
|
3 years ago |
Chris Lu
|
00fdab1284
|
adjust client name
|
3 years ago |
Chris Lu
|
f17fa400d5
|
refactoring
|
3 years ago |
Chris Lu
|
006b4ec0f8
|
refactoring
|
3 years ago |
Chris Lu
|
2789d10342
|
go fmt
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
Konstantin Lebedev
|
ec09966fd3
|
Retry save and update IAM identity
https://github.com/chrislusf/seaweedfs/issues/2242
|
3 years ago |
Chris Lu
|
3d624d1e16
|
rename
|
4 years ago |
Chris Lu
|
8b382a8209
|
refactor
|
4 years ago |
Chris Lu
|
33b87244ef
|
refactoring
|
4 years ago |
Konstantin Lebedev
|
39f636c682
|
iam ListAccessKeys filtred by username
|
4 years ago |
Konstantin Lebedev
|
5021bea698
|
GetUserPolicy
|
4 years ago |
Konstantin Lebedev
|
ba175f81b5
|
add auth aws signV4
|
4 years ago |
Konstantin Lebedev
|
995ae91007
|
add DeleteUserPolicy
|
4 years ago |
Konstantin Lebedev
|
ed79baa30f
|
add tests
|
4 years ago |
Konstantin Lebedev
|
8a95f9c10c
|
iam GetUser
|
4 years ago |
Konstantin Lebedev
|
40938d6a47
|
SaveInsideFiler S3 Configuration
|
4 years ago |
Konstantin Lebedev
|
9f26f2815c
|
SaveAs S3 Configuration
|
4 years ago |
Konstantin Lebedev
|
82b0463fac
|
handler PutUserPolicy
https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html
|
4 years ago |
Konstantin Lebedev
|
d7719d0542
|
base handlers
|
4 years ago |
Konstantin Lebedev
|
03c7953254
|
init Iam Api Server
|
4 years ago |