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

Build a custom csb image with a (near) empty brokerpak #1

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

jameshochadel
Copy link
Contributor

Changes proposed in this pull request:

Instead of figuring out how to pull the brokerpaks into the cloud-service-broker docker build environment, this repo will build on top of that image with our customizations.

Like all other images, this will be built by common-pipelines. For future iteration, I'll work from a topic branch in this repo.

Related to cloud-gov/product#2943

Things to check

  • For any logging statements, is there any chance that they could be logging sensitive data?
  • Are log statements using a logging library with a logging level set? Setting a logging level means that log statements "below" that level will not be written to the output. For example, if the logging level is set to INFO and debugging statements are written with log.debug or similar, then they won't be written to the otput, which can prevent unintentional leaks of sensitive data.

Security considerations

None.

Instead of figuring out how to pull the brokerpaks into the cloud-service-broker docker build environment, this repo will build on top of that image with our customizations.

Related to cloud-gov/product#2943
@@ -0,0 +1,101 @@
version: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we going to permanently leave this brokerpak in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, this is a test one to try to get the broker deploying. Real paks soon to come!

@jameshochadel jameshochadel merged commit 9071570 into main Mar 22, 2024
1 check passed
@jameshochadel jameshochadel deleted the empty-brokerpak branch March 22, 2024 14:07
jameshochadel added a commit to cloud-gov/terraform-provision that referenced this pull request Mar 22, 2024
Also sort alphabetically and add trailing comma to facilitate sorting

Related to:

cloud-gov/csb#1
cloud-gov/product#2943
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.

2 participants