Unverified Commit 71d2c618 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: adding comment, removeing es-curator dependecy for log-es (#3342)

Showing with 9 additions and 8 deletions
+9 -8
......@@ -24,11 +24,11 @@
tags:
- log_es_backup
- hosts: log-es
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
roles:
- es2-data-purge
tags:
- purge_old_logs
# - hosts: log-es
# become: yes
# vars_files:
# - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
# roles:
# - es2-data-purge
# tags:
# - purge_old_logs
......@@ -138,6 +138,7 @@ userFeed {
split(user_id, "?")[0] == super.userid
}
# https://project-sunbird.atlassian.net/browse/SB-29951
# Temporary fix as all feed url's begin with /v1/user/feed
# Having only the userFeed (/v1/user/feed/:userid) block is causing issues for other similar routes like /v1/user/feed/create, /v1/user/feed/delete and /v1/user/feed/update
# Adding the other url blocks below and making them a pass through to avoid rejecting the API incorrectly
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment