-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething is not working.Something is not working.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe the bug
If you specify the basic_auth in the config, it is not used when sending the requests.
Reproducing the bug
- Create a configuration using basic auth
let admin_client = Configuration {
base_path: "http://localhost:4434".to_string(),
basic_auth: Some((
"user".to_string(),
Some("password".to_string()),
)),
..Default::default()
};- Try to send request, no
Authorizationheader is present
Looking at the code, the logic just is not there. You are likely missing a setting in the openapi generator.
Relevant log output
No response
Relevant configuration
No response
Version
v1.1.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething is not working.Something is not working.