superset icon indicating copy to clipboard operation
superset copied to clipboard

Superset REST API Bug with latest Helm Chart Deployment

Open keenborder786 opened this issue 2 years ago • 4 comments

How to reproduce the bug

I am using the latest helm chart release to install the superset on my local machine. However, when I forward a GET request to the following endpoint: http://localhost:8088/api/v1/database/_info. I am getting the following error:

{error:"'encrypted_extra'"}

Expected results

I tried other _info endpoints as well e.g http://localhost:8088/api/v1/dataset/_info and it works fine returning me the info about the CRUD model and security

Environment

  • browser type and version: FireFox 115.0.2 (64-bit)
  • superset version: 2.1.0
  • python version: 3.9.1.5
  • node.js version: v12.22.9
  • superset-helm-chart version: 0.10.5

Additional context

Kubernetes Version:

{
  "clientVersion": {
    "major": "1",
    "minor": "25",
    "gitVersion": "v1.25.0",
    "gitCommit": "a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2",
    "gitTreeState": "clean",
    "buildDate": "2022-08-23T17:44:59Z",
    "goVersion": "go1.19",
    "compiler": "gc",
    "platform": "linux/amd64"
  },
  "kustomizeVersion": "v4.5.7",
  "serverVersion": {
    "major": "1",
    "minor": "25",
    "gitVersion": "v1.25.3",
    "gitCommit": "434bfd82814af038ad94d62ebe59b133fcb50506",
    "gitTreeState": "clean",
    "buildDate": "2022-10-12T10:49:09Z",
    "goVersion": "go1.19.2",
    "compiler": "gc",
    "platform": "linux/amd64"
  }
}

helm version: v3.11.3

keenborder786 avatar Jul 25 '23 14:07 keenborder786

Just an update: I also tried the docker deployment and the same bug persist their as well.

keenborder786 avatar Jul 25 '23 18:07 keenborder786

@dpgaspar Could you check this? I can reproduce the error on master.

michael-s-molina avatar Jul 25 '23 19:07 michael-s-molina

Same problem here

JaoMarcos avatar Jan 25 '24 14:01 JaoMarcos

Is anyone still facing this in supported versions of Superset (3.1/4.0) on newer Helm charts? This is at risk of being closed as stale/obsolete if not.

CC @villebro @craig-rueda like I always do for helm-related issues ;)

rusackas avatar May 13 '24 20:05 rusackas