integrity-v2

command module
v1.0.0-beta Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2024 License: MIT Imports: 18 Imported by: 0

README

integrity-v2

The monorepo for Starling Lab's new integrity pipeline.

⚠️ STILL IN DEVELOPMENT ⚠️

Compilation

All software is written in Go, and uses just for building. Only running on Linux is supported. Go versions older than 1.22 are not supported.

Run just or just standalone to build a standalone busybox-style binary that contains all the tools. Run just build <toolname> to build a specific tool, for example just build dummy. All binaries are stored inside the build directory.

Running

Please see example_config.toml for an example config file to use. The default path for this config is /etc/integrity-v2/config.toml, but it can live anywhere.

Environment variables, for configuration outside of the config file:

  • INTEGRITY_CONFIG_PATH: path to config file if not at the default path. Note any file named integrity-v2.toml in the current directory will automatically be checked as well if the default path doesn't exist.
  • JWT_SECRET: set the JWT secret for web services like the webhook
  • TMPDIR: set the directory for temporary files, /var/tmp by default

Further instructions on running the software will be added in the future.

Contributing

See main.go and dummy/ for an example of how to add a CLI tool.

License

This project is available under the MIT license. See LICENSE for details.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package aa provides Go functions to access the Authenticated Attributes API.
Package aa provides Go functions to access the Authenticated Attributes API.
cmd command
cid
cmd command
cmd command
cmd command
cmd command
cmd command
cmd command
get
cmd command
preprocessor
common
common contains common types and functions shared across multiple preprocessors.
common contains common types and functions shared across multiple preprocessors.
folder/cmd command
cmd command
cmd command
cmd command
set
cmd command
cmd command
cmd command
cmd command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL