-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(chatbot): support guardrails #20788
Closed
2 tasks
Labels
@aws-cdk/aws-chatbot
Related to AWS Chatbot
feature-request
A feature should be added or improved.
p2
Comments
stevetile
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 19, 2022
kaizencc
changed the title
(chatbot.SlackChannelConfiguration): (Add Support for guardrails)
(chatbot): support guardrails
Jun 20, 2022
kaizencc
added
p2
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Jun 20, 2022
mergify bot
pushed a commit
that referenced
this issue
Feb 12, 2023
Support defining guardrail policies when creating a SlackChannelConfiguration Closes #20788 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-chatbot
Related to AWS Chatbot
feature-request
A feature should be added or improved.
p2
Describe the feature
In the chatbot UI in AWS I'm able to set
guardrails
as below.However, this does not seem possible in CDK under
SlackChannelConfiguration
as per https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_chatbot.SlackChannelConfiguration.html.Please add the ability to specify guardrails.
Use Case
To provide a safety net such that chatbot isn't able to perform dangerous actions on my account
Proposed Solution
Allow adding
guardrails
as part of the config e.g.Other Information
No response
Acknowledgements
CDK version used
2.28.1
Environment details (OS name and version, etc.)
OSX, NodeJS (Typescript)
The text was updated successfully, but these errors were encountered: