Page MenuHomeDevCentral

Fix credential helper and sentry wrapper
ClosedPublic

Authored by dereckson on Mar 6 2023, 00:16.
Tags
None
Referenced Files
F44808758: D2848.id.diff
Tue, Aug 18, 19:55
F44628310: D2848.diff
Mon, Aug 17, 22:28
Unknown Object (File)
Mon, Aug 17, 20:41
Unknown Object (File)
Mon, Aug 17, 18:39
Unknown Object (File)
Sun, Aug 16, 18:51
Unknown Object (File)
Sun, Aug 16, 16:24
Unknown Object (File)
Sun, Aug 16, 04:38
Unknown Object (File)
Tue, Aug 11, 11:33
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 Passed
Unit
No Test Coverage
Branch
fix-sentry-wrapper
Build Status
Buildable 4497
Build 4764: arc lint + arc unit

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.