-
Notifications
You must be signed in to change notification settings - Fork 97
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
KES User Interface #319
Closed
Closed
KES User Interface #319
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Daniel Valdivia <[email protected]>
Signed-off-by: Daniel Valdivia <[email protected]>
Add authenticated route and basic reducers
Signed-off-by: Daniel Valdivia <[email protected]>
Add menu first version
Prettify, update mds, dummy components for encryption sections
Dummy KMS endpoints
Add common components
Closed
This commit adds the ability to customize the KES server API. Now the KES server config file contains an `api` section: ``` api: <api-path>: skip_auth: bool timeout: time.Duration ``` The KES server uses sane defaults for all APIs. Further, all APIs except `/version` and `/v1/identity/self/describe` require authentication by default. In general, authentication should not be disabled. Under certain circumstances, disabling authentication may be an option to simplify the integration of e.g. monitoring. At the moment, authentication can only be turned of for the following APIs: - `/v1/metrics` - `/v1/status` - `/v1/api` Now, all APIs returned by the `/v1/api` API also report whether authentication is enabled or disabled. Signed-off-by: Andreas Auernhammer <[email protected]>
This commit introduces two new packages: - `kv` - `edge` The `edge` package implements decoding KES edge server configuration into Go types. The `kv` package implements generic abstractions for key stores used by the KES edge server. Further, the `edge` package contains additional tests for decoding KES configuration. Signed-off-by: Andreas Auernhammer <[email protected]>
@reivaj05 Is this still required? |
I am closing this PR as stale and outdated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To Test this PR
make assets
make kes
./kes ui