Commit 485d227
Support re-deployment in the same resource group and remove external key vault integration (#338)
* unique name for public ip.
* use global resource name sufix.
* remove var name_appGateway as there is a param for it.
* define _globalResourceNameSufix: _globalResourceNameSufix in the scaling scripts
* mitigate Bicep warning.
* add location input parameter to workflow for resource creation
* use java 11 to build cargotracker.
* fix syntax issue
* add sufix to the uami name.
* ensure all the depoyment script deployments have unique name.
* ensure key vault permission model is vault access policy.
* enable global uami to access existing key vault.
* create a seperate module to update access policy of key vault.
* set enableRbacAuthorization with false.
* specify location.
* fix build error
* Error BCP035: The specified "object" declaration is missing the following required properties: "tagsByResource"
* set vault sku
* rename key vault resource
* remove key vault from ui.
* remove key vault
* remove key vault validation in fail fast stage.
* update key vault API version
* Fix "An invalid value was provided for 'accessPolicies[0].Permissions.secrets'"
* Set key vault certificate permission.
* upgrade jdk version
* Code clean up.
* No key vault info when the App Gateway certificate is uploaded.
* validate existing aks networking configurations.
* upgrade aks to 1.30.7.
* On branch wls-aks-redeploy Update names to match what they are naming.
modified: weblogic-azure-aks/src/main/arm/createUiDefinition.json
Signed-off-by: Ed Burns <[email protected]>
* On branch wls-aks-redeploy Fix typo sufix -> suffix
modified: weblogic-azure-aks/src/main/bicep/mainTemplate.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_azure-resoruces/_autoGeneratedPfxCertInKeyVault.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-create-networking.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-create-wls-cluster.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-datasource-connection.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-output-domain-configurations.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-validate-applications.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds-validate-parameters.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_enable_hpa.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_enable_prometheus_metrics.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_install_agic.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_deployment-scripts/_ds_validate_agic.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_enableAutoScaling.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_enablePromethuesKeda.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_globalUamiAndRoles.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_rolesAssignment/_roleAssignmentinRgScope.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_setupDBConnection.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/_setupPasswordlessDBConnection.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/networking.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/setupDBConnection.bicep
modified: weblogic-azure-aks/src/main/bicep/modules/setupWebLogicCluster.bicep
Signed-off-by: Ed Burns <[email protected]>
---------
Signed-off-by: Ed Burns <[email protected]>
Co-authored-by: Ed Burns <[email protected]>1 parent 465bd59 commit 485d227
File tree
44 files changed
+270
-1276
lines changed- .github
- actions/setupmaven
- workflows
- resources
- weblogic-azure-aks/src/main
- arm
- scripts
- inline-scripts
- bicep
- modules
- _azure-resoruces
- _keyvault
- _deployment-scripts
- _rolesAssignment
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+270
-1276
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
79 | 84 | | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | 89 | | |
84 | 90 | | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| 104 | + | |
96 | 105 | | |
97 | 106 | | |
98 | 107 | | |
| |||
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
| 149 | + | |
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
| |||
147 | 157 | | |
148 | 158 | | |
149 | 159 | | |
150 | | - | |
| 160 | + | |
151 | 161 | | |
152 | 162 | | |
153 | 163 | | |
| |||
157 | 167 | | |
158 | 168 | | |
159 | 169 | | |
160 | | - | |
| 170 | + | |
161 | 171 | | |
162 | 172 | | |
163 | 173 | | |
| |||
167 | 177 | | |
168 | 178 | | |
169 | 179 | | |
| 180 | + | |
170 | 181 | | |
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
174 | 185 | | |
175 | | - | |
176 | | - | |
177 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
178 | 191 | | |
179 | 192 | | |
180 | 193 | | |
| |||
191 | 204 | | |
192 | 205 | | |
193 | 206 | | |
194 | | - | |
| 207 | + | |
195 | 208 | | |
196 | 209 | | |
197 | 210 | | |
198 | 211 | | |
199 | 212 | | |
200 | 213 | | |
201 | 214 | | |
202 | | - | |
| 215 | + | |
203 | 216 | | |
204 | 217 | | |
205 | 218 | | |
| |||
221 | 234 | | |
222 | 235 | | |
223 | 236 | | |
| 237 | + | |
224 | 238 | | |
225 | 239 | | |
226 | 240 | | |
| |||
261 | 275 | | |
262 | 276 | | |
263 | 277 | | |
264 | | - | |
| 278 | + | |
265 | 279 | | |
266 | 280 | | |
267 | 281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments