Skip to content
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

add more confluence options #1105

Merged
merged 1 commit into from
Feb 13, 2023
Merged

add more confluence options #1105

merged 1 commit into from
Feb 13, 2023

Conversation

dustin-decker
Copy link
Contributor

Adds options to confluence for:

  • opting into attachment scanning
  • opting out of history scanning

@dustin-decker dustin-decker requested a review from a team as a code owner February 13, 2023 21:42
Copy link
Collaborator

@trufflesteeeve trufflesteeeve left a comment

Choose a reason for hiding this comment

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

Looks good, but I could also see the option being ExcludeAttachments so they get scanned by default.

@@ -97,6 +97,8 @@ message Confluence {
bool insecure_skip_verify_tls = 6;
repeated string spaces = 7;
repeated string ignore_spaces = 8;
bool include_attachments = 9;
Copy link
Collaborator

Choose a reason for hiding this comment

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

By default this will not include attachments. Do we want the default to include them or exclude them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was intentional since it was a recent addition with major performance implications

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We'll be updating the docs soon to document all of the available options which will help discovery

@dustin-decker dustin-decker merged commit 26c455d into main Feb 13, 2023
@dustin-decker dustin-decker deleted the confluence-opts branch February 13, 2023 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants