You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,11 @@ You will need to:
72
72
73
73
(If you use GitHub Enterprise, you need the API & Login URL. This is usually `https://<GitHub Enterprise Host>/api/v3` and `https://<GitHub Enterprise Host>`.)
74
74
75
+
By default, all logging goes to STDOUT.
76
+
If you use Splunk for logging, you need the Splunk HEC URL & access token. You can also set the source, sourcetype & index for all
77
+
logged events.
78
+
79
+
75
80
Next you need to decide if you'd like to deploy with lambda/API Gateway (follow Step 2a), or as a node server (follow Step 2b)
76
81
77
82
### 2a: Deployment with lambda and API Gateway
@@ -291,7 +296,7 @@ for more details.
291
296
292
297
### Can I use this shim to connect to GitHub directly from another OpenID client?
293
298
294
-
Yes. This implementation isn't complete, as it focusses exclusively on
299
+
Yes. This implementation isn't complete, as it focusses exclusively on
295
300
Cognito's requirements. However, it does follow the OpenID spec, and is
296
301
complete enough to be able to use it as an OpenID connect provider. See the
297
302
missing features section above for one or two caveats.
0 commit comments