You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what we did in drone/go-convert#108, the import command for Drone should translate invalid characters to safe characters allowed in Harness secret IDs.
For example, MY-SECRET is valid in Drone, but it is an invalid Harness secret ID. In the Harness API call, MY-SECRET should convert to MY_SECRET (the name of the secret can remain MY-SECRET).
The text was updated successfully, but these errors were encountered:
Similar to what we did in drone/go-convert#108, the
import
command for Drone should translate invalid characters to safe characters allowed in Harness secret IDs.For example,
MY-SECRET
is valid in Drone, but it is an invalid Harness secret ID. In the Harness API call,MY-SECRET
should convert toMY_SECRET
(the name of the secret can remainMY-SECRET
).The text was updated successfully, but these errors were encountered: