nuxt-modules / turnstile

πŸ”₯ Cloudflare Turnstile integration for Nuxt

Home Page:https://cloudflare.com/products/turnstile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass path to file containing the secret key

PatrickMi opened this issue Β· comments

πŸ†’ Your use case

I want to use the turnstile module in a project where nuxt is started in a docker container. In this case I want to manage the secret key securely via docker secrets.

πŸ†• The solution you'd like

I'd like to pass the path to the file containing the secret key in the runtime config so that the turnstile module can read the secret key from the file

πŸ” Alternatives you've considered

No response

ℹ️ Additional info

I already created a PR with that functionality: #174

This issue was closed with #174