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

269770 create blank repository #12

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Conversation

feedmypixel
Copy link
Contributor

@feedmypixel feedmypixel commented Dec 4, 2023

Mongo__DatabaseUri: 'mongodb://127.0.0.1:27017',
AzureAd__Instance: 'http://localhost:3939/',
AzureAd__RequireHttpsMetadata: 'false',
Github__AppKey: '<OBTAIN_FROM_ANOTHER_DEV>',
Copy link
Contributor

Choose a reason for hiding this comment

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

wonder if we could generate a valid (but useless) key via openssl or something. it only needs to be good enough the code parses it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah I was gonna just add the one you provided but thought this may set @philhendren 🚨off

Copy link
Contributor

Choose a reason for hiding this comment

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

This might do it:

ssh-keygen -t rsa -b 4096 -m PEM -f /tmp/mock.key -q -P "" && cat /tmp/mock.key | base64 -w0

@feedmypixel feedmypixel merged commit e50a5a8 into main Dec 5, 2023
2 checks passed
@feedmypixel feedmypixel deleted the 269770-create-blank-repository branch December 5, 2023 11:04
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