Commit 460380c
committed
Fix Vault CI/CD integration with clean token authentication
- Simplified OIDC approach to use clean token-based auth
- Fixed non-printable character error in VAULT_CI_TOKEN
- Added proper error handling and debugging messages
- Token scoped to read-only access for public keys only
- Follows EUREKA methodology: CI/CD gets public keys from Vault
Vault CI token: hvs.CAESILZHxYS5MNfJorj8l_yWn-ERZ0JAEvTZieSmNFh-bg5zGh4KHGh2cy5Ha0VIZENSOVEzd3VaQkhtZFJjREJ0bEU
Policy: ci-public-keys (read-only, kv/fennel-production/ci-cd/* only)
TTL: 720h (30 days)
Tested access to all 7 required public keys:
- SUDO_SS58, VAL1_AURA_PUB, VAL1_GRANDPA_PUB, VAL1_STASH_SS58
- VAL2_AURA_PUB, VAL2_GRANDPA_PUB, VAL2_STASH_SS581 parent 943bd74 commit 460380c
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
270 | 269 | | |
271 | 270 | | |
272 | 271 | | |
273 | | - | |
274 | | - | |
| 272 | + | |
| 273 | + | |
275 | 274 | | |
276 | 275 | | |
277 | | - | |
| 276 | + | |
278 | 277 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
288 | 289 | | |
289 | 290 | | |
290 | 291 | | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
0 commit comments