mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-21 02:16:37 +00:00
add never_expires to remove expiration dates of admin tokens and access keys
This commit is contained in:
@@ -4006,6 +4006,10 @@
|
||||
],
|
||||
"description": "Name of the admin API token"
|
||||
},
|
||||
"neverExpires": {
|
||||
"type": "boolean",
|
||||
"description": "Set the admin token to never expire"
|
||||
},
|
||||
"scope": {
|
||||
"type": [
|
||||
"array",
|
||||
@@ -4137,6 +4141,10 @@
|
||||
"null"
|
||||
],
|
||||
"description": "Name of the API key"
|
||||
},
|
||||
"neverExpires": {
|
||||
"type": "boolean",
|
||||
"description": "Set the access key to never expire"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user