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

Implement dashboard frontend [Part1] #77

Closed
4 tasks done
mamy-CS opened this issue Jul 13, 2021 · 0 comments · Fixed by #76
Closed
4 tasks done

Implement dashboard frontend [Part1] #77

mamy-CS opened this issue Jul 13, 2021 · 0 comments · Fixed by #76
Assignees

Comments

@mamy-CS
Copy link
Collaborator

mamy-CS commented Jul 13, 2021

Frontend [UI] implementation of https://github.com/lumjjb/tornjak/issues/40

Plan to include following components:

  • Banner ["/api/tornjak/clusters/list" + "/api/entry/list"]
    • number agents per cluster
    • number workload entries per agent
    • number workload entries per cluster
  • ClusterList ["/api/tornjak/clusters/list" + "/api/entry/list"]
    • Name
    • Created at / Age
    • Number of nodes (based on # agents)
    • Number of WL entries
  • AgentList ["/api/agent/list" + "/api/tornjak/agents/list" + "/api/entry/list"]
    • Name / SPIFFEID
    • Agent Status
    • Platform type
    • Cluster name (if assigned)
    • Number of WL entries
  • WorkloadEntryList ["/api/entry/list" + "/api/tornjak/agents/list"]
    • SPIFFE ID
    • Parent ID (agent SPIFFEID)
    • Admin Flag
    • Entry expiry time (based on expires-at)
    • Platform type (Kubernetes, Docker or Unix)
    • Cluster name (if agent with Parent ID assigned)
@mamy-CS mamy-CS self-assigned this Jul 13, 2021
@mamy-CS mamy-CS linked a pull request Jul 13, 2021 that will close this issue
@mamy-CS mamy-CS changed the title Implement dashboard frontend Implement dashboard frontend [Part1] Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant