Skip to content

Commit f640ae4

Browse files
chore: replace LastPass information with SecretServer (#177)
* chore: replace LastPass information with SecretServer * chore: add remaining lastpass occurences
1 parent 365ab8c commit f640ae4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ jobs:
10731073
NORMAL="\033[0m"
10741074
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
10751075
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1076-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
1076+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
10771077
- name: run-tests
10781078
id: run-tests
10791079
env:
@@ -1294,7 +1294,7 @@ jobs:
12941294
NORMAL="\033[0m"
12951295
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
12961296
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1297-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
1297+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
12981298
- name: run-tests
12991299
id: run-tests
13001300
env:
@@ -1496,7 +1496,7 @@ jobs:
14961496
NORMAL="\033[0m"
14971497
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
14981498
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1499-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
1499+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
15001500
- name: run-tests
15011501
id: run-tests
15021502
env:
@@ -1705,7 +1705,7 @@ jobs:
17051705
NORMAL="\033[0m"
17061706
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
17071707
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1708-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
1708+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
17091709
- name: create test argument
17101710
id: create-test-arg
17111711
shell: bash
@@ -1923,7 +1923,7 @@ jobs:
19231923
NORMAL="\033[0m"
19241924
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
19251925
echo -e "Splunk username is${BOLD} admin${NORMAL}"
1926-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
1926+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
19271927
- name: get os name and version
19281928
id: os-name-version
19291929
shell: bash
@@ -2138,7 +2138,7 @@ jobs:
21382138
NORMAL="\033[0m"
21392139
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
21402140
echo -e "Splunk username is${BOLD} admin${NORMAL}"
2141-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
2141+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
21422142
- name: get os name and version
21432143
id: os-name-version
21442144
shell: bash
@@ -2351,7 +2351,7 @@ jobs:
23512351
NORMAL="\033[0m"
23522352
echo "Splunk Web UI will be available at https://${{ steps.create-job-name.outputs.job-name }}.${{ needs.setup.outputs.spl-host-suffix }}:8000 after test execution starts"
23532353
echo -e "Splunk username is${BOLD} admin${NORMAL}"
2354-
echo "Splunk password is available in LastPass shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
2354+
echo "Splunk password is available in SecretServer shared folder: Shared Splunk - GDI - Lab Credentials under SPLUNK_DEPLOYMENT_PASSWORD"
23552355
- name: get escu detections
23562356
id: get-escu-detections
23572357
run: |

0 commit comments

Comments
 (0)