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

Remove secrets in favor of from_secret #4363

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

6543
Copy link
Member

@6543 6543 commented Nov 11, 2024

should only be merged if #4360 got merged

depend on #4407

@6543 6543 added breaking will break existing installations if no manual action happens pipeline-config related to pipeline config files (.yaml) engine change how the pipeline engine works labels Nov 11, 2024
@anbraten anbraten changed the title Remove secrets in fafour of from_secret Remove secrets in favor of from_secret Nov 12, 2024
@@ -284,7 +284,9 @@ func TestCompilerCompile(t *testing.T) {
Name: "step",
Image: "bash",
Commands: []string{"env"},
Secrets: []string{"missing"},
Environment: yaml_base_types.EnvironmentMap{
"MISSING": map[string]string{"from_secret": "missing"}, // TODO fix!!!
Copy link
Member Author

Choose a reason for hiding this comment

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

fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking will break existing installations if no manual action happens engine change how the pipeline engine works pipeline-config related to pipeline config files (.yaml)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant