sysdig-cloud-scripts icon indicating copy to clipboard operation
sysdig-cloud-scripts copied to clipboard

OpenID connect setup broken

Open curionim opened this issue 6 years ago • 1 comments

Hi there, I've tried using the latest version of the OpenID connect script, but I get an error from sysdig. Executing this: ./oidc_config.sh` -s -u <URL> -i sysdig -e <secret> Returns: jq: error (at :1): Cannot iterate over null (null) { "timestamp": 1549902178334, "status": 404, "error": "Not Found", "message": "Not Found", "path": "/api/admin/auth/settings" } jq: error (at :1): Cannot iterate over null (null) { "errors": [ { "reason": "Invalid request format", "message": "Can't read HTTP input." } ] }

Previous version, around beginning of December, was working fine.

curionim avatar Feb 11 '19 17:02 curionim

@curionim, Pls can you let me know whether you are encountering the issue while running the script against our SaaS app or the on-premise app? If you are running the on-premise app and the version of the app is not the latest (v1586), pls use the scripts in https://github.com/draios/sysdig-cloud-scripts/releases/tag/onprem%2Fpre-1586.

nagsubram avatar Feb 12 '19 00:02 nagsubram