-
Notifications
You must be signed in to change notification settings - Fork 55
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
API Key Expiration Updates #3442
Conversation
…arles/api-key-expiration-updates # Conflicts: # astro/src/content/docs/apis/_tenant-authentication.mdx # astro/src/content/docs/apis/authentication.mdx
FYI the and I am disappointed with myself that I did not make the message say "strong bad!" |
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.
The response doc needs a since
attribute. Not sure whether we should mention that it's possible to clear the expiration after it is set so that the key never expires.
…arles/api-key-expiration-updates
…tes' into dcharles/api-key-expiration-updates
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 don't see the linter results, but I don't think it likes <strong>
for bold anymore.
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.
The changes look good, but I see a check_apis failure.
MISSING FIELDS
{:original_examined_type=>"apiKey", :full_field_name=>"apiKey.expirationInstant", :type=>"ZonedDateTime"}
It seems like you have covered that field though, so I'm not sure where it's getting the missing field from.
The api check is failing on main, I would ignore that here as that wasn't you |
As a reminder, you can always run the api check script against a local instance of the client builder and of the website. The script has a The github action runs against the |
API Key API and Management documentation updates for new API key expiration functionality.