Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.19 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.19 KB

Notary Agent

The Notary Agent component for the Digital Bill of Materials

Table of Contents generated with DocToc

How to Use

Generate Token

With npx command - run npx sigstore token

With Python - Install sigstore-python and run sigstore get-identity-token

API

[WIP] NATS Events for Notary Agent Documentation API-SPECS repository

Configuration

Environment Variable Default Description
SIGSTORE_ID_TOKEN token The SigStore Token
JAEGER_HOST The Jaeger host to send traces to
JAEGER_SAMPLER_PARAM 1 The parameter to pass to the Jaeger sampler
JAEGER_SAMPLER_TYPE const The Jaeger sampler type to use
JAEGER_SERVICE_NAME Database Agent The name of the service passed to Jaeger
JAEGER_AGENT_SIDECAR_ENABLED false Is Jaeger agent sidecar injection enabled

Getting Help

If you have any queries on notary-agent, feel free to reach us on any of our communication channels

If you have questions, concerns, bug reports, etc, please file an issue in this repository's issue tracker.

Getting Involved

Find instructions on how you can contribute in CONTRIBUTING.