DOC-14046: encryption at rest eventing#221
Open
Pallavi-Janardhan wants to merge 5 commits into
Open
Conversation
Hirenb612
reviewed
Jun 25, 2026
| description: Returns the most recent application log messages for the specified function. | ||
| description: |- | ||
| Returns the most recent application log messages for the specified function. | ||
| Use this endpoint to view Eventing application logs when encryption at REST is enabled. |
There was a problem hiding this comment.
Can we reference encryption at REST from docs to give more context to the user? We can do it as a future item if it's not present in docs yet.
Contributor
There was a problem hiding this comment.
Sure — see comment in my review
simon-dew
requested changes
Jun 25, 2026
simon-dew
left a comment
Contributor
There was a problem hiding this comment.
Some minor changes; also added link to eventing at rest concept page
| description: Returns the most recent application log messages for the specified function. | ||
| description: |- | ||
| Returns the most recent application log messages for the specified function. | ||
| Use this endpoint to view Eventing application logs when encryption at REST is enabled. |
Contributor
There was a problem hiding this comment.
Encryption at rest is not about REST (Representational State Transfer) so should not be all caps
Add link to concept doc for encryption at rest
Suggested change
| Use this endpoint to view Eventing application logs when encryption at REST is enabled. | |
| Use this endpoint to view Eventing application logs when encryption at rest is enabled. | |
| For more information, see [Native Encryption at Rest](../learn/security/native-encryption-at-rest-overview.html). |
Comment on lines
+8
to
+13
| { | ||
| "target": "components.schemas.settings_schema.properties.enable_applog_rotation", | ||
| "update": { | ||
| "description": "Enable rotation for this handler's log() message files.\n\nDo not disable log rotation when encryption at rest is active, as this could compromise security or lead to unexpected behavior." | ||
| } | ||
| }, |
Contributor
There was a problem hiding this comment.
Just tidying up the indentation to match the rest of the file
Suggested change
| { | |
| "target": "components.schemas.settings_schema.properties.enable_applog_rotation", | |
| "update": { | |
| "description": "Enable rotation for this handler's log() message files.\n\nDo not disable log rotation when encryption at rest is active, as this could compromise security or lead to unexpected behavior." | |
| } | |
| }, | |
| { | |
| "target": "components.schemas.settings_schema.properties.enable_applog_rotation", | |
| "update": { | |
| "description": "Enable rotation for this handler's log() message files.\n\nDo not disable log rotation when encryption at rest is active, as this could compromise security or lead to unexpected behavior." | |
| } | |
| }, |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Made the necessary changes as suggested in the Doc issues:
Docs preview