Commit 5775b5d
authored
fix: enable secret support in backend (#651)
Originally, PR #240 was not merged and we wanted to at least enable the frontend to have successful API interactions with secrets - so PR #331 was raised and merged that handled the API request but did **NOT** pass the `Secrets` data into the controller.
Now that #240 has merged - this commit uncomments all the code to enable full end to end behavior.
Signed-off-by: Andy Stoneberg <astonebe@redhat.com>1 parent 8baaefe commit 5775b5d
File tree
2 files changed
+21
-22
lines changed- workspaces/backend
- api
- internal/repositories/workspaces
2 files changed
+21
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
773 | | - | |
774 | | - | |
| 772 | + | |
775 | 773 | | |
776 | 774 | | |
777 | 775 | | |
| |||
808 | 806 | | |
809 | 807 | | |
810 | 808 | | |
811 | | - | |
812 | | - | |
| 809 | + | |
813 | 810 | | |
814 | 811 | | |
815 | 812 | | |
| |||
865 | 862 | | |
866 | 863 | | |
867 | 864 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| |||
Lines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
175 | | - | |
176 | | - | |
177 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments