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

Change UI to show list of containers with metadata in a table #100

Closed
4 tasks done
SvenAelterman opened this issue Jul 1, 2022 · 1 comment · Fixed by #103
Closed
4 tasks done

Change UI to show list of containers with metadata in a table #100

SvenAelterman opened this issue Jul 1, 2022 · 1 comment · Fixed by #103
Assignees

Comments

@SvenAelterman
Copy link
Contributor

SvenAelterman commented Jul 1, 2022

Depending on the application setting for folder or container-level (#99), hide the container dropdown and list containers with metadata.

Considerations

  • Retrieve container list and metadata only when a storage account is selected?
  • Do not select the first storage account by default to avoid unnecessary retrieval and listing of containers?

Tasks

  • Retrieve list of storage accounts that logged in user has access to.
  • Method to list containers in a specific storage account that logged in user has access to.
  • Calculate detail view for all accessible containers in a storage account.
  • Create a method to retrieve RBAC assignments at any given scope:
    • Specify which scope and whether to filter for assignments that apply to a specific principal.
    • Shared between multiple calls.
@SvenAelterman
Copy link
Contributor Author

SvenAelterman commented Jul 24, 2022

Pending work (PR #103):

  • Sort list of containers alphabetically
  • Support for multiple subscriptions

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