mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #185] Storage of asciinema API key in config file #136
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samdmarshall on GitHub (Dec 16, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/185
I would like to include my asciinema config file as part of my dot files that i keep in a public repo; the only thing stopping me right now is that it would embed my api key as plaintext. Are there any plans to allow for alternative methods of storing this value, such as environment variable, that would allow for asciinema to consume it without having to store it in the clear?
Thanks!
@ku1ik commented on GitHub (Dec 17, 2016):
That's a nice idea!
@samdmarshall commented on GitHub (Jan 19, 2017):
@sickill I have opened a PR addressing this issue, now waiting on that to be merged.
@ku1ik commented on GitHub (Jan 23, 2017):
@samdmarshall thanks! I'll take a look shortly.