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

do rbac in xdp prog #712

Merged
merged 21 commits into from
Sep 7, 2024
Merged

Commits on Sep 5, 2024

  1. support store authz policy by map_in_map

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1846507 View commit details
    Browse the repository at this point in the history
  2. set inner map for outer_map in xdp_acl

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4f094d0 View commit details
    Browse the repository at this point in the history
  3. set innerMap

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    527f0e8 View commit details
    Browse the repository at this point in the history
  4. init deserial_so in worklaod mode

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    33bdb86 View commit details
    Browse the repository at this point in the history
  5. support srcip and dstports rbac in xdp

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    921de7a View commit details
    Browse the repository at this point in the history
  6. add SUPPORT_IP_MATCH define

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ed34f47 View commit details
    Browse the repository at this point in the history
  7. fix unroll loop

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    663f8df View commit details
    Browse the repository at this point in the history
  8. htons when match dstport

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8824e40 View commit details
    Browse the repository at this point in the history
  9. store workload_polices to bpf map in kmesh-deamon

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8477677 View commit details
    Browse the repository at this point in the history
  10. fix test case

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf68056 View commit details
    Browse the repository at this point in the history
  11. fix unroll compile waring

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1c185a0 View commit details
    Browse the repository at this point in the history
  12. fix ads start issues

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a58eac3 View commit details
    Browse the repository at this point in the history
  13. fix comments

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b312095 View commit details
    Browse the repository at this point in the history
  14. store policy to bpf-map by hashid instead of name

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    204f3b5 View commit details
    Browse the repository at this point in the history
  15. delete redundancy code

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    eb000e4 View commit details
    Browse the repository at this point in the history
  16. fix comments

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    883a054 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4066296 View commit details
    Browse the repository at this point in the history
  18. fix conflict

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    944a0c5 View commit details
    Browse the repository at this point in the history
  19. fix test

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ce3903e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f83283c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. add sync-once func for authz when restart

    Signed-off-by: superCharge-xsy <[email protected]>
    supercharge-xsy committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4c6d933 View commit details
    Browse the repository at this point in the history