flyte icon indicating copy to clipboard operation
flyte copied to clipboard

[Docs] auth setup page issues

Open davidmirror-ops opened this issue 7 months ago • 5 comments

Description

We need to fix the following problems for the auth setup docs to be more precise:

  1. The steps for MS Entra ID have to be updated to reflect the current location of settings on the Azure UI
  2. The indentation for configmap.adminServer.security is wrong. It should be one level deeper (under server):
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"
  1. Step 8 and beyond are folded inside the Note block when it should be out
  2. There have been users indicating that in general, this page is hard to understand. Try to improve verbiage to make it easier to follow.

Are you sure this issue hasn't been raised already?

  • [X] Yes

Have you read the Code of Conduct?

  • [X] Yes

davidmirror-ops avatar Jul 10 '24 20:07 davidmirror-ops