Page MenuHomeDevCentral

Fix credential helper and sentry wrapper
ClosedPublic

Authored by dereckson on Mar 6 2023, 00:16.
Tags
None
Referenced Files
F10580905: D2848.diff
Thu, Jul 17, 14:10
F10576167: D2848.diff
Thu, Jul 17, 04:40
Unknown Object (File)
Tue, Jul 15, 08:46
Unknown Object (File)
Thu, Jul 10, 17:41
Unknown Object (File)
Tue, Jul 8, 02:44
Unknown Object (File)
Thu, Jul 3, 23:56
Unknown Object (File)
Mon, Jun 23, 18:01
Unknown Object (File)
Sat, Jun 21, 17:44
Subscribers
None

Details

Summary

The credential helper should use jq -r (--raw-output) to avoid quotes.
It needs jq installed, which is not the case by default.

The sentry wrapper needs the correct credential name.

This is a follow-up for 0e4eca7aea58.

Fixes T1788.

Test Plan

Fixed on docker-002

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 7 2023, 17:19
This revision was automatically updated to reflect the committed changes.