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

Catch up main with updates from brokerpak-topic #7

Merged
merged 21 commits into from
Dec 10, 2024
Merged

Conversation

jameshochadel
Copy link
Contributor

Changes proposed in this pull request:

  • Probably easiest to review by commit, because this updates the trunk branch with several days of updates.
  • The general theme is brokerpak documentation and naming improvements

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 new.

- Required parameters should not have defaults, or user input won't be required
- Defaults for optional parameters can be specified in Terraform, removing some empty default artifacts in the documentation
- The identity domain cannot be updated after creation, so enforce this with `prohibit_update`
@jameshochadel jameshochadel marked this pull request as ready for review October 24, 2024 13:58
@jameshochadel jameshochadel requested a review from a team as a code owner October 24, 2024 13:58
@jameshochadel
Copy link
Contributor Author

Creating this now so I can test the new common pipelines step added in cloud-gov/common-pipelines#142. The PR actually needs some work still. For example, removing the test field I added.

rcgottlieb
rcgottlieb previously approved these changes Oct 24, 2024
@jameshochadel jameshochadel marked this pull request as draft October 24, 2024 14:38
@jameshochadel jameshochadel marked this pull request as ready for review October 24, 2024 14:39
@jameshochadel jameshochadel merged commit 4328653 into main Dec 10, 2024
1 check passed
@jameshochadel jameshochadel deleted the brokerpak-topic branch December 10, 2024 18:15
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.

3 participants