cloudfoundry / cloudfoundry/cf-java-client
API to create network policy between application is different space and organization
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
There is no API similar to CLI to create network policy between application across space and organization.
Below is an example of the CLI to do the same:
cf add-network-policy TestApplication --destination-app Gateway-test -s A.02_Test -o CloudIoT --protocol tcp --port 8080
This request is being opened after discussion on the java-client slack channel.
Contributor guide
No contributing guide indexed for this repository
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 locating the Java client APIs corresponding to the CLI command cf add-network-policy and review any related tests or network-policy entry points. The issue provides no file or test names, so first determine how application, space, and organization targets are represented. Done means an API can create the cross-space and cross-organization policy with protocol and port options shown in the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100