Actions
Bug #25767
closedCreate a variant of API token file with curl header parameter syntax
Bug #25767:
Create a variant of API token file with curl header parameter syntax
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
This will make usage in scripts simpler.
Specs:
- Write the file in
/var/rudder/run/api-token-header - Change the way permissions are set to enforce restrictions before writing the secret. The current implementation could leak the content.
- Add tests, specially for the permissions
- The format of the file to allow usage with
--header @fileis:
X-API-Token: ...
Actions