Skip to content
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

Feature/in app config management #169

Merged
merged 14 commits into from
Nov 5, 2024

Conversation

estohlmann
Copy link
Member

Added ability for administrators to configure system banner settings and which components of the chat UI are enabled for all users.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -105,12 +105,12 @@ describe.each(regions)('Chat Nag Pack Tests | Region Test: %s', (awsRegion) => {
//TODO Update expect values to remediate CDK NAG findings and remove debug
test('AwsSolutions CDK NAG Warnings', () => {
const warnings = Annotations.fromStack(stack).findWarning('*', Match.stringLikeRegexp('AwsSolutions-.*'));
expect(warnings.length).toBe(1);
expect(warnings.length).toBe(2);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a quick pass to see if we can knock out any of these nag findings with the newly created table.

bedanley
bedanley previously approved these changes Nov 1, 2024
@estohlmann estohlmann merged commit 14dc255 into develop Nov 5, 2024
4 checks passed
@estohlmann estohlmann deleted the feature/in-app-config-management branch November 5, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants