Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Plugin $env secrets mechanism doesn't work inside lists #837

Closed
simonw opened this issue Jun 11, 2020 · 0 comments
Closed

Plugin $env secrets mechanism doesn't work inside lists #837

simonw opened this issue Jun 11, 2020 · 0 comments

Comments

@simonw
Copy link
Owner

simonw commented Jun 11, 2020

This didn't work:

{
    "plugins": {
        "datasette-auth-tokens": [
            {
                "token": {
                    "$env": "BOT_TOKEN"
                },
                "actor": {
                    "bot_id": "my-bot"
                }
            }
        ]
    }
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant