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

feat: support package nodes in enclave builder ui #2283

Merged
merged 87 commits into from Mar 13, 2024
Merged

feat: support package nodes in enclave builder ui #2283

merged 87 commits into from Mar 13, 2024

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Mar 13, 2024

Description

THIS PR IS A COPY OF THIS PR: #2250

The frontend PR was initially made off the backend PR branch. I merged the backend PR branch to main. Then merged the frontend PR into the backend PR branch. Now merging into main again.

Copy link

gitguardian bot commented Mar 13, 2024

⚠️ GitGuardian has uncovered 39 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9583343 Triggered Generic Password 8c7a419 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 323ac97 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 80ace33 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 908ad7d core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password ccc256b core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 458fd75 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password ccc256b core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 21e4ead core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 0544d1b core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 9109cac core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 21e4ead core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 8c7a419 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 679ed73 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password a4e7031 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password aef291e core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password aef291e core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password ae9f7ce core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 80ace33 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 21e4ead core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password a4e7031 core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 9109cac core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 21e4ead core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 323ac97 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 03a7535 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 3998b57 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 3998b57 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 13a5cba core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 13a5cba core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password d190067 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 13a5cba core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password 13a5cba core/server/api_container/server/startosis_engine/plan_yaml_generator_test.go View secret
9583343 Triggered Generic Password 13a5cba core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password d190067 core/server/api_container/server/startosis_engine/plan.yml View secret
9583343 Triggered Generic Password ec3cf48 core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
9966505 Triggered Generic Password ec3cf48 core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
9966505 Triggered Generic Password ec3cf48 core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
9966505 Triggered Generic Password f69701f core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
9966505 Triggered Generic Password b254a49 core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
9966505 Triggered Generic Password b254a49 core/server/api_container/server/startosis_engine/startosis_interpreter_plan_yaml_test.go View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

tedim52 and others added 2 commits March 13, 2024 15:06
## Description:
This PR adds package nodes to the enclave builder UI. It's based on the
backend work added by @tedim52 in #2177.

### Demo
This demo has two paths - the first one shows how a package can be added
to the enclave builder, and used by a service defined in the builder as
a dependency. The second one shows how two packages can be combined in
the same enclave - allowing connectivity between them at runtime.


https://github.com/kurtosis-tech/kurtosis/assets/4419574/64ed2b91-1565-49ed-841b-c655dd6b28f9

## Is this change user facing?
YES

## References (if applicable):
- Discussion on slack.

---------

Co-authored-by: Tedi Mitiku <tedi.m52@gmail.com>
@tedim52 tedim52 changed the title Tedi/dryrun feat: support package nodes in enclave builder ui Mar 13, 2024
@laurentluce laurentluce self-requested a review March 13, 2024 20:37
@tedim52 tedim52 enabled auto-merge March 13, 2024 20:58
@tedim52 tedim52 added this pull request to the merge queue Mar 13, 2024
Merged via the queue into main with commit 7fa27ed Mar 13, 2024
51 of 52 checks passed
@tedim52 tedim52 deleted the tedi/dryrun branch March 13, 2024 21:14
@tedim52 tedim52 restored the tedi/dryrun branch March 13, 2024 21:20
github-merge-queue bot pushed a commit that referenced this pull request Mar 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.88.6](0.88.5...0.88.6)
(2024-03-13)


### Features

* define `build_args` in `ImageBuildSpec`
([#2257](#2257))
([9812375](9812375))
* generate plan yamls
([#2177](#2177))
([2292010](2292010))
* port guessing based on port number for docker transpiler
([#2281](#2281))
([5c98ce2](5c98ce2))
* support package nodes in enclave builder ui
([#2283](#2283))
([7fa27ed](7fa27ed))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
tedim52 added a commit that referenced this pull request Mar 21, 2024
## Description
THIS PR IS A COPY OF THIS PR:
#2250

The frontend PR was initially made off the backend PR branch. I merged
the backend PR branch to main. Then merged the frontend PR into the
backend PR branch. Now merging into main again.

---------

Co-authored-by: Ben Gazzard <ben@dartoxia.com>
tedim52 pushed a commit that referenced this pull request Mar 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.88.6](0.88.5...0.88.6)
(2024-03-13)


### Features

* define `build_args` in `ImageBuildSpec`
([#2257](#2257))
([9812375](9812375))
* generate plan yamls
([#2177](#2177))
([2292010](806a13e))
* port guessing based on port number for docker transpiler
([#2281](#2281))
([5c98ce2](e20fb32))
* support package nodes in enclave builder ui
([#2283](#2283))
([7fa27ed](3c25691))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
tedim52 added a commit that referenced this pull request Mar 21, 2024
## Description
THIS PR IS A COPY OF THIS PR:
#2250

The frontend PR was initially made off the backend PR branch. I merged
the backend PR branch to main. Then merged the frontend PR into the
backend PR branch. Now merging into main again.

---------

Co-authored-by: Ben Gazzard <ben@dartoxia.com>
tedim52 pushed a commit that referenced this pull request Mar 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.88.6](0.88.5...0.88.6)
(2024-03-13)


### Features

* define `build_args` in `ImageBuildSpec`
([#2257](#2257))
([9812375](9812375))
* generate plan yamls
([#2177](#2177))
([2292010](e157686))
* port guessing based on port number for docker transpiler
([#2281](#2281))
([5c98ce2](3a32230))
* support package nodes in enclave builder ui
([#2283](#2283))
([7fa27ed](0b2395d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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