Commit d705b2a
Switch to Username/password auth for ACR (#55)
* Logging in manually
* switch MI id to vars, as its set
* Extract MI assignment
* change user assigned arg
* remove extension
* Fix target port syntax in Azure Container App deployment
* Update target port for Container App and assign Managed Identity
* Add subscription and managed identity parameters for Container App deployment
* Refactor Container App deployment to use dynamic identity assignment and update registry identity reference
* Add Azure CLI extension for Container App deployment
* Add debug flag to Container App deployment command
* Update managed identity assignment script in deployment workflow
* Update Azure CLI script for Container App deployment to use ACR credentials
* Refactor ACR login steps in deployment workflow to use secrets for credentials
* remove commented work
* remove commented work
* Remove subscription ID from environment variables in deployment workflow
---------
Co-authored-by: Joshua Lester <jlester3@ewu.edu>1 parent bbfeaa8 commit d705b2a
1 file changed
+12
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
122 | | - | |
123 | | - | |
| 126 | + | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 131 | + | |
| 132 | + | |
140 | 133 | | |
141 | 134 | | |
142 | 135 | | |
| |||
0 commit comments