Skip to content
Snippets Groups Projects
  1. Mar 16, 2021
  2. Mar 14, 2021
  3. Mar 03, 2021
    • Bob Callaway's avatar
      Remove API key from path to new log entry (#185) · b0eae9b8
      Bob Callaway authored
      
      Since the API key can be specified as an environment variable and could
      be thought of as an authentication credential, it should not be included
      in the path to the created entry in the log.
      
      Previously we simply appended the new entry's UUID to the full URL,
      which was incorrect if an API key was specified as a query parameter.
      
      Fixes #182
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      b0eae9b8
  4. Feb 20, 2021
  5. Feb 17, 2021
    • Bob Callaway's avatar
      Enforce validation logic on values from config file and/or env vars (#158) · e226bf3f
      Bob Callaway authored
      
      By using viper.GetString(flag), viper will return the values of that
      argument from a precedence order (including CLI arguments). However, if
      a value was passed in through an environment variable or as a value in
      the config file, it would skip the validation step since that logic was
      defined against the FlagSet for command line arguments.
      
      This change causes validation to be done across all input methods.
      
      Fixes #157
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      e226bf3f
  6. Feb 01, 2021
  7. Jan 30, 2021
  8. Jan 28, 2021
  9. Jan 23, 2021
  10. Jan 20, 2021
  11. Jan 19, 2021
  12. Jan 18, 2021
  13. Jan 14, 2021
  14. Jan 12, 2021
  15. Jan 06, 2021
  16. Jan 05, 2021
Loading