-
Notifications
You must be signed in to change notification settings - Fork 943
chore: mark workspace apps and workspace agents as unaudited #18761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ethanndickson
merged 1 commit into
main
from
ethan/remove-workspace-app-agent-auditable
Jul 15, 2025
Merged
chore: mark workspace apps and workspace agents as unaudited #18761
ethanndickson
merged 1 commit into
main
from
ethan/remove-workspace-app-agent-auditable
Jul 15, 2025
+116
−85
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 7, 2025
Auditable
4802e88
to
bd16b9d
Compare
c5131a3
to
d14aa91
Compare
bd16b9d
to
273363f
Compare
deansheather
approved these changes
Jul 7, 2025
d14aa91
to
a4bb7c4
Compare
7c35e80
to
8e0a43d
Compare
451bfd9
to
59a7992
Compare
8e0a43d
to
3b8277b
Compare
59a7992
to
13569cb
Compare
3b8277b
to
93a9073
Compare
13569cb
to
ad9a966
Compare
93a9073
to
23079d7
Compare
ad9a966
to
5153f7b
Compare
23079d7
to
27eea0a
Compare
5153f7b
to
6c2f035
Compare
27eea0a
to
8a35e5f
Compare
6c2f035
to
fab8dbd
Compare
8a35e5f
to
c58bc89
Compare
fab8dbd
to
245c72d
Compare
c58bc89
to
72a0299
Compare
245c72d
to
111ff29
Compare
72a0299
to
44097ed
Compare
111ff29
to
6eb7cbe
Compare
44097ed
to
85c01aa
Compare
327e549
to
e8b4e70
Compare
85c01aa
to
425c2dc
Compare
425c2dc
to
29e78d1
Compare
e8b4e70
to
6b17aee
Compare
29e78d1
to
0d73833
Compare
Merge activity
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The main goal of this PR is to remove Workspace Apps and Workspace Agents from the auto-generated audit log documentation, that incorrectly claims they are audited resources (no longer true with the addition of the connection log).
Though I believe we haven't touched any codepaths for returning audit logs, this PR also adds a test that ensures we continue to return existing connection, disconnect and open events correctly from the audit log API.