node: Add APE
chains to Bearer
token #1157
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1157
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "acid-ant/frostfs-node:feature/bearer-token-ape"
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?
Signed-off-by: Anton Nikiforov an.nikiforov@yadro.com
1ab3313199
toe098554c4c
e098554c4c
to243c09aaf8
Test case:
APE
override forBearer
tokenBearer
token and signdeny
ruleWIP: Addto node: AddAPE
chains toBearer
tokenAPE
chains toBearer
token@ -41,3 +49,4 @@
func init() {
createCmd.Flags().StringP(eaclFlag, "e", "", "Path to the extended ACL table (mutually exclusive with --impersonate flag)")
createCmd.Flags().StringP(apeFlag, "a", "", "Path to the JSON-encoded APE override (mutually exclusive with --impersonate flag)")
mutually exclusive with --impersonate and --eacl flags
Fxied.
@ -2,6 +2,8 @@ module git.frostfs.info/TrueCloudLab/frostfs-node
go 1.21
replace git.frostfs.info/TrueCloudLab/frostfs-sdk-go => git.frostfs.info/acid-ant/frostfs-sdk-go v0.0.0-20240604071707-21f327e8dc64
debugee
Removed.
243c09aaf8
to68d8761b24
@ -0,0 +28,4 @@
outputFlag = "output"
)
var genereateAPEOverrideCmd = &cobra.Command{
Typo in
genereateAPEOverrideCmd
Fixed.
68d8761b24
to0838b108b5
0838b108b5
toa2b8832010
a2b8832010
to1589b2e7bd