-
Instead of adding each LLM individually why not support LiteLLM Proxy, this allows for almost every LLM and it simplifies the process and it has endpoints for to get the models. It also supports other…
-
I followed the example from the [documentation](https://docs.edgedb.com/guides/tutorials/rest_apis_with_fastapi) on using EdgeDB Auth with FastAPI and made one change in the configuration — I set `req…
-
Hello,
I'm trying to use the middleware HttpAuthentication (from actix-web-httpauth), but I'm facing a compile issue since I'm using the wrap function from apistos and not directly actix.
Is t…
-
**Proposed change based on this bug report**
- Prisma requires connection string to be encoded if it includes special characters
- This can be achieved in entrypoint file in `web` package
**See t…
-
Hi, Team!
We use gnmic cluster of two nodes. In such a cluster master node assign targets to slave via http rest api. Is where is a way to protect rest api interfaces of nodes from another network …
-
This is where we'd want to ensure all auth scenarios are supported. In the base phase, we don't add any auth to the program.
Requirements:
Add any necessary prompts for collecting auth information (…
-
128 of the 470 SSM sourced variables in vets-api are set in all 4 static environments, and we can now transition the vets-api code to utilize these new values. The list of values is below.
## Tasks
-…
-
Hey! I am struggling to setup SSO through OAuth, At the moment my configuration looks like:
```
...
auth:
callback_url_prefix: https://wg.mydomain.net/api/v0
oauth:
- id: google
…
-
**Is your feature request related to a problem? Please describe.**
You can set `auth: true` on endpoints and on services, but not API wide.
Our entire API requires auth.
**Describe the solution …
-
## Description
Apicurio OIDC client adds trailing slash to OIDC endpoint which breaks if the SSO provider does not support that
I was testing the special OIDC Basic Authentication mechanism of A…