-
Notifications
You must be signed in to change notification settings - Fork 71
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
Dashboard design concept #209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Only typos.
docs/design/dashboard.md
Outdated
|
||
The deployment operator dashboard provides: | ||
|
||
- A status overview of all `ArangoDeployment` it controls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add an "s" for plural or do "ArangoDeployment
resources".
docs/design/dashboard.md
Outdated
|
||
### Exposing the dashboard | ||
|
||
By default `Service` that selects the leading operator instance is not exposed outside the Kubernetes cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add "the" after "default"
docs/design/dashboard.md
Outdated
|
||
### Authentication | ||
|
||
The dashboard requires a username+password to gain access, unless it is started with a option to disable authentication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
an option
docs/design/dashboard.md
Outdated
### Authentication | ||
|
||
The dashboard requires a username+password to gain access, unless it is started with a option to disable authentication. | ||
This username+password pair is stored in standard basic authentication `Secret` in the Kubernetes cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"in" -> "in a"
docs/design/dashboard.md
Outdated
|
||
### Frontend technology | ||
|
||
The frontend part of the dashboard will be build with React. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"build" -> "built"
No description provided.