Commit a23cded
authored
Fix AWS token used in tests (#1405)
The change in
#1393 was not
correct - although it exposed the new role, it never _used_ it anywhere
and the net result was that the tests failed due to missing environment
variables:
https://github.com/hazelcast/hazelcast-cpp-client/blob/eb19e7f9f8789be79d79fbc1b29a3cf6f2bb98ad/hazelcast/test/src/HazelcastTests7.cpp#L1558-L1566
Added step to generate the required credentials, but still _without_ any
hardcoded tokens.
From the [PR job
logs](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/21203887140/job/60995646608)
I can see the credentials are now being passed through:
<img width="961" height="953" alt="image"
src="https://github.com/user-attachments/assets/f5078623-7f9f-4c04-9ec0-cf5711722649"
/>1 parent eb19e7f commit a23cded
File tree
3 files changed
+33
-3
lines changed- .github/actions
- build-test
- unix
- windows
- coverage-report
3 files changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | | - | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
156 | | - | |
| 165 | + | |
| 166 | + | |
157 | 167 | | |
158 | 168 | | |
159 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
77 | | - | |
| 86 | + | |
| 87 | + | |
78 | 88 | | |
79 | 89 | | |
80 | 90 | | |
| |||
0 commit comments