issue_comments: 508225524
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/538#issuecomment-508225524 | https://api.github.com/repos/simonw/datasette/issues/538 | 508225524 | MDEyOklzc3VlQ29tbWVudDUwODIyNTUyNA== | 9599 | 2019-07-03T19:26:32Z | 2019-07-03T19:26:32Z | OWNER | Another useful option is the ability to load secrets from a file. This allows the file to have permissions set on it to only be read by the Datasette user. It also interacts well with the Kubernetes secrets mechanism, which is file-based. ```json { "plugins": { "datasette-auth-github": { "client_id": "986f5d837b45e32ee6dd", "client_secret": {"$file": "/secrets/github-client-secret"} } } } | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 463915863 |