Cannot find datasources after upgrading to 12.0.1

  • What Grafana version and what operating system are you using?
    v12.0.1 and Linux
  • What are you trying to achieve?
    I am trying to edit datasources in the UI
  • How are you trying to achieve it?
    I am trying to navigate to where datasources are said to be in documentation, or where they were in v9, which was under Configuration > Data Sources.
  • What happened?
    Datasources are nowhere in the UI.
  • What did you expect to happen?
    In v9, I can edit data sources as my logged in user, who has Admin permissions. In v12, I cannot even see the Connections tab, while I have Admin permissions to many other aspects, including user management. If I log on as the admin user (not ideal, or desired), I can see the Connections tab.
  • Can you copy/paste the configuration(s) that you are having problems with?
    I suppose this might be an auth issue, but our config is extremely limited
  grafana.ini:
    paths:
      data: /var/lib/grafana/
      logs: /var/log/grafana
      plugins: /var/lib/grafana/plugins
      provisioning: /etc/grafana/provisioning
    analytics:
      check_for_updates: true
    log:
      mode: console
    grafana_net:
      url: https://grafana.net

    server:
      root_url: https://grafana-dev.internal-domain.net
    auth.generic_oauth:
      name: Jumpcloud
      client_id: $__file{/etc/secrets/grafana-jumpcloud-secrets/client_id}
      client_secret: $__file{/etc/secrets/grafana-jumpcloud-secrets/client_secret}
      auth_url: https://oauth.id.jumpcloud.com/oauth2/auth
      token_url: https://oauth.id.jumpcloud.com/oauth2/token
      api_url: https://oauth.id.jumpcloud.com/userinfo
      enabled: true
      allow_sign_up: true
      scopes: email

    users:
      viewers_can_edit: true
    
    auth:
      sigv4_auth_enabled: true
  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No, Connections is simply absent. Attached are images of my user logged in and of admin logged in.