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

Feature: support kerberos #9

Merged
merged 15 commits into from
Oct 13, 2022
Merged

Feature: support kerberos #9

merged 15 commits into from
Oct 13, 2022

Conversation

BlockLiu
Copy link
Collaborator

Signed-off-by: Peng Liu 96pengpeng@gmail.com

Pre-Checklist

Note: Please complete ALL items in the following checklist.

  • I have read through the CONTRIBUTING.md documentation.
  • My code has the necessary comments and documentation (if needed).
  • I have added relevant tests.

Purpose

  • Add kerberos authentication module.
  • Enable kerberos authentication in Flink engine.

Approaches

  • Support JAAS and UserGroupInformation authentication in bitsial-component-security-kerberos module.
  • Enable kerberos settings in command line args.
  • Enable keberos authentication in flink engine.

Related Issues

N/A

New Behavior (screenshots if needed)

N/A

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

license-eye has totally checked 905 files.

Valid Invalid Ignored Fixed
764 6 135 0
Click to see the invalid file list
  • bitsail-clients/bitsail-client-api/src/test/java/com/bytedance/bitsail/client/api/command/KerberosCommandArgsParserTest.java
  • bitsail-clients/bitsail-client-entry-flink/src/test/java/com/bytedance/bitsail/entry/flink/security/FlinkSecurityHandlerTest.java
  • bitsail-clients/bitsail-client-entry-flink/src/test/resources/conf/log4j.properties
  • bitsail-clients/bitsail-client-entry-flink/src/test/resources/lib/file_a
  • bitsail-clients/bitsail-client-entry-flink/src/test/resources/lib/flink-dist-a
  • bitsail-components/bitsail-components-security/pom.xml

@hk-lrzy hk-lrzy self-requested a review October 13, 2022 06:56
@@ -46,6 +45,9 @@ under the License.
<include>ch.qos.logback:logback-classic</include>
<include>org.slf4j:slf4j-api</include>
</includes>
<excludes>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could be remove

Remove useless exclude in artifact settings.
@hk-lrzy hk-lrzy merged commit a28ed03 into master Oct 13, 2022
@hk-lrzy hk-lrzy deleted the feature-kerberos branch October 13, 2022 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants