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

chore: Add decrypt to build site params #465

Merged
merged 1 commit into from
May 15, 2024
Merged

Conversation

apburnes
Copy link
Contributor

Related to cloud-gov/pages-core#4464

Changes proposed in this pull request:

  • Decrypts site build params sent from pages-core job
  • Adds new user provided service to build container for shared encryption key

security considerations

Adds decryption of params

@apburnes apburnes force-pushed the chore-decrypt-params branch 3 times, most recently from 7a999fc to 4e83217 Compare May 14, 2024 18:03
@apburnes apburnes force-pushed the chore-decrypt-params branch from 4e83217 to 7d7b17e Compare May 14, 2024 23:00
@apburnes apburnes requested a review from a team May 14, 2024 23:27

space = vcap_application['space_name']

encryption_ups = next(
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a realistic possibility that a matching service might not be found?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not really. We couple the service with the deployment and there would be a deploy error if the service didn't connect.

Copy link
Contributor

@svenaas svenaas left a comment

Choose a reason for hiding this comment

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

All right then!

@apburnes apburnes merged commit 206740e into staging May 15, 2024
6 checks passed
@apburnes apburnes deleted the chore-decrypt-params branch May 15, 2024 15:59
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