-
Notifications
You must be signed in to change notification settings - Fork 213
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
Create network policy for aoss source. #3613
Create network policy for aoss source. #3613
Conversation
e0f58d9
to
6fddda1
Compare
...arch/dataprepper/plugins/source/opensearch/configuration/AwsAuthenticationConfiguration.java
Outdated
Show resolved
Hide resolved
...rch/src/main/java/org/opensearch/dataprepper/plugins/source/opensearch/OpenSearchSource.java
Outdated
Show resolved
Hide resolved
6fddda1
to
5614bac
Compare
5614bac
to
410e9e1
Compare
openSearchSourceConfiguration.getAwsAuthenticationOptions()); | ||
System.out.println(maybeServerlessOptions.toString()); | ||
if (maybeServerlessOptions.isPresent()) { | ||
System.out.println("PRESENT!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove the print statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is a good catch. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching! Fixed.
openSearchSourceConfiguration.getAwsAuthenticationOptions()); | ||
System.out.println(maybeServerlessOptions.toString()); | ||
if (maybeServerlessOptions.isPresent()) { | ||
System.out.println("PRESENT!"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is a good catch. Thanks!
Signed-off-by: Adi Suresh <[email protected]>
410e9e1
to
d0bfac2
Compare
Description
Allow AOSS source to create/update a network policy during initialization
Issues Resolved
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Tested with: