Noam Lerner
Noam Lerner
Digging into this a little, I found this stack overflow discussion about this, which seems relevant, explaining that this error is because of a deprecated use of OAuth: https://stackoverflow.com/questions/71318804/google-oauth-2-0-failing-with-error-400-invalid-request-for-some-client-id-but I...
Looking at my `~/.md2googleslides/client_id.json` file, I see that the `redirect_url` field is set to `["http://localhost"]`, but when I run `~/node_modules/md2gslides/bin/md2gslides.js -n` and change the `redirect_uris` parameter to `http://localhost` - I...
@mlavina: No, I couldn't get this to work :( My hunch is that the authentication part of the code could use an update to newer standards - but that's a...
@k0kubun: That workaround worked! Thanks! (I still think I should keep the issue open, as the current source doesn't seem to work)
@aantn : Shalom :) My use case is that I have an HTTP endpoint which can expect logs to be posted via a HTTP POST. That endpoint expects the request...
@aantn : I mean all attributes the event object has: https://github.com/bitnami-labs/kubewatch/blob/84a34db93ff9935ce133f4eb1175187154253685/pkg/event/event.go#L30-L38 As well as the message and the time of the event. Currently, I just collect the data, but in...
@aantn : I haven't yet defined the alerts. However, I'm planning to start with filtering events with `status=Danger`. I see that I get messages with `CrashLoopBackOff`, for example.
Does this announcement help? https://aws.amazon.com/about-aws/whats-new/2022/02/amazon-cloudwatch-container-helm-chart-distro-opentelemetry/ Looks like there's a helm chart for this now: https://github.com/aws-observability/aws-otel-helm-charts/tree/main/charts/adot-exporter-for-eks-on-ec2
CC @J-Siu for credit for the `enableUserCanonical` option, and maybe for context on why this is needed.
Makes sense. I'm unfamiliar with the details of how this will be applied to multiple pages. Thanks for pointing me to the references. From my end, this issue can be...