-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Intra server to server communication #4433
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
Conversation
af81369 to
0073ff0
Compare
0073ff0 to
e6414ba
Compare
|
any documentation need for this ? |
I don't think so, as far as I understand we decided not to expose the env variable for security purposes. |
|
@tokoko can we merge this if there is no any further comments . |
|
@tmihalac @dmartinol @lokeshrangineni also now as username and password not required incase if the server can we make this optional here |
I am not sure I understand what is the connection between auth_model.py and the intra server communication |
this isn’t directly related, but I’ve found below validation error while deploying server it always asks for a username and password, with OIDC, and it throws a validation error if those fields are empty. Maybe we could just make the username and password fields optional WDYT? |
I am not sure, maybe ask @lokeshrangineni but aren't those parameters mandatory when auth type is oidc ? |
AFAIK for the client yes but incase server these should not mandatory. |
Yes, it is mandatory for client and not for server. May be better to create separate task/issue and handle it as it is not related to this PR. |
283207f to
2363186
Compare
Signed-off-by: Theodor Mihalache <tmihalac@redhat.com>
2363186 to
fa18deb
Compare
|
@tokoko Can we merge this PR? |
tokoko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
All the server-to-server requests should not be secured. Only client requests are secured.
This PR introduces a mechanism for intra server to server.
What this PR does / why we need it:
Which issue(s) is related to PR:
(#4198)