-
Notifications
You must be signed in to change notification settings - Fork 285
Open
Labels
area/controllerAffects the (main) controllerAffects the (main) controllergood first issueGood issue for a new contributor to handleGood issue for a new contributor to handlehacktoberfestIssue is eligible for Hacktoberfest -- https://hacktoberfest.com/Issue is eligible for Hacktoberfest -- https://hacktoberfest.com/help-wantedMaintainers do not intend to address this themselves; community effort will drive resolutionMaintainers do not intend to address this themselves; community effort will drive resolutionkind/enhancementAn entirely new featureAn entirely new featurepriority/lowLow commitment from maintainers; progress is likely to be community-drivenLow commitment from maintainers; progress is likely to be community-driven
Description
Checklist
- I've searched the issue queue to verify this is not a duplicate feature request.
- I've pasted the output of
kargo version, if applicable. v1.7.5 - [] I've pasted logs, if applicable.
Proposed Feature
the http promotion step should be able to handle response body that is plain text.
Motivation
use case: i need to curl http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity for a auth token, and the response body here is only a string token.
current behaviour:
step configuration
outputs:
- fromExpression: response.body
name: token
output:
{
"token": {}
}
i have a PR opened #5106
Metadata
Metadata
Assignees
Labels
area/controllerAffects the (main) controllerAffects the (main) controllergood first issueGood issue for a new contributor to handleGood issue for a new contributor to handlehacktoberfestIssue is eligible for Hacktoberfest -- https://hacktoberfest.com/Issue is eligible for Hacktoberfest -- https://hacktoberfest.com/help-wantedMaintainers do not intend to address this themselves; community effort will drive resolutionMaintainers do not intend to address this themselves; community effort will drive resolutionkind/enhancementAn entirely new featureAn entirely new featurepriority/lowLow commitment from maintainers; progress is likely to be community-drivenLow commitment from maintainers; progress is likely to be community-driven