Expiring access keys #832
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#832
Loading…
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?
I would love to be able to create access keys that expire in like an hour. The reason I want to be able to do this is that long-lived secrets are a liability, and so I want to write a program that just logs into the garage server via ssh and makes a key on the spot, which then gets expired later.
It would be possible to just write a simple script that makes a key with name
ephemeral-${date}
and a timer to delete all such keys that are too old, but that is a workaround.This looks related to #546 (comment).
I think our current stance is that we don't want to build specific logic like this withing garage. If you want to expire keys, you can easily write a script that pool garage every now and then and remove expired keys based on the admin API.
[Feature request] Expiring access keysto Expiring access keys