Skip to content

[CDTOOL-1293] Add support for API security operations#785

Merged
philippschulte merged 5 commits intofastly:mainfrom
philippschulte:pschulte/CDTOOL-1293_add-support-for-api-security-operations
Mar 11, 2026
Merged

[CDTOOL-1293] Add support for API security operations#785
philippschulte merged 5 commits intofastly:mainfrom
philippschulte:pschulte/CDTOOL-1293_add-support-for-api-security-operations

Conversation

@philippschulte
Copy link
Member

@philippschulte philippschulte commented Feb 27, 2026

Change summary

Adds API Security Operations support to go-fastly, including CRUD for operations and tags, listing discovered operations with required status filtering, optional query filters (method/domain/path), and discovered operation status updates (single + bulk). Updates response schemas to include rps and discovered operation id where available.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  • Does your submission pass tests?

@philippschulte philippschulte added enhancement New feature or request DO NOT MERGE labels Feb 27, 2026
@philippschulte philippschulte force-pushed the pschulte/CDTOOL-1293_add-support-for-api-security-operations branch from bcb6a7e to af6e964 Compare March 9, 2026 16:59
@philippschulte philippschulte marked this pull request as ready for review March 9, 2026 17:02
@philippschulte philippschulte requested a review from a team as a code owner March 9, 2026 17:02
@philippschulte philippschulte requested a review from rcaril March 9, 2026 17:02
Copy link
Contributor

@rcaril rcaril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you putting the large effort you did into this PR. Great work!

@philippschulte philippschulte requested a review from rcaril March 11, 2026 13:01
philippschulte and others added 2 commits March 11, 2026 10:32
…pendencies group (fastly#788)

Bumps the go-dependencies group with 1 update:
[golang.org/x/sys](https://github.com/golang/sys).

Updates `golang.org/x/sys` from 0.41.0 to 0.42.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/sys/commit/eaaaaee1dc1aacededf4a89bc4544558f425d5f1"><code>eaaaaee</code></a>
windows/registry: correct KeyInfo.ModTime calculation</li>
<li><a
href="https://github.com/golang/sys/commit/942780bbc19517df4948a6dbc8c33d2228e5f905"><code>942780b</code></a>
cpu: darwin/arm64 feature detection</li>
<li><a
href="https://github.com/golang/sys/commit/acef38879efe90cf77ebc2b3dd49d4283ad7c6d6"><code>acef388</code></a>
unix/linux: Prefixmsg and PrefixCacheinfo structs</li>
<li><a
href="https://github.com/golang/sys/commit/3687fbd71652878ab091f7272b84537b63fe0b55"><code>3687fbd</code></a>
cpu: better defaults on darwin ARM64</li>
<li><a
href="https://github.com/golang/sys/commit/48062e9b9abf3dc7106bd8e3990ba8f47862022a"><code>48062e9</code></a>
plan9: change Note to alias syscall.Note</li>
<li><a
href="https://github.com/golang/sys/commit/4f23f804edb0e01ed41cebeafbc82374889eddee"><code>4f23f80</code></a>
windows: change Signal to alias syscall.Signal</li>
<li><a
href="https://github.com/golang/sys/commit/7548802db4d5a4f3948dbaf10cb2c27ddaf8495e"><code>7548802</code></a>
all: upgrade go directive to at least 1.25.0 [generated]</li>
<li>See full diff in <a
href="https://github.com/golang/sys/compare/v0.41.0...v0.42.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.41.0&new-version=0.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@philippschulte philippschulte force-pushed the pschulte/CDTOOL-1293_add-support-for-api-security-operations branch from e18ecf3 to 7dd936d Compare March 11, 2026 14:33
Copy link
Contributor

@rcaril rcaril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update!

@philippschulte philippschulte merged commit 012a963 into fastly:main Mar 11, 2026
5 checks passed
@philippschulte philippschulte deleted the pschulte/CDTOOL-1293_add-support-for-api-security-operations branch March 11, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants