Skip to content

Commit

Permalink
fix: prevents redirect issue with molecule and new powershell updates (
Browse files Browse the repository at this point in the history
…#222)

Co-authored-by: Carlos Matos <[email protected]>
  • Loading branch information
ffalor and carlosmmatos authored Nov 17, 2023
1 parent 3773c0e commit e334f5b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pwsh_install_ccid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ANSIBLE_FORCE_COLOR: 1
FALCON_CLIENT_ID: ${{ secrets.FALCON_CLIENT_ID }}
FALCON_CLIENT_SECRET: ${{ secrets.FALCON_CLIENT_SECRET }}
FALCON_CLOUD: ${{ secrets.FALCON_CLOUD }}
FALCON_CID: ${{ secrets.FALCON_CID }}
FALCON_PROV_TOKEN: ${{ secrets.FALCON_PROV_TOKEN }}
AWS_REGION: "us-west-1"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pwsh_install_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ANSIBLE_FORCE_COLOR: 1
FALCON_CLIENT_ID: ${{ secrets.FALCON_CLIENT_ID }}
FALCON_CLIENT_SECRET: ${{ secrets.FALCON_CLIENT_SECRET }}
FALCON_CLOUD: ${{ secrets.FALCON_CLOUD }}
FALCON_CID: ${{ secrets.FALCON_CID }}
FALCON_PROV_TOKEN: ${{ secrets.FALCON_PROV_TOKEN }}
AWS_REGION: "us-west-1"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pwsh_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ANSIBLE_FORCE_COLOR: 1
FALCON_CLIENT_ID: ${{ secrets.FALCON_CLIENT_ID }}
FALCON_CLIENT_SECRET: ${{ secrets.FALCON_CLIENT_SECRET }}
FALCON_CLOUD: ${{ secrets.FALCON_CLOUD }}
FALCON_CID: ${{ secrets.FALCON_CID }}
FALCON_PROV_TOKEN: ${{ secrets.FALCON_PROV_TOKEN }}
AWS_REGION: "us-west-1"
Expand Down
1 change: 1 addition & 0 deletions molecule/pwsh_install_ccid/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
-FalconClientSecret "{{ lookup('env', 'FALCON_CLIENT_SECRET') }}"
-FalconCid "{{ lookup('env', 'FALCON_CID') }}"
-ProvToken "{{ lookup('env', 'FALCON_PROV_TOKEN') }}"
-FalconCloud "{{ lookup('env', 'FALCON_CLOUD') }}"
# register: install_script

# # Print stdout
Expand Down
1 change: 1 addition & 0 deletions molecule/pwsh_install_policy/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-FalconClientId "{{ lookup('env', 'FALCON_CLIENT_ID') }}"
-FalconClientSecret "{{ lookup('env', 'FALCON_CLIENT_SECRET') }}"
-ProvToken "{{ lookup('env', 'FALCON_PROV_TOKEN') }}"
-FalconCloud "{{ lookup('env', 'FALCON_CLOUD') }}"
# register: install_script

# # Print stdout
Expand Down
4 changes: 2 additions & 2 deletions molecule/pwsh_migrate/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
-NewFalconClientSecret "{{ lookup('env', 'FALCON_CLIENT_SECRET') }}"
-OldFalconClientId "{{ lookup('env', 'FALCON_CLIENT_ID') }}" `
-OldFalconClientSecret "{{ lookup('env', 'FALCON_CLIENT_SECRET') }}"
-NewFalconCloud "us-2"
-OldFalconCloud "us-2"
-NewFalconCloud "{{ lookup('env', 'FALCON_CLOUD') }}"
-OldFalconCloud "{{ lookup('env', 'FALCON_CLOUD') }}"
-ProvToken "{{ lookup('env', 'FALCON_PROV_TOKEN') }}"
-RemoveHost
-Tags "migrate1,migrate2"
Expand Down

0 comments on commit e334f5b

Please sign in to comment.