|
@ -288,7 +288,6 @@ func TestSTSDistributedConfigurationRequirements(t *testing.T) { |
|
|
MaxSessionLength: 12 * time.Hour, |
|
|
MaxSessionLength: 12 * time.Hour, |
|
|
Issuer: "production-sts-cluster", |
|
|
Issuer: "production-sts-cluster", |
|
|
SigningKey: []byte("production-signing-key-32-chars-l"), |
|
|
SigningKey: []byte("production-signing-key-32-chars-l"), |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// Create multiple instances with identical config
|
|
|
// Create multiple instances with identical config
|
|
@ -318,7 +317,6 @@ func TestSTSDistributedConfigurationRequirements(t *testing.T) { |
|
|
func TestSTSRealWorldDistributedScenarios(t *testing.T) { |
|
|
func TestSTSRealWorldDistributedScenarios(t *testing.T) { |
|
|
ctx := context.Background() |
|
|
ctx := context.Background() |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
t.Run("load_balanced_s3_gateway_scenario", func(t *testing.T) { |
|
|
t.Run("load_balanced_s3_gateway_scenario", func(t *testing.T) { |
|
|
// Simulate real production scenario:
|
|
|
// Simulate real production scenario:
|
|
|
// 1. User authenticates with OIDC provider
|
|
|
// 1. User authenticates with OIDC provider
|
|
|