-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add information about "duration" API parameter #32
Conversation
/cc @0xFelix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! Dropped some comments! Hope you find them useful.
@@ -10,7 +10,14 @@ Where `${VMI_NAMESPACE}` and `${VMI_NAME}` are the namespace | |||
and name of a running VMI. | |||
|
|||
#### Parameters | |||
- `duration` - Duration while the token is valid | |||
- `duration` - Duration while the token is valid. If it is not specified, then the token will expire after 10 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `duration` - Duration while the token is valid. If it is not specified, then the token will expire after 10 minutes. | |
- `duration` - Time in which the token is valid. If it is not specified, then the token will expire after 10 minutes. |
Feel free to reword my suggestion. But in any case, I find a bit redundant to define "duration" starting with the word "duration".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that wording "Time in which" is unclear if it is a specific time moment, or a duration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I will change one thing. |
7a54b7b
to
9a562bc
Compare
/unhold |
Added more information about the "duration" parameter. Signed-off-by: Andrej Krejcir <akrejcir@redhat.com>
9a562bc
to
6076e79
Compare
/lgtm |
What this PR does / why we need it:
Added more information about the
duration
parameter.Release note: