diff --git a/notification/src/main/java/net/opentsdb/horizon/alerting/corona/app/NotificationEmitterConfig.java b/notification/src/main/java/net/opentsdb/horizon/alerting/corona/app/NotificationEmitterConfig.java index 5e108a7..634986c 100644 --- a/notification/src/main/java/net/opentsdb/horizon/alerting/corona/app/NotificationEmitterConfig.java +++ b/notification/src/main/java/net/opentsdb/horizon/alerting/corona/app/NotificationEmitterConfig.java @@ -61,8 +61,6 @@ private enum C implements ConfigItem { TLS_TRUST_STORE_PATH, TLS_TRUST_STORE_PASSWORD, - CKMS_SECRET_GROUPS, - DEBUG("true"), DEBUG_EMAIL_PREFIX("STAGE: "), DEBUG_OPSGENIE_API_KEY, @@ -378,11 +376,6 @@ String getTlsTrustStorePassword() return get(C.TLS_TRUST_STORE_PASSWORD); } - List getCkmsSecretGroups() - { - return getList(C.CKMS_SECRET_GROUPS); - } - public String getDebugOpsgenieApiKey() { return get(C.DEBUG_OPSGENIE_API_KEY);