Skip to content

Commit

Permalink
added monitor for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
3goats committed Mar 16, 2024
1 parent d61912c commit 6b5c25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && python3 -m bash_kernel.install && printf 'TLSPC_API_KEY={PASTE API KEY}\nVTOKEN={PASTE TOKEN KEY}\n' > .env"
"postCreateCommand": "pip3 install --user -r requirements.txt && python3 -m bash_kernel.install && printf 'TLSPC_API_KEY={PASTE API KEY}\nVTOKEN={PASTE TOKEN KEY}\n' > .env && touch ./config/config.yaml && touch ./config/private-key.pem"

// Configure tool-specific properties.
// "customizations": {},
Expand Down
47 changes: 2 additions & 45 deletions config/general-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,61 +26,18 @@ server:
- http://jwt-this.example:8000/.well-known/jwks.json
authorization:
configuration: Basic Demo

policies:
- name: Basic Demo
subject:
commonName:
type: OPTIONAL
allowedValues:
- ^.*\.vena\.fi
maxOccurrences: 1
organization:
type: LOCKED
defaultValues:
- Venafi, Inc.
organizationalUnit:
type: IGNORED
locality:
type: OPTIONAL
allowedValues:
- Sofia
- London
defaultValues:
- Sofia
maxOccurrences: 1
stateOrProvince:
type: IGNORED
country:
type: REQUIRED
allowedValues:
- BG
- GB
minOccurrences: 1
maxOccurrences: 1
sans:
dnsNames:
type: REQUIRED
allowedValues:
- ^.*\.vena\.fi
minOccurrences: 1
maxOccurrences: 10
ipAddresses:
type: FORBIDDEN
rfc822Names:
type: IGNORED
uniformResourceIdentifiers:
type: FORBIDDEN
keyUsages:
- digitalSignature
- keyEncipherment
extendedKeyUsages:
- SERVER_AUTH
- CLIENT_AUTH
keyAlgorithm:
allowedValues:
- EC_P256
- EC_P384
- EC_P521
defaultValue: EC_P256
signatureAlgorithm: EC_DSA_WITH_SHA256
validityPeriod: P90D
validityPeriod: P7D

0 comments on commit 6b5c25c

Please sign in to comment.