Skip to content

Commit

Permalink
fix(hasura): remove events to certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jan 13, 2025
1 parent bae7cdd commit cd28637
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ select_permissions:
community_users:
user_id:
_eq: X-Hasura-User-Id
event_triggers:
- name: check_certificate
definition:
enable_manual: false
insert:
columns: '*'
retry_conf:
interval_sec: 360
num_retries: 20
timeout_sec: 60
webhook: '{{API_DOMAINS_URL}}/events/check-certificate'
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,3 @@ update_permissions:
user_id:
_eq: X-Hasura-User-Id
check: null
event_triggers:
- name: create_certificate
definition:
enable_manual: true
update:
columns:
- ns_ok
retry_conf:
interval_sec: 10
num_retries: 0
timeout_sec: 60
webhook: '{{API_DOMAINS_URL}}/events/create-certificate'

0 comments on commit cd28637

Please sign in to comment.