Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
code.cloudfoundry.org/go-loggregator/v8
This is a golang client library for Loggregator.
At present, Loggregator supports two API versions: v1 (UDP) and v2 (gRPC). This library provides clients for both versions.
Note that this library is also versioned. Its versions have no relation to the Loggregator API.
This repository should be imported as:
import loggregator "code.cloudfoundry.org/go-loggregator/v8"
To build the examples, cd
into the directory of the example and run go build
Emits envelopes to metron using dropsonde.
Emits envelopes to metron using the V2 loggregator-api.
Required Environment Variables:
CA_CERT_PATH
CERT_PATH
KEY_PATH
Emits information about the running Go proccess using a V2 ingress client.
Required Environment Variables:
CA_CERT_PATH
CERT_PATH
KEY_PATH
Reads envelopes from the Loggregator API (e.g. Reverse Log Proxy).
Required Environment Variables:
CA_CERT_PATH
CERT_PATH
KEY_PATH
LOGS_API_ADDR
SHARD_ID
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.