Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Update blobstore package to remove unused port + ssl properties#62882

Merged
willdollman merged 2 commits into
mainfrom
shiva+will/remove-ssl-props
May 24, 2024
Merged

Update blobstore package to remove unused port + ssl properties#62882
willdollman merged 2 commits into
mainfrom
shiva+will/remove-ssl-props

Conversation

@shivasurya

Copy link
Copy Markdown
Contributor
  • How was it PREVIOUSLY?
    The blobstore container exposed port with test ssl keys configured
  • How it will be from NOW on.
    The blobstore will have just the http port (probably 9000) and we disabled the unused port(ssl)

Blobstore container had unused port open configured with test private keys. After investigating about the unused port, we decided to remove config in the image from upstream sourcegraph/s3proxy

Test plan

  • CI 🟢

Additional testing

docker exec -u 0 -it blobstore sh
curl -i -X PUT http://127.0.0.1:9000/create-bucket-test-2022-01-09-attempt0

@willdollman willdollman changed the title Update blobstore image & remove unused port + ssl props Update blobstore package to remove unused port + ssl properties May 24, 2024
@willdollman

Copy link
Copy Markdown
Contributor

I'll merge this now as there's a bit of time pressure to hit the release on monday

@willdollman willdollman merged commit 7da1d12 into main May 24, 2024
@willdollman willdollman deleted the shiva+will/remove-ssl-props branch May 24, 2024 09:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants