-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datasette publish option for setting plugin configuration secrets #543
Labels
Milestone
Comments
Potential design:
This would populate the following in {
"plugins": {
"datasette-auth-github": {
"client_id": {"$env": "DATASETTE_AUTH_GITHUB_CLIENT_ID"}
}
}
} And would ensure that the environment variable |
As soon as I have this working I can use it to ship a live demo of https://github.com/simonw/datasette-auth-github |
|
simonw
added a commit
that referenced
this issue
Jul 6, 2019
simonw
added a commit
that referenced
this issue
Nov 11, 2019
Closes #543 Also added new --show-files option to publish now and publish cloudrun - handy for debugging.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-on from #538 - the
datasette publish
command needs a way of passing secrets which will be made available to plugin configuration but will not be exposed in/-/metadata.json
.The text was updated successfully, but these errors were encountered: