mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[Bug] Missing Authentication UI for AWS Tools Plugin (Identity fields not rendered) #950
Reference in New Issue
Block a user
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 @ytnobody on GitHub (Jan 26, 2026).
Self Checks
Dify version
Dify Cloud 1.11.4
Plugin version
AWS Tools (langgenius/aws_tools) v0.0.17
Cloud or Self Hosted
Cloud
Steps to reproduce
There is a critical discrepancy between the
manifest.yamland the Dify Cloud UI. Although the manifest definesidentityfields for AWS credentials (Access Key ID, Secret Access Key, etc.), these fields are not rendered anywhere in the Dify Cloud interface, making it impossible to authenticate and use the plugin.Steps to Reproduce
aws_access_key_idoraws_secret_access_key, even though they are required by the plugin's schema.AccessDeniederror because no credentials can be supplied.Expected Behavior
The Plugin configuration page should display the
identityinput fields defined in themanifest.yamlso that users can provide their AWS credentials.Actual Behavior
The configuration UI is empty or missing the credential input fields entirely, leading to unauthorized API calls.
Technical Evidence
In the plugin's
manifest.yaml, the following identity fields are defined but not shown in the UI:Environment
✔️ Error log
No response
@crazywoola commented on GitHub (Feb 3, 2026):
Hi @ytnobody, thanks for opening this issue.
Why this is being closed
Dify issue tracking requires English-only issue title and description for consistent collaboration.
Next steps
Please open a new issue in English and include clear details so maintainers can help efficiently.
Thanks for understanding and for your support.