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

[envsec] Ensure build environment is the same #1703

Merged
merged 3 commits into from
Jan 5, 2024
Merged

Conversation

mikeland73
Copy link
Contributor

Summary

This is combined with jetify-com/opensource#251 to ensure devbox and envsec environments are always the same.

Otherwise, when using dev devbox, it will install a prod envsec and environments won't match which causes issues because dev environment uses a different authentication issuer so keys are not compatible.

How was it tested?

@mikeland73 mikeland73 requested review from loreto and savil January 5, 2024 19:34
@@ -40,16 +41,20 @@ func (d *Devbox) addDevboxUtilityPackage(ctx context.Context, pkg string) error
// process-compose, etc
func (d *Devbox) addUtilitiesToPath(
ctx context.Context,
path string,
) (string, error) {
env map[string]string,
Copy link
Collaborator

Choose a reason for hiding this comment

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

update the function comment to match the new function name?

@mikeland73 mikeland73 merged commit dc390b4 into main Jan 5, 2024
3 checks passed
@mikeland73 mikeland73 deleted the landau/sync-versions branch January 5, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants