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

Main repository azure managed identity support #12559

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3ce65c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e253ed View commit details
    Browse the repository at this point in the history
  3. fixed indentation

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    117d058 View commit details
    Browse the repository at this point in the history
  4. fixed syntax

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e145f3f View commit details
    Browse the repository at this point in the history
  5. removed unused imports

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2659899 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d890751 View commit details
    Browse the repository at this point in the history
  7. added transitive dependencies

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    122af8f View commit details
    Browse the repository at this point in the history
  8. changed getStorageBlobEndpoint to private and using asm version from …

    …buildSrc/version.properties
    
    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    abe98f6 View commit details
    Browse the repository at this point in the history
  9. run spotlessApply

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ac1c515 View commit details
    Browse the repository at this point in the history
  10. update shas for asm 9.7

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7783b8c View commit details
    Browse the repository at this point in the history
  11. use version.jna for jna-platform

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e0a0bbf View commit details
    Browse the repository at this point in the history
  12. change string 'core.windows.net' to be a constant, use uri.create ins…

    …tead of new uri, and added a few comments for clarity
    
    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    368d2ad View commit details
    Browse the repository at this point in the history
  13. added one more comment line

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ebcd568 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efa20e5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74d1d8c View commit details
    Browse the repository at this point in the history
  16. added a jvm security policy for reactor-core jar

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    305cafa View commit details
    Browse the repository at this point in the history
  17. fixed failing forbidden api fix

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    223f737 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ce947ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4873f3f View commit details
    Browse the repository at this point in the history
  20. refactored token credential types checks

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    76276ea View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5caae91 View commit details
    Browse the repository at this point in the history
  22. added a nullable argument to getStorageEndpoint

    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3d34c8e View commit details
    Browse the repository at this point in the history
  23. Fix IdentityClient security permissions, get rid of connection string…

    … (since it is not applicable to managed identity configuration)
    
    Signed-off-by: Andriy Redko <[email protected]>
    reta authored and chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d15d2fb View commit details
    Browse the repository at this point in the history
  24. Responded to feedback from Andrew Ross, fixed typo, spelling, added s…

    …hudownNow() and Thread.currentThread().interrupt()
    
    Signed-off-by: Chengwu Shi <[email protected]>
    chengwushi-netapp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    280dd0a View commit details
    Browse the repository at this point in the history