Commit 1d03fea
committed
Pass UAA JWT public key to integration sandbox components
Add a uaa_jwt_public_key helper to Sandbox that reads the RSA public key
from the asymmetric uaa.yml test fixture. Wire it into the sandbox config
templates so the Director (config_server.uaa and user_management.uaa) and
Health Monitor receive the key and can verify token signatures, eliminating
the "Decoding token without verifying" warning during integration tests.1 parent f651d83 commit 1d03fea
4 files changed
Lines changed: 14 additions & 16 deletions
File tree
- src/spec
- assets/sandbox
- integration_support
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | 93 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 94 | + | |
110 | 95 | | |
111 | 96 | | |
112 | 97 | | |
| |||
156 | 141 | | |
157 | 142 | | |
158 | 143 | | |
| 144 | + | |
| 145 | + | |
159 | 146 | | |
160 | 147 | | |
161 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
703 | 710 | | |
704 | 711 | | |
705 | 712 | | |
| |||
0 commit comments