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

[7.x] [Uptime] Add cert API request and runtime type checking (#63062) #63914

Merged
merged 4 commits into from
Apr 22, 2020

Commits on Apr 17, 2020

  1. [Uptime] Add cert API request and runtime type checking (elastic#63062)

    * Add cert API request and runtime type checking.
    
    * Collapse on sha256 field instead of common_name.
    
    * Add basic wildcard search capabilities.
    
    * Support searching.
    
    * Update fields and queries, remove server response validation.
    
    * Update API to utilize x509 fields.
    
    * Add new fields to certs API request, provide defaults.
    
    * Add api test for cert api.
    
    * Add unload command to certs test.
    
    * Extract API params interface to io-ts type.
    
    * Rename a functional test.
    
    * Fix broken type.
    justinkambic committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    95ef4c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    057cffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f349a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    81f1ba2 View commit details
    Browse the repository at this point in the history