[#283] Support group conditions #283
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#283
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-s3-gw:feature/support_check_request_by_user_group"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
blocked by TrueCloudLab/policy-engine#38
WIP: [#XX] Test groupto WIP: [#283] Test groupe8317bc431
to3031e0bb5c
3031e0bb5c
to10c0de85a9
10c0de85a9
to7db745a106
WIP: [#283] Test groupto [#283] Test group@ -640,2 +640,3 @@
enabled: false
contract: frostfsid.frostfs
validation:
enabled: false
@ironbee FYI: we've changed default here, so by default validation is going to be disabled, so you don't have to change config for local deployment.
@ -186,3 +186,3 @@
func (s *Server) GetPolicy(_ context.Context, req *control.GetPolicyRequest) (*control.GetPolicyResponse, error) {
s.log.Info(logs.ControlAPIGetPolicy, zap.String("namespace", req.GetBody().GetNamespace()),
zap.String("chainId", req.GetBody().GetChainID()), zap.String("key", hex.EncodeToString(req.Signature.Key)))
zap.String("chainId", string(req.GetBody().GetChainID())), zap.String("key", hex.EncodeToString(req.Signature.Key)))
zap
sanitizes strings and I wonder how it may printchainId
with binary data.Probably we should drop at all logging this id, or log it as hex.
7db745a106
to6509639540
[#283] Test groupto [#283] Support group conditions