-
Hi Ory team, I have been using Ory CLI (v0.3.4) for over a year to authenticate with Ory in both my local environment (laptop) and CI. However, with the recent changes to the Ory authentication system, it now supports:
I am trying to switch to API key authentication for use in my CI/CD pipelines, but I’m facing some confusion regarding the setup. According to the documentation, it states:
Issues I'm encountering:
I also tried
This is also taking me to a browser Could you please clarify the correct process to authenticate the Ory CLI with API keys, especially for use in CI/CD pipelines? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
ORY_PROJECT_API_KEY=<PROJECT API KEY> ./bin/ory tunnel localhsot:8080 --dev -q
this works