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

cli: don't try to download era config if --insecure flag is set #721

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

daniel-weisse
Copy link
Member

The CLI was trying to download the era config file from GitHub, even when the --insecure flag was set.
Since that flag overrides attestation to not use any values from the era config file, we shouldn't try to download it in the first place.

Proposed changes

  • Skip download of era config if --insecure flag is set

Copy link

netlify bot commented Sep 9, 2024

Deploy Preview for marblerun-docs canceled.

Name Link
🔨 Latest commit 3540fa7
🔍 Latest deploy log https://app.netlify.com/sites/marblerun-docs/deploys/66dee56b3975a80008cfe8da

@daniel-weisse daniel-weisse merged commit 564f99b into master Sep 9, 2024
8 checks passed
@daniel-weisse daniel-weisse deleted the dw/fix/cli-era-on-insecure branch September 9, 2024 14:22
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.

2 participants