即使事件存在,SecretsManager 规则也不会触发

发布于 2025-01-12 01:43:24 字数 289 浏览 0 评论 0原文

我可以看到多普勒用户正在触发一个事件,但由于某种原因我不知道如何调试该规则没有被触发。

触发的事件:

aws 触发的事件

规则模式:

rule pattern

我有这个简单的规则来捕获机密管理器的更新,我可以看到机密正在更新并且事件正在被触发,为什么我的规则不会被触发?我该如何调试这个?

I can see that an event is being fired by the doppler user, but the rule is not getting triggered for some reason I don't know how to debug.

Event fired:

event fired by aws

Rule pattern:

rule pattern

I have this simple rule to catch updates to the secrets manager, I can see secrets are being updated and the event being fired, why would my rule not be fired? How could I debug this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉酒的小男人 2025-01-19 01:43:24

您正在创建一个 detail-typeAWS API Call via CloudTrail 的规则。为了获取这些事件,您必须创建 CloudTrail 踪迹

在此处输入图像描述

形成 AWS 文档

要通过 CloudTrail 记录具有 AWS API 调用的详细类型值的事件,需要启用日志记录的 CloudTrail 跟踪。

You are creating a rule with detail-type of AWS API Call via CloudTrail. In order for these events to be picked up, you must create a CloudTrail Trail:

enter image description here

Form the AWS documentation:

To record events with a detail-type value of AWS API Call via CloudTrail, a CloudTrail trail with logging enabled is required.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文