-
Notifications
You must be signed in to change notification settings - Fork 295
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
Adding optional permissions boundary parameter #906
Adding optional permissions boundary parameter #906
Conversation
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 this contribution.
Thank you for the approval/merge @henrymai! How often/when do you decide to cut releases and produce tagged versions for consumption in the Serverless Application repo? My team would love to leverage these latest changes whenever they become available |
Hi @cdschneider, We don't currently have a cadence, we generally release whenever there is a need for a release. |
Sounds great, thank you @henrymai -- I'll be on the lookout for a release this week. |
- Fix MSK connector issues (#917) - Bump mockito-core from 4.9.0 to 4.10.0 (#913) - Bump elasticsearch-rest-high-level-client from 7.17.7 to 7.17.8 (#915) - Bump vertica-jdbc from 12.0.2-0 to 12.0.3-0 (#914) - Bump ngdbc from 2.14.10 to 2.15.8 (#912) - Bump mssql-jdbc from 11.2.1.jre11 to 11.2.2.jre11 (#911) - Bump protobuf-java from 3.21.11 to 3.21.12 (#910) - Bump snowflake-jdbc from 3.13.25 to 3.13.26 (#909) - Bump aws-sdk.version from 1.12.364 to 1.12.367 (#908) - Bump aws-cdk.version from 1.182.0 to 1.183.0 (#907) - Adding optional permissions boundary parameter (#906) - fixed datatype issues in saphana connector (#905)
- Fix MSK connector issues (#917) - Bump mockito-core from 4.9.0 to 4.10.0 (#913) - Bump elasticsearch-rest-high-level-client from 7.17.7 to 7.17.8 (#915) - Bump vertica-jdbc from 12.0.2-0 to 12.0.3-0 (#914) - Bump ngdbc from 2.14.10 to 2.15.8 (#912) - Bump mssql-jdbc from 11.2.1.jre11 to 11.2.2.jre11 (#911) - Bump protobuf-java from 3.21.11 to 3.21.12 (#910) - Bump snowflake-jdbc from 3.13.25 to 3.13.26 (#909) - Bump aws-sdk.version from 1.12.364 to 1.12.367 (#908) - Bump aws-cdk.version from 1.182.0 to 1.183.0 (#907) - Adding optional permissions boundary parameter (#906) - fixed datatype issues in saphana connector (#905)
@cdschneider the updated connectors are live now (2022.51.2) |
Issue #, if available: #365
Description of changes:
Adding an optional
PermissionsBoundaryARN
to connectors where it does not already exist (it look this was added for theathena-synapse
connector only as a part of #808). This is to add and make consistent across all of the remaining connectors available in this repo.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.