guardrails-ai / guardrails

Adding guardrails to large language models.
https://www.guardrailsai.com/docs
Apache License 2.0
3.6k stars 259 forks source link

[feat]: Allow permanent authentication tokens #856

Open shiv07tiwari opened 6 days ago

shiv07tiwari commented 6 days ago

Description Hello, I am using this repository alongside a project which has a docker setup. Although I have already started using headless token for guardrail configure, it is still very painful to rotate the key every 30 days. Is there a way to configure a permanent token?

Why is this needed Allows a permanent token configuration and removes the overhead of manually updating the keys

Implementation details Need to Discuss with your team