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

Error creating dashboard: is_read_only deprecation #1707

Open
matthew-parry-cc opened this issue Feb 18, 2025 · 0 comments
Open

Error creating dashboard: is_read_only deprecation #1707

matthew-parry-cc opened this issue Feb 18, 2025 · 0 comments

Comments

@matthew-parry-cc
Copy link

Hi, we are seeing the following error when attempting to update or create dashboards:

 Message:               error updating dashboard: 400 Bad Request: {"errors":["The is_read_only attribute is no longer supported.                     https://docs.datadoghq.com/dashboards/guide/is-read-only-deprecation/"]}
 Message:               error creating dashboard: 400 Bad Request: {"errors":["The is_read_only attribute is no longer supported.                     https://docs.datadoghq.com/dashboards/guide/is-read-only-deprecation/"]}

This occurs when attempting to create any dashboard, even a simple/blank one which works via the UI , for example:

apiVersion: datadoghq.com/v1alpha1
kind: DatadogDashboard
metadata:
  name: test
spec:
  title: My Test Dashboard
  description: null
  widgets: "[]"
  templateVariables: []
  layoutType: ordered
  notifyList: []
  reflowType: fixed

We are using the latest version of the operator gcr.io/datadoghq/operator:1.12.1. Has there been any API updates which might be causing this?

Thanks.

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

No branches or pull requests

1 participant