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

Add Support for Chatbot Policies in the organizations-config #614

Open
turqual opened this issue Oct 21, 2024 · 1 comment
Open

Add Support for Chatbot Policies in the organizations-config #614

turqual opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@turqual
Copy link

turqual commented Oct 21, 2024

Is your feature request related to a problem? Please describe.
Similar to the support for Tag and Backup policies, we would like to be able to manage our ChatBot policies from the organizations-config.yaml withing LZA.

Describe the feature you'd like
So like we have...

taggingPolicies:
  - name: TagPolicy
    description: Organization Tagging Policy
    policy: tagging-policies/org-tag-policy.json
    deploymentTargets:
        organizationalUnits:
          - Root

...we would like...

chatbotPolicies:
- name: ChatbotPolicy
  description: Organization Chatbot Policy
  policy: chatbot-policies/org-chatbot-policy.json
  deploymentTargets:
      organizationalUnits:
        - Root

This is similar to #107 which requests the same for the ai-opt-out policies within Organizations.

@turqual turqual added the enhancement New feature or request label Oct 21, 2024
@bo1984
Copy link

bo1984 commented Oct 22, 2024

Hi Chris!

I went ahead and opened a feature request for this issue to be natively supported in LZA. As of right now, we can handle this via the customizations layer. I will leave this ticket open to keep you up to date on when this request is natively supported and released publicly. Please let us know if you have any questions or concerns in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants