Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update example config file (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dio Gado authored Aug 11, 2020
1 parent 4544e42 commit ed88768
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions authenticator/approzium.config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# host: 127.0.0.0
# httpport: 6000
# grpcport: 6001
# loglevel: info
# logformat: text
# lograw: false
# secretsmanager: vault
# vaultaddr: vault.example.com:8200
# vaulttoken: token
# vaulttokenpath: path/to/token
# awsregion: magrathea-1
# Example authenticator config file
---
listener:
grpc_port: 6001
host: "127.0.0.1"
http_port: 6000
logging:
log_format: text
log_level: info
log_raw: false
secrets:
secrets_manager: "vault1"
vault_addr: "https://somewhere:8200"
vault_token_path: "/path/to/tokensink.txt"
tls:
disable_tls: true
tls_cert_path: "/path/to/approzium.pem"
tls_key_path: "/path/to/approzium.key"

0 comments on commit ed88768

Please sign in to comment.