-
Notifications
You must be signed in to change notification settings - Fork 674
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
[Docs] auth setup page issues #5552
Comments
Issue Title: [Docs] auth setup page issues Issue Body: DescriptionWe need to fix the following problems for the auth setup docs to be more precise:
configmap:
adminServer:
server:
httpPort: 8088
grpc:
port: 8089
security:
secure: false
useAuth: true
allowCors: true
allowedOrigins:
# Accepting all domains for Sandbox installation
- "*"
allowedHeaders:
- "Content-Type"
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
Sources:
This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not. Mention @RunLLM to ask follow-up questions. See runllm.com for more! |
Additional findings: a. Step 3 for flyte-core flyteadmin:
secrets:
oidc_client_secret: <client_secret_from_your_IDP> |
@davidmirror-ops I would love to contribute to this issue, Can you please assign this to me ? 🙌 |
@Murdock9803 looking forward to your contributions! |
Hi I have fixed the issues, please review and give me feedback. I hope it isn't an problem that I wasn't assigned this issue. |
Description
We need to fix the following problems for the auth setup docs to be more precise:
configmap.adminServer.security
is wrong. It should be one level deeper (underserver
):Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: