Skip to content

Commit b56ab95

Browse files
authored
Merge pull request #3 from gnsuryan/security-changes-wls
remove reference to harcoded password
2 parents 5b4e94d + 10600cf commit b56ab95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-create-wls-cluster.bicep

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ param ocrSSOPSW string
1818
param ocrSSOUser string
1919
param storageAccountName string = 'null'
2020
param utcValue string = utcNow()
21-
param wdtRuntimePassword string = 'welcome1'
21+
@secure()
22+
param wdtRuntimePassword string
2223
param wlsClusterSize int = 5
2324
param wlsCPU string = '200m'
2425
param wlsDomainName string = 'domain1'

0 commit comments

Comments
 (0)