Skip to content

Commit

Permalink
Temp fix to check if aws & ecs accounts are fetched.We are seeing few…
Browse files Browse the repository at this point in the history
… issues with aws & ecs accounts. (#77)
  • Loading branch information
sanopsmx authored Jan 31, 2024
1 parent 0365f59 commit 8720b86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ import org.springframework.core.Ordered
import org.springframework.core.annotation.Order

@Configuration
@ConditionalOnProperty('aws.enabled')
@ComponentScan(["com.netflix.spinnaker.clouddriver.aws"])
@EnableConfigurationProperties(AwsConfigurationProperties)
@Import([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@

package com.netflix.spinnaker.config;

import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

@Configuration
@ComponentScan("com.netflix.spinnaker.clouddriver.ecs")
@ConditionalOnProperty("ecs.enabled")
public class EcsConfiguration {}

0 comments on commit 8720b86

Please sign in to comment.