cloudfoundry / cloudfoundry/stratos
support for network policies
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
Frontend Deployment type
- [X ] Cloud Foundry Application (cf push)
- Kubernetes, using a helm chart
- Docker, single container deploying all components
- npm run start
- Other (please specify below)
Backend (Jet Stream) Deployment type
- [X ] Cloud Foundry Application (cf push)
- Kubernetes, using a helm chart
- Docker, single container deploying all components
- Other (please specify below)
Detailed Description
support for configuring and displaying network policies.
Context
this is useful for auditors or people unfamiliar with the CLI to get a quick view of network policies for C2C networking, and possible edit them.
Possible Implementation
implement a networks tab that has this detail (the T is for trash/delete)
+-------------------------------------------------------------------------------+---+
| Source App | Destination App | Protocol | Port(s) | T |
+-------------------------------------------------------------------------------+---+
| App a | App b | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
| App a | App c | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
| App b | App a | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
| App b | App c | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
| App c | App a | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
| App c | App b | tcp | 8080 | |
+-------------------------------------------------------------------------------+---+
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
The issue names no files, tests, or entry points. Start by reviewing the proposed networks-tab requirements and the Cloud Foundry deployment context, then define the supported policy fields and editing behavior. Done means network policies can be configured, displayed, and potentially deleted as described, with appropriate validation and coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, cloud, typescript
- Domain
- cloud, frontend, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100