Page MenuHomeDevCentral

Fix credential helper and sentry wrapper
ClosedPublic

Authored by dereckson on Mar 6 2023, 00:16.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 2, 07:18
Unknown Object (File)
Mon, Jul 28, 09:38
Unknown Object (File)
Fri, Jul 25, 08:17
Unknown Object (File)
Wed, Jul 23, 21:08
Unknown Object (File)
Wed, Jul 23, 02:16
Unknown Object (File)
Mon, Jul 21, 18:59
Unknown Object (File)
Sat, Jul 19, 12:25
Unknown Object (File)
Fri, Jul 18, 17:31
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.