1. 22 Oct, 2020 1 commit
  2. 16 Oct, 2020 4 commits
  3. 15 Oct, 2020 1 commit
  4. 06 Oct, 2020 1 commit
  5. 05 Oct, 2020 1 commit
  6. 30 Sep, 2020 1 commit
  7. 29 Sep, 2020 4 commits
  8. 28 Sep, 2020 2 commits
  9. 25 Sep, 2020 9 commits
  10. 24 Sep, 2020 2 commits
  11. 22 Sep, 2020 1 commit
  12. 18 Sep, 2020 3 commits
  13. 16 Sep, 2020 1 commit
  14. 14 Sep, 2020 5 commits
  15. 08 Sep, 2020 3 commits
    • Keshav Prasad's avatar
      feat: TG-473 Adminutil Refresh Token endpoint scripts (#1831) · 4ccd7d1b
      Keshav Prasad authored
      * feat: TG-473 variables, api and configuration for refresh token
      
      * fix: updated env vars for adminutils token signing
      
      * fix: adding default for token older than
      
      * fix: adding keep alive connection to kong
      
      * fix: adding http headers for keycloak.conf
      
      * fix: updating the token file name to variable value
      
      * fix: renaming env vars
      
      * fix: updating public key file name
      
      * fix: incorrect variable mapped to file load
      
      * fix: add preload variable to avoid test case failure
      
      * feat: mount KC public key in service
      
      * fix: dont create new secrets
      
      * fix: remove not required env vars for access keys
      
      * fix: rename ACL
      
      * Revert "fix: dont create new secrets"
      
      This reverts commit a00115b333f063825d894b0efd52fc3993fcbeb8.
      
      * fix: change rate limit to small
    • kaliraja's avatar
      DP Monitoring enhancements. (#1873) · 1518f3f9
      kaliraja authored
      * Issue #0000: Updated the DP alert rules
      
      * Issue #0000: updated the defaults lag vars
      
      * Issue #0000: updated the defaults lag vars
      
      * Issue #0000: updated the operator file
      
      * Issue #0000: updated the secor alert rule
      
      * Issue #0000: updated the secor alert rule
      
      * Issue #0000: corrected the syntax error
      1518f3f9
    • Kumar Gauraw's avatar
  16. 04 Sep, 2020 1 commit
    • Rajesh Rajendran's avatar
      Issue #1664: Adding Alert deduplication (#1863) · 195b4fb6
      Rajesh Rajendran authored
      
      Users can override the default Prometheus/Alertmanager specs
      in common.yaml
      By default Ansible won't do dictionary merge and moving the complete
      file to default/main.yaml doesn't' looks like a good solution as this is
      a template. So using yaml anchors.
      At run time helm will populate the anchor with referred dictionary.
      But for yaml anchoring, dictionary can't be empty. So adding dummy
      values in default/main.yaml. That value won't come in final ansible
      template.
      
      Signed-off-by: default avatarRajesh Rajendran <rjshrjndrn@gmail.com>
      195b4fb6