forked from spiffe/spiffe.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
39 lines (33 loc) · 1.65 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title = "SPIFFE"
baseURL = "/"
languageCode = "en-us"
pygmentsStyle = "monokai"
pygmentsCodefences = true
canonifyurls = true
googleAnalytics = "UA-99605331-1"
enableGitInfo = true
[blackfriday]
hrefTargetBlank = true
[params]
acronym = "Secure Production Identity Framework for Everyone"
assetintegritychecking = false
githuburl = "https://github.com/spiffe/spiffe.io/tree/master"
[params.home]
acronym = "**S**ecure **P**roduction **I**dentity **F**ramework **f**or **E**veryone"
description = "Inspired by the production infrastructure of Google and others, SPIFFE is a set of open-source standards for securely identifying software systems in dynamic and heterogeneous environments. "
[params.home.whatis]
spiffe = "**SPIFFE**, the Secure Production Identity Framework For Everyone, provides a secure identity, in the form of a specially crafted X.509 certificate, to every workload in a modern production environment. SPIFFE removes the need for application-level authentication and complex network-level ACL configuration. "
spire = "**SPIRE**, the SPIFFE Runtime Environment, is an extensible system that implements the principles embodied in the SPIFFE standards. SPIRE manages platform and workload attestation, provides an API for controlling attestation policies, and coordinates certificate issuance and rotation."
[params.socialmedia]
twitter = "SPIFFEio"
slack = "https://slack.spiffe.io/"
medium = "https://scytale.io/blog/"
github = "https://github.com/spiffe"
stackoverflow = "https://stackoverflow.com/questions/tagged/spiffe"
[params.assets]
js = [
"jquery-3.3.1",
"clipboard-2.0.0",
"anchor-4.1.1",
"app"
]