Results 2 comments of Mick Han

I found this page while looking for a solution to the circular reference issue with AssumeRole. And then I found a way to solve the problem. Condition can be used...

The error is caused by `dify-api` missing the environment variable `INNER_API_KEY_FOR_PLUGIN`. The relevant code is here https://github.com/langgenius/dify/blob/main/api/controllers/inner_api/wraps.py#L73 . I think Dify should provide clearer documentation and error messages.