Skip to content

Amazon Q Business Plugin Side Menu Doesn't Show Up

0

I have created amazon q business application with anonymous access connected to ServiceNow data source. I want to add some plugin following the docs, but I can't find plugin side menu in my console.

How to make the plugin menu show up, or is there any pre requisite to make the plugin side menu show up. Thank you. Console Screen Amazon Q Plugin Docs

asked a year ago197 views

2 Answers
0
Accepted Answer

Plugins are not supported for anonymous application environments

[+] https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/create-anonymous-application.html

AWS
EXPERT

answered a year ago

0

To access the plugins menu in Amazon Q Business, you need to navigate to the correct location in the console. Based on your screenshot, it appears you're in the Amazon Q Business application view, but you need to go one level deeper.

Here's how to access the plugins menu:

  1. From the Amazon Q console, in Applications, select the name of your application from the list of applications (which it seems you've already done).
  2. From the left navigation menu, choose Actions, and then choose Plugins.

If you still don't see the Plugins option under Actions, there might be some prerequisites you need to fulfill:

  1. Ensure your IAM role for the web experience has the necessary permissions. For plugin functionality, you need permissions like qbusiness:ListPluginActions, qbusiness:ListPluginTypeMetadata, and qbusiness:ListPluginTypeActions.

  2. For creating plugins, your IAM policy should include permissions for secretsmanager:GetSecretValue to access the secrets needed for plugin authentication.

  3. Make sure your IAM role has a trust policy that allows Amazon Q Business to assume the role with the service principal qbusiness.amazonaws.com.

If you're planning to use ServiceNow as a plugin, you'll also need to prepare the authentication information including access token URL, authorization URL, redirect URL, client ID, and client secret from your ServiceNow OAuth application.
Sources
Prerequisites for configuring Amazon Q Business built-in plugins - Amazon Q Business
Managing Amazon Q Business plugins - Amazon Q Business
Configuring a ServiceNow plugin for Amazon Q Business - Amazon Q Business

answered a year ago

EXPERT

reviewed a year ago

  • already in application details level page which is in QBusiness-application-yj1so application.

    already have IAM permission also for all amazon q business resource.

    {
                "Sid": "Statement1",
                "Effect": "Allow",
                "Action": [
                    "qbusiness:*"
                ],
                "Resource": [
                    "*"
                ]
    }
    

    but still the menu doesn't show up.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.