Skip to content

Commit

Permalink
add log_with_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Jun 3, 2022
1 parent a25a916 commit 4efb61d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/openflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openflow
description: A Helm chart for deploying a single openflow instance
type: application
version: 0.1.91
version: 0.1.92
appVersion: 1.3.107
dependencies:
- name: mongodb
Expand Down
4 changes: 4 additions & 0 deletions charts/openflow/templates/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
value: {{ .Values.openflow.api_rate_limit_duration | quote }}
- name: supports_watch
value: {{ .Values.openflow.supports_watch | quote }}
- name: log_with_colors
value: {{ .Values.openflow.log_with_colors | quote }}
- name: log_cache
value: {{ .Values.openflow.log_cache | quote }}
- name: log_amqp
Expand Down Expand Up @@ -133,6 +135,8 @@ spec:
value: {{ .Values.openflow.log_silly | quote }}
- name: validate_emails
value: {{ .Values.openflow.validate_emails | quote }}
- name: forgot_pass_emails
value: {{ .Values.openflow.forgot_pass_emails | quote }}
- name: debounce_lookup
value: {{ .Values.openflow.debounce_lookup | quote }}
- name: smtp_service
Expand Down
6 changes: 5 additions & 1 deletion charts/openflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ openflow:
mongodb_db:
# if not using mongodb replicate set, you cannot use the watch feature, then set this to false
supports_watch: true
# Use colors in console log
log_with_colors: false
# log when adding, updating, removing or clearing cache items
log_cache:
# Log verbose and higher events related to login provider
Expand All @@ -105,7 +107,9 @@ openflow:
# Enable logging of all silly events
log_silly:
# enable email validation of all non-federated users, require smtp settings to bet set
validate_emails: false
validate_emails:
# enable "forgot password" by email validation for non-federated users, require smtp settings to bet set
forgot_pass_emails:
# when validating email, check if disposable email, using https://debounce.io/free-disposable-check-api/
debounce_lookup:
# Node mailer, service type
Expand Down
25 changes: 24 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,29 @@ entries:
- https://github.com/open-rpa/helm-charts/releases/download/calendso-0.1.1/calendso-0.1.1.tgz
version: 0.1.1
openflow:
- apiVersion: v2
appVersion: 1.3.107
created: "2022-06-03T14:22:07.3188366+02:00"
dependencies:
- condition: mongodb.enabled
name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 10.x
- condition: loki.enabled
name: loki
repository: https://grafana.github.io/loki/charts
version: 2.x
- condition: jaeger.enabled
name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.x
description: A Helm chart for deploying a single openflow instance
digest: 8a93a35fb0e34f1135b2f067325df631b57bafa5a829891013f2b8836855bb32
name: openflow
type: application
urls:
- https://github.com/open-rpa/helm-charts/releases/download/openflow-0.1.92/openflow-0.1.92.tgz
version: 0.1.92
- apiVersion: v2
appVersion: 1.3.107
created: "2022-06-03T09:44:13.4279073+02:00"
Expand Down Expand Up @@ -1098,4 +1121,4 @@ entries:
urls:
- https://github.com/open-rpa/helm-charts/releases/download/rocketchat-3.0.2/rocketchat-3.0.2.tgz
version: 3.0.2
generated: "2022-06-03T09:44:13.6066925+02:00"
generated: "2022-06-03T14:22:07.5100683+02:00"

0 comments on commit 4efb61d

Please sign in to comment.