Hi. I have set up a web service and created an API token in Secrets on the Control Panel. I have then linked that secret into the environment variables of the web service. How can I then use that to validate that any external access has the correct token?
I’ve been looking at documentation and blogs/topics for over 90 minutes and I’m not seeing anything that gives me the answer. If someone could point me in the right direction that would be great. Thanks.
I have done it within PostgreSQL. It would be nice to not have to put that validation in SQL though.
Hi @Mark_Howell we currently do not offer such a mechanism. You need to implement it by yourself.
However, we are actively working on something called “Authenticated endpoints” which will fit your need. It should be available in a few weeks.
1 Like
I did find something along those lines at Dynamically Start GitHub Action Runners on Koyeb - Koyeb , and I have been able to add the following to my Github Action YAML…
schedule:
I’ve just got to fine tune the authentication
1 Like