We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently TOKEN_EXPIRY_SECS is hardcoded to 48 * 3600 code link.
TOKEN_EXPIRY_SECS
48 * 3600
Can we make it configurable?
I can make a PR for this.
I am thinking of adding the token expiry ttl in Token struct used in API schema (https://github.com/aws/aws-nitro-enclaves-acm/blob/main/src/vtok_rpc/src/api.rs#L149)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
TOKEN_EXPIRY_SECS
is hardcoded to48 * 3600
code link.Can we make it configurable?
I can make a PR for this.
I am thinking of adding the token expiry ttl in Token struct used in API schema (https://github.com/aws/aws-nitro-enclaves-acm/blob/main/src/vtok_rpc/src/api.rs#L149)
The text was updated successfully, but these errors were encountered: