-
Notifications
You must be signed in to change notification settings - Fork 8
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
Handle tribal API access expiration #4509
Comments
For bullet # 3, I added some context to the internal documentation on how we would manage tribal access and tribal API access through Django Admin, removing specification of the admin API. I will do some testing on what happens when the email for UserPermission and TribalApiAccessKeyId is out of sync, but I assume what would happen is the API would no longer work for the user. For bullet # 4, this should be handled through Django Admin as well. You and I had a sync last week where you were getting a 500 error in Django Admin re-saving keys unless you actually changed a value in the table. This is unintended behavior and should be fixed once this PR goes out. |
@danswick some of these bullets have been addressed on my part, but I believe the remaining items can be split up into smaller issues. |
System API keys expire after 6 months. This isn't fully documented anywhere (as far as I can tell) and we haven't really nailed down a process for renewing keys when they expire. I made a rough update to our internal docs for handling helpdesk requests, but there are still some rough edges:
Possibly related: #4407
The text was updated successfully, but these errors were encountered: