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

Management Icon is Not Displaying In UI #1151

Open
1 of 4 tasks
mansoorsyed11 opened this issue Apr 26, 2023 · 1 comment
Open
1 of 4 tasks

Management Icon is Not Displaying In UI #1151

mansoorsyed11 opened this issue Apr 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mansoorsyed11
Copy link

Willingness to contribute

No. I cannot contribute a bug fix at this time.

Feathr version

feathrfeaturestore/feathr-registry:releases-v1.0.0

System information

Azure Web App with Linux

Describe the problem

Hi @xiaoyongzhu team, the Management Icon is missing in the UI when we deploy the web app with Docker. However, it appears when we use your ARM template for deployment. Can you provide a solution for this bug? Thank you.

Tracking information

image

Code to reproduce bug

No response

What component(s) does this bug affect?

  • Python Client: This is the client users use to interact with most of our API. Mostly written in Python.
  • Computation Engine: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.
  • Feature Registry API: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)
  • Feature Registry Web UI: The Web UI for feature registry. Written in React
@mansoorsyed11 mansoorsyed11 added the bug Something isn't working label Apr 26, 2023
@Yuqing-cat
Copy link
Collaborator

Hi @mansoorsyed11 , The management Icon will only show when RBAC is enabled.

const showManagement = enableRBAC ? enableRBAC : process.env.REACT_APP_ENABLE_RBAC

The default environment variable REACT_APP_ENABLE_RBAC is set as false.
Could you please help to confirm your settings in both ARM and Docker scenarios, so that we can verify if it is a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants