Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render: allows functions to access network during pipeline execution #4007

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

droot
Copy link
Contributor

@droot droot commented Jul 17, 2023

With this PR, kpt render supports a commandline flag --allow-network that allows functions to access network during pipeline execution.

# an example
$ kpt fn render --allow-network

Regarding testing: add configuration in the end to end test runner and exercised the new flag in one of the existing tests.

Note that the docs/help text will be added in the follow up PR because docs are merged post the kpt release.

@droot droot requested a review from a team as a code owner July 17, 2023 22:07
@droot droot merged commit 6b84a26 into kptdev:main Jul 18, 2023
16 checks passed
johnbelamaric pushed a commit to mortent/kpt that referenced this pull request Sep 18, 2023
…ptdev#4007)

* render: allows functions to access network during pipeline execution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants