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

Only allow TransportConfigUpdateAction after node has been set as bootstrapped #13

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Dec 6, 2023

  1. Only allow TransportConfigUpdateAction after node has been set as boo…

    …tstrapped
    
    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7ba39c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Set in finally block and change name to bgThreadComplete

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d05da1a View commit details
    Browse the repository at this point in the history
  2. Add tests that ensure the bg thread completes during bootstrap

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    58d6f45 View commit details
    Browse the repository at this point in the history
  3. Add test to provide initialize with securityadmin works

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c2423b7 View commit details
    Browse the repository at this point in the history
  4. Set background init to false to ensure that transport config update a…

    …ctions can pass
    
    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d86feed View commit details
    Browse the repository at this point in the history
  5. Update SecurityConfigurationTests

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9606f38 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Use CompletableFuture

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0b764f1 View commit details
    Browse the repository at this point in the history
  2. Wrap in doPrivileged

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    83961f0 View commit details
    Browse the repository at this point in the history
  3. doPrivileged

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b211302 View commit details
    Browse the repository at this point in the history
  4. Wrap with doPrivileged

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0613161 View commit details
    Browse the repository at this point in the history
  5. Assert not initialized

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    258fb28 View commit details
    Browse the repository at this point in the history
  6. Rename beforeClass method

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    91cf472 View commit details
    Browse the repository at this point in the history
  7. Add AccessControllerWrappedThread

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    06b7513 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Use threadContext to carry context

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a3398e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Merge branch 'main' into initialization-fix

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    07902e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d80e98d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'initialization-fix' of https://github.com/cwperks/security

     into initialization-fix
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    67272e0 View commit details
    Browse the repository at this point in the history
  3. Small update

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7b73715 View commit details
    Browse the repository at this point in the history
  4. Use Awaitility

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4b99681 View commit details
    Browse the repository at this point in the history
  5. Use Awaitility

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    65875b5 View commit details
    Browse the repository at this point in the history
  6. Temporarily adding ignore

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5b4ff85 View commit details
    Browse the repository at this point in the history
  7. Use resetSystemProperties

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    424a148 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Use stop and start instead of restart

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    83bb6a1 View commit details
    Browse the repository at this point in the history
  2. Remove reset of default dir

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    d9912ed View commit details
    Browse the repository at this point in the history
  3. Try increasing wait time to 30s

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    55a99ac View commit details
    Browse the repository at this point in the history
  4. Remote restart

    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4e32d0f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

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

Commits on Jan 3, 2024

  1. Add setting to delay initialization in order to write a test with cle…

    …arer setup and tearDown
    
    Signed-off-by: Craig Perkins <[email protected]>
    cwperks committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b3b6de7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Only start initalization the configuration once

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    9442ad4 View commit details
    Browse the repository at this point in the history
  2. Switch back to thread for execution of the cluster configuration to k…

    …eep security manager state
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    3fe1ddb View commit details
    Browse the repository at this point in the history
  3. Fix spotless spacing

    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    66dcfce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f552d3 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branches 'peternied/initialization-fix' and 'pe…

    …ternied/refactor-test' into HEAD
    
    Signed-off-by: Peter Nied <[email protected]>
    peternied committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4d53edc View commit details
    Browse the repository at this point in the history