-
Notifications
You must be signed in to change notification settings - Fork 82
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
Enhance Share Health Status Verify/ReApply #1346
Conversation
> | ||
<PendingIcon color={'info'} /> | ||
</Tooltip> | ||
)} |
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.
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.
@@ -173,7 +192,7 @@ const ItemRow = (props) => { | |||
)} | |||
{possibleAction === 'Nothing' && ( | |||
<Typography color="textSecondary" variant="subtitle2"> | |||
Wait until this item is processed | |||
Wait until this item is processed and/or re-apply task is complete |
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.
Are we enforcing this in the backend?
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.
addressed in latest commit and tested again to ensure revoke still works for healthy share item and throws error for PendingReApply item
For now only enforcing this check on revoke items - the more closer healthstatus
and status
get related - the more I am tempted to include transitions and such in the already existing state machine... for now I am leaving as is to not increase complexity / scope of this PR
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.
Left some comments, but the feature looks good. I tested it locally.
Feature or Bugfix
Detail
Relates
Security
Please answer the questions below briefly where applicable, or write
N/A
. Based onOWASP 10.
fetching data from storage outside the application (e.g. a database, an S3 bucket)?
eval
or similar functions are used?By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.