mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #20] Reload Tenant List #17
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kayvanaarssen on GitHub (Oct 15, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/20
It would be nice to have a Refresh / Reload tenants button to grab the latest results from the partner portal.
Don't know if there is a default interval at the moment.
@KelvinTegelaar commented on GitHub (Oct 15, 2021):
currently it's a 24 hour refresh from the first load. You can force a reload by deleting tenants.cache.json from your function app. I don't think we'll build a manual reload directly in the interface, but I'll move this issue to the API side of things to consider.
@kayvanaarssen commented on GitHub (Oct 15, 2021):
Thanks! Maybe an option under the Configuration Settings so its a bit harder to find, but still there.
Just consider it!
@KelvinTegelaar By the default deployment you cannot delete the
tenants.cache.jsonBecause the app is in Read-Only.That's okay, more secure. But than a button would be nice. Also then front-end staff can refresh the list if needed.
@KelvinTegelaar commented on GitHub (Oct 17, 2021):
@kayvanaarssen added in latest build.