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

Add the make secrets/touch command to ensure all secret files exist. #1

Merged
merged 6 commits into from
Apr 8, 2022

Conversation

ebensh
Copy link
Collaborator

@ebensh ebensh commented Apr 6, 2022

Tested: Ran the command, confirmed secrets created (./fleet-manager serve didn't complain about missing secrets)

Seemingly unrelated tidying is to fix the lint and test presubmits (reorder dependencies, bump dependency for linting openapi section of code, etc.)

@@ -450,6 +451,36 @@ test/run: image/build/test
docker run -u $(shell id -u) --net=host -p 9876:9876 -i "$(test_image)"
.PHONY: test/run

# Touch all necessary secret files for fleet manager to start up
secrets/touch:
Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

@ebensh ebensh merged commit c85b5b2 into main Apr 8, 2022
@ebensh ebensh deleted the evan/add-make-empty-secrets branch April 8, 2022 13:50
rhybrillou added a commit that referenced this pull request Sep 20, 2023
rhybrillou added a commit that referenced this pull request Oct 2, 2023
rhybrillou added a commit that referenced this pull request Oct 13, 2023
rhybrillou added a commit that referenced this pull request Oct 19, 2023
rhybrillou added a commit that referenced this pull request Oct 19, 2023
rhybrillou added a commit that referenced this pull request Nov 2, 2023
rhybrillou added a commit that referenced this pull request Nov 2, 2023
rhybrillou added a commit that referenced this pull request Nov 3, 2023
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