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

Support secured communication between agents and collector #8128

Closed
koo-taejin opened this issue Aug 18, 2021 · 1 comment
Closed

Support secured communication between agents and collector #8128

koo-taejin opened this issue Aug 18, 2021 · 1 comment

Comments

@koo-taejin
Copy link
Member

description

Support secured communication between agents and collector

@koo-taejin koo-taejin added this to the 2.3.1 milestone Aug 18, 2021
@koo-taejin koo-taejin self-assigned this Aug 18, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 18, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 24, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 26, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 27, 2021
koo-taejin added a commit that referenced this issue Aug 27, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 30, 2021
If there is a file in the jar, the FIle class cannot be loaded, so it changes to a URL.
koo-taejin added a commit that referenced this issue Aug 30, 2021
If there is a file in the jar, the FIle class cannot be loaded, so it changes to a URL.
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 31, 2021
emeroad added a commit to emeroad/pinpoint that referenced this issue Aug 31, 2021
emeroad added a commit that referenced this issue Aug 31, 2021
koo-taejin added a commit to koo-taejin/pinpoint that referenced this issue Aug 31, 2021
koo-taejin added a commit that referenced this issue Sep 2, 2021
@koo-taejin
Copy link
Member Author

Configuration

  • collector
### For ssl config
collector.receiver.grpc.ssl.enable=false
# please choose openssl/jdk
collector.receiver.grpc.ssl.provider_type=jdk
# please insert .pem file path
# (prefix for claspath = claspath:, prefix for absoulute path = file:)
collector.receiver.grpc.ssl.key_file_path=
# please insert .crt file path
# (prefix for claspath = claspath:, prefix for absoulute path = file:)
collector.receiver.grpc.ssl.key_cert_file_path=

# Agent
collector.receiver.grpc.agent.ssl.enable=false
collector.receiver.grpc.agent.ssl.bindaddress.ip=0.0.0.0
collector.receiver.grpc.agent.ssl.bindaddress.port=9441

# Stat
collector.receiver.grpc.stat.ssl.enable=false
collector.receiver.grpc.stat.ssl.bindaddress.ip=0.0.0.0
collector.receiver.grpc.stat.ssl.bindaddress.port=9442

# Span
collector.receiver.grpc.span.ssl.enable=false
collector.receiver.grpc.span.ssl.bindaddress.ip=0.0.0.0
collector.receiver.grpc.span.ssl.bindaddress.port=9443
  • agent
# Grpc Tls
profiler.transport.grpc.ssl.enable=false
# openssl or jdk (jdk requires 1.9 or above)
profiler.transport.grpc.ssl.provider.type=jdk
# please insert .crt file path (If empty, default Root CA certificates will be used.(generally, from JAVA_HOME/lib/cacerts))
# (prefix for claspath = claspath:, prefix for absoulute path = file:)
profiler.transport.grpc.ssl.trust.cert.file.path=

profiler.transport.grpc.agent.ssl.enable=false
profiler.transport.grpc.metadata.ssl.enable=false
profiler.transport.grpc.stat.ssl.enable=false
profiler.transport.grpc.span.ssl.enable=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant