How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quickstart for Docker

calendar_today December 31, 0000 person domain spiffe

Overview This walkthrough will guide you through the steps needed to set up a running example of a SPIRE Server and SPIRE Agent. Interaction with the Workload API will be simulated via a command line tool. Requirement(s) Git Setup Clone the SPIRE github repo. $ git clone https://github.com/spiffe/spire Docker Setup If you don’t already have Docker installed, please follow these installation instructions. Terminology Term Description spire-server SPIRE Server executable spire-agent SPIRE Agent executable socketPath Unix Domain Socket file path through which workloads connect to Workload API Join Token Nonce generated by the SPIRE Server to attest SPIRE Agents selector A native property of a node or workload Walkthrough Build the development Docker image.

open_in_new Read original post