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

Improve permission checks in File connector [HZ-2991] #25348

Merged

Commits on Aug 31, 2023

  1. Check permission before resolving mapping fields [HZ-2991]

    `SqlConnector#resolveAndValidateFields` may try to resolve field names
    from metadata and a sample. This is not covered by any permission check.
    
    Added `SqlConnector#permissionsForResolve` that returns permissions
    required to run the `resolveAndValidateFields`. Propagation of
    SqlSecurityContext was required for the actuall permission check.
    
    EE PR #... (adds security tests)
    frant-hartm committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5d6db2a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    191bebc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    ee7e969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a116d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bebb05 View commit details
    Browse the repository at this point in the history