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

Fips endpoint #618

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases/pipeline.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
region: <%= aws_region %>
bucket_name: <%= release_blobstore_bucket %>
credentials_source: env_or_profile
host: <%= aws_s3_endpoint %>
server_side_encryption: AES256
- in_parallel:
- put: <%= release['name'] %>-release-tarball
Expand Down
1 change: 1 addition & 0 deletions releases/releases.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
bosh_release_bucket: cloud-gov-bosh-releases
release_blobstore_bucket: cloud-gov-release-blobstore
aws_region: us-gov-west-1
aws_s3_endpoint: s3-fips.us-gov-west-1.amazonaws.com

releases:
- name: fisma-jammy
Expand Down