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

Reduce size of dependencies by 5x #256

Closed
wants to merge 1 commit into from

Conversation

howardjohn
Copy link

See additional info in #255

This is essentially a partial revert of #242

Signed-off-by: John Howard <howardjohn@google.com>
@howardjohn
Copy link
Author

I don't think I can get the tests passing - go mod tidy behavior has changed since go 1.11/1.12 but its expecting the result to be identical across all versions

@brian-brazil
Copy link
Contributor

This needs discussion in #255 first, a change like this will generally only be considered if it's causing a problem for something in the Prometheus repo as these are internal libraries which we do not support depending on directly.

@roidelapluie
Copy link
Member

It sounds like an issue in go-kit, not in common.

@howardjohn
Copy link
Author

Closing due to conversation in #255 and since it doesn't seem like this is moving forward

@howardjohn howardjohn closed this Dec 2, 2020
alanprot pushed a commit to alanprot/common that referenced this pull request Mar 15, 2023
* Server: allow config of TLS cipher suites and min version

Add a single parameter for each, not split across HTTP and gRPC.

Required change upstream - prometheus/exporter-toolkit#110.

Downstream projects rely on CLI parameters to generate docstrings,
so we add `--server.tls-cipher-suites` and `--server.tls-min-version`.
Both CLI and yaml require comma-separated lists of cipher suites,
which is different to the yaml array format supported by prometheus/exporter-toolkit.

The names accepted are from Go, listed here: https://pkg.go.dev/crypto/tls#pkg-constants

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
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.

None yet

3 participants