From 884013090b1b56b207f644393865c6057c9999ca Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 18 Apr 2016 22:11:39 +0100 Subject: Initial commit --- exampleconfig.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 exampleconfig.json (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json new file mode 100644 index 0000000..97d3af5 --- /dev/null +++ b/exampleconfig.json @@ -0,0 +1,24 @@ +{ + "server": { + "tls_key": "server.key", + "tls_cert": "server.crt", + "port": 443, + "cookie_secret": "supersecret" + }, + "auth": { + "provider": "google", + "oauth_client_id": "nnnnnnnnnnnnnnnn.apps.googleusercontent.com", + "oauth_client_secret": "yyyyyyyyyyyyyyyyyyyyyy", + "oauth_callback_url": "https://sshca.example.com/auth/callback", + "google_opts": { + "domain": "example.com" + }, + "jwt_signing_key": "supersecret" + }, + "ssh": { + "signing_key": "signing_key", + "additional_principals": ["ec2-user"], + "max_age": "720h", + "permissions": ["permit-pty"] + } +} -- cgit v1.2.3