Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Add envsec provider field in jetconfig DEV-1229#9

Merged
LucilleH merged 2 commits intomainfrom
lucille--envsec-jetconfig
Nov 7, 2022
Merged

Add envsec provider field in jetconfig DEV-1229#9
LucilleH merged 2 commits intomainfrom
lucille--envsec-jetconfig

Conversation

@LucilleH
Copy link
Copy Markdown

@LucilleH LucilleH commented Nov 7, 2022

Summary

Upon invoking launchpad env for the first time, envsec field will be inserted in launchpad.yaml

Screen Shot 2022-11-07 at 11 05 06 AM

How was it tested?

launchpad env ls

Is this change backwards-compatible?

Yes

@LucilleH LucilleH requested review from ipince and mikeland73 November 7, 2022 19:07
@LucilleH LucilleH changed the title Add envsec provider field in jetconfig Add envsec provider field in jetconfig DEV-1229 Nov 7, 2022
Comment thread padcli/command/env.go Outdated
if err != nil {
return nil, errors.WithStack(err)
}
fmt.Println("We have updated your project's launchpad.yaml. Please commit that to your repository.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

use jetlog

Comment thread padcli/jetconfig/jetconfig.go Outdated
"gopkg.in/yaml.v3"
)

const DefaultEnvsecProvider = "jetpack"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit, rename to JetpackEnvsecProvider

@LucilleH LucilleH merged commit b1405ed into main Nov 7, 2022
@LucilleH LucilleH deleted the lucille--envsec-jetconfig branch November 7, 2022 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants