Open
Conversation
5eef4be to
8b59995
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
eda8219 to
4685214
Compare
4685214 to
a4b3f44
Compare
a4b3f44 to
5d4a78e
Compare
5c0434d to
be2e554
Compare
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
be2e554 to
89a4641
Compare
b21f362 to
e7820f1
Compare
8c05dac to
4a6edc9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit heavily refactors the StreamFlow Helm chart to simplify its deployment on top of Kubernetes clusters.
In addition, this commit adds a
networkPolicyflag to control the behaviour of CWLDockerRequirementobjects into KubernetesPoditems. Normally, the CWLNetworkAccessrequirement is enforced through KubernetesNetworkPolicyobjects. However,NetworkPolicyobjects regulate the network security inside a cluster, and giving the StreamFlowPodpermissions to create/delete them may result in unwanted security flaws. ThenetworkPolicyoption can be set toFalseto ignore the CWLNetworkAccessenforcement in such cases.