Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use this Redfish client without sessions #7

Open
neomilium opened this issue May 18, 2024 · 1 comment · May be fixed by #8
Open

Use this Redfish client without sessions #7

neomilium opened this issue May 18, 2024 · 1 comment · May be fixed by #8

Comments

@neomilium
Copy link

Depending on your needs, it may be interesting to only call directly the target endpoint, instead of starting with a login (ie. Redfish sessions creation), call only one endpoint then logout to prevent from leaving sessions opened.

I would like to use this Redfish client without sessions in Foreman.

To reach my goal, I used a trick to force Root to consider only basic auth as option.

See https://github.com/theforeman/smart-proxy/pull/895/files

Is there is someone in maintainers interested by this feature?

@matejart
Copy link
Member

Thank you for this suggestion, @neomilium.

Unfortunately at this time, we are not taking feature requests. However, we'll be happy to review and merge any PRs that improve functionality and are of sufficient quality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants