Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Provides agent and server plugins for SPIRE to allow Tailscale node attestation.

License

NotificationsYou must be signed in to change notification settings

jsiebens/spire-tailscale-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ this node attestation plugin relies on a Tailscale OIDC id-token feature, which is marked as Work-in-Progress and may not be available for everyone yet.

This repository contains agent and server plugins forSPIRE to allowTailscale node attestation.

Quick Start

Before starting, create a running SPIRE deployment and add the following configuration to the agent and server.The agents should be running on a Tailscale node, with version>= 1.24.0.

Agent Configuration

NodeAttestor"tailscale" {plugin_cmd="/path/to/plugin_cmd"plugin_checksum="sha256 of the plugin binary"plugin_data {domain_allow_list=["example.com" ]  }}

Server Configuration

NodeAttestor"tailscale" {plugin_cmd="/path/to/plugin_cmd"plugin_checksum="sha256 of the plugin binary"plugin_data {  }}

How it Works

This plugin automatically attests instances using the Tailscale OIDC Token (a Tailscale feature still in WIP), and operates as follows:

  1. Agent fetches a Tailscale OIDC token from the localtailscaled agent
  2. Agent sends the token to the server
  3. Server validates the token.
  4. Server creates a SPIFFE ID in the form ofspiffe://<trust_domain>/spire/agent/tailscale/<hostname>
  5. All done!

About

Provides agent and server plugins for SPIRE to allow Tailscale node attestation.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp