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

chore(pg proxy): update cloud cert #2272

Merged
merged 1 commit into from
Dec 18, 2023
Merged

chore(pg proxy): update cloud cert #2272

merged 1 commit into from
Dec 18, 2023

Conversation

greyscaled
Copy link
Contributor

@greyscaled greyscaled commented Dec 15, 2023

This removes extraneous cert generation for pg proxy. The test was updated to use certs with the ED25519 algorithm. I didn't feel it was important enough to source control cert generation, since there's no need to rotate these in tests. For posterity, I used:

openssl genpkey -out key.pem -algorithm ED25519
openssl x509 -new -key key.pem -subj "/C=US/ST=Texas/L=Austin/O=GlareDB/OU=Engineering/CN=glaredb.com"

Resolves: #2270

Dockerfile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
@greyscaled greyscaled self-assigned this Dec 15, 2023
@greyscaled greyscaled requested a review from scsmithr December 15, 2023 22:17
Dr/IzcLC/pyEmx7spkPfvxebtY64kdFh8qyl9iWZLO9wrpaWY1vV41sjZ1F41AgY
KaRWGJhHwhyDcYzelsn0Ew2LdB7WfFQZfZe9EHJTj7bd6y6AbkduZ31oebXYlOzo
1DkrU2K5aMlVF/vExWpfChk=
MIIBkzCCAUUCFGipMcv8Oq6O89V+OkbybaF4q3XaMAUGAytlcDBsMQswCQYDVQQG
Copy link
Contributor

Choose a reason for hiding this comment

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

what kind of certificate is this? and where did it come from (I know it's in a test)

Copy link
Contributor

Choose a reason for hiding this comment

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

oh I see.

@greyscaled greyscaled enabled auto-merge (squash) December 18, 2023 14:52
@greyscaled greyscaled merged commit 77e39c6 into main Dec 18, 2023
10 checks passed
@greyscaled greyscaled deleted the grey/pg-cert branch December 18, 2023 15:55
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.

Chore: update pgsrv cloud cert
3 participants