generated from TrueCloudLab/basic
Add validating util for target names #26
Labels
No labels
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/policy-engine#26
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
It would be very useful if a target name was checked for pattern matching.
Let's consider a target name
native:object//LxGyWyLAezAkMi/*
(meansResourceFormatRootContainerObjects
) - it would be correct to check if the name is valid before adding it to local override storageShould we also add the similar check for s3 resources?
I think - yes, we should but this can be perfomed optionally. We rather need to check the pattern matching before adding local overrides to local db in ffs-node