-
Notifications
You must be signed in to change notification settings - Fork 13
chore: [SVLS-6279] fips-flavored builds #556
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
Merged
apiarian-datadog
merged 35 commits into
main
from
aleksandr.pasechnik/svls-6279-try-fips-build
Mar 20, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4caefd7
chore: [SVLS-6279] fips-flavored builds
apiarian-datadog f2c87e1
chore: wire up go fips compile
apiarian-datadog aa060c2
chore: fips layer builds, too
apiarian-datadog d6e7d1e
chore: [SVLS-6279] itar checking script
apiarian-datadog 1eb76f0
Revert "chore: [SVLS-6279] itar checking script"
apiarian-datadog b48b66f
chore: [SVLS-6279] make publish_layer(s).sh a bit more reusable
apiarian-datadog e669ec9
chore: [SVLS-6279] layer package
apiarian-datadog 9313fa9
chore: [SVLS-6279] a new publish_govcloud_layers.sh script
apiarian-datadog c56a868
chore: [SVLS-6279] fix some typos
apiarian-datadog eac2416
chore: [SVLS-6279] we expect no goboring for non fips builds
apiarian-datadog 7820a79
chore: [SVLS-6279] make sure we are fipsing correctly
apiarian-datadog 6c6ae73
chore: [SVLS-6279] parametrize and adjust max layer sizes
apiarian-datadog c5f688c
chore: [SVLS-6279] fix build_private_image.sh
apiarian-datadog de115ec
chore: [SVLS-6279] rename WORKFLOW_LAYER_SUFFIX to PIPELINE_LAYER_SUFFIX
apiarian-datadog 1471b5b
chore: [SVLS-6279] rename add_permissions to add_layer_version_permis…
apiarian-datadog b26c7c4
chore: [SVLS-6279] mb layer size for convenience
apiarian-datadog 4fc95a3
Revert "chore: [SVLS-6279] mb layer size for convenience"
apiarian-datadog 3706f68
chore: [SVLS-6279] fix layer size limits
apiarian-datadog 6f93f75
chore: [SVLS-6279] fix typos
apiarian-datadog 645e193
chore: [SVLS-6279] production artifacts expire in a day instead of an…
apiarian-datadog c6f971d
chore: fix bottlecap compilex
apiarian-datadog c1304e5
chore: remove role examples
apiarian-datadog 59cb8bc
chore: we do not have a staging environment
apiarian-datadog 354514c
chore: environments make more sense as objects instead of a list
apiarian-datadog 4f640be
chore: simplify layer bundling
apiarian-datadog 121165c
chore: get rid of most of the environment loops
apiarian-datadog 16b0dc4
chore: do cargo fmt, check, and clippy only once
apiarian-datadog 71c1f73
chore: we do not push fips layers from gitlab but we do check their size
apiarian-datadog 4f8da9f
chore: separate layer signing from layer publishing
apiarian-datadog 597c330
chore: fix typo
apiarian-datadog b4396e5
chore: fix lyaer size limits
apiarian-datadog 85666ec
chore: address review comments
apiarian-datadog a83f4e8
chore: expand signed artifacts to 1 week
apiarian-datadog b46e0e8
chore: better VERSION handling for publishing layers
apiarian-datadog 0e4b85d
chore: use the main branch now that datadog-agent#33799 is merged
apiarian-datadog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
environments: | ||
- name: sandbox | ||
sandbox: | ||
external_id: sandbox-publish-externalid | ||
role_to_assume: sandbox-layer-deployer | ||
account: 425362996713 | ||
- name: prod | ||
add_layer_version_permissions: 0 | ||
automatically_bump_version: 1 | ||
prod: | ||
external_id: prod-publish-externalid | ||
role_to_assume: dd-serverless-layer-deployer-role | ||
account: 464622532012 | ||
add_layer_version_permissions: 1 | ||
automatically_bump_version: 0 | ||
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.