PaloAltoNetworks / PaloAltoNetworks/pan-os-codegen
Create gosdk level locking mechanism for resources that share xpaths
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 19
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
#204 introduced per-location locks for importing-related operations. This mechanism has to be made generic and expanded to support more cases: multiple operations within a shared config xpath, "nested resources" (e.g. interfaces and subinterfaces).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the per-location locking mechanism introduced in #204 and trace how importing-related operations currently use it. Map the shared config xpath and nested-resource cases described in the issue; done means a generic gosdk mechanism supports multiple operations on shared xpaths as well as resources such as interfaces and subinterfaces.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100