Skip to content

Commit

Permalink
Fixed the SQSSubscriber bean issue by commenting aws accounts in clou…
Browse files Browse the repository at this point in the history
…ddriver.yml. Once we comment here, it will pick the aws accounts from hal config. OP-21707 (#80)
  • Loading branch information
sanopsmx authored Feb 1, 2024
1 parent 35a4749 commit fe45b43
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions clouddriver-web/config/clouddriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ default:
account:
env: default

aws:
enabled: ${AWS_ENABLED:false}
#aws:
#enabled: ${AWS_ENABLED:false}
# features:
# launch-templates:
# enabled: true
Expand All @@ -71,25 +71,25 @@ aws:
# proxyDomain: foo
# proxyWorkstation: foo
# protocol: HTTP
defaults:
iamRole: BaseIAMRole
unknownInstanceTypeBlockDevice:
deviceName: /dev/sdb
size: 40
instanceClassBlockDevices:
- instanceClass: m3
blockDevices:
- deviceName: /dev/sdb
virtualName: ephemeral0
- deviceName: /dev/sdc
virtualName: ephemeral1
defaultRegions:
- name: us-east-1
defaultKeyPairTemplate: '{{name}}-keypair'
#defaults:
# iamRole: BaseIAMRole
# unknownInstanceTypeBlockDevice:
# deviceName: /dev/sdb
# size: 40
# instanceClassBlockDevices:
# - instanceClass: m3
# blockDevices:
# - deviceName: /dev/sdb
# virtualName: ephemeral0
# - deviceName: /dev/sdc
# virtualName: ephemeral1
#defaultRegions:
# - name: us-east-1
#defaultKeyPairTemplate: '{{name}}-keypair'

# an empty list means we are directly managing the AWS account we have credentials for (named default.account.env)
# see prod profile section below for an example configuration to manage other accounts via STS assume role
accounts: []
#accounts: []

azure:
enabled: ${AZURE_ENABLED:false}
Expand Down

0 comments on commit fe45b43

Please sign in to comment.