devopstales

Results 52 comments of devopstales

@tecnovi If you see the data in Graylog but not in grafana is mostly timezone problem. There is a pipeline rule to fix this.

Hi @sherifkayad, Thank you for your interest in the original Trivy Operator. I didn't see why it is a "very strong and much needed feature". I read the linked documentation...

Hi @sherifkayad, Now I understand your use case, but you didn't answered one of my question. Where the value of the label will come from. in the example they created...

@sherifkayad Sorry for the late response. Now I understand how it is works. I will check this in the next version but I didn't think I can do that in...

@nautmichio What version of pfsense do you use and what log format?

@jeremeb I didn't find a solution for this problem so I started to use this: https://github.com/devopstales/trivy-scanner

Kubernetes: v1.16.1 Dashboard: dashboard:v2.0.0-beta8 secrets in namespace: ``` NAME TYPE DATA AGE default-token-prbmb kubernetes.io/service-account-token 3 3m kubernetes-dashboard-certs Opaque 0 3m kubernetes-dashboard-csrf Opaque 1 3m kubernetes-dashboard-key-holder Opaque 2 3m kubernetes-dashboard-tls kubernetes.io/tls...

My dashboard is in a custom namespace cald `kubernetes-dashboard-system` and this is my config: ``` - create_data: ca_cert: true delete_pods_labels: - k8s-app=kubernetes-dashboard key_size: 2048 secret_info: cert_name: dashboard.crt key_name: dashboard.key type_of_secret:...

I did't change the name of the dashboard cert. It is `kubernetes-dashboard-certs` as you can see: ``` NAME TYPE DATA AGE default-token-kchdt kubernetes.io/service-account-token 3 47h kubernetes-dashboard-certs Opaque 2 47h kubernetes-dashboard-csrf...