-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support OAuth authentication #45
Comments
Never mind. Have resolved this issue now. The issue is with the chaosmonkey reaching to spinnaker, wherein spinnaker has oauth authentication. I have disabled oauth authentication for spinnaker for time being, then it got work. Guys, |
Chaos Monkey currently only supports client certificates (PKCS12 or X509) for authentication. We'll certainly consider merging in this functionality if somebody in the community submits a PR. However, because Netflix doesn't use OAuth internally, we're unlikely to add this functionality ourselves. |
spinnaker use ldap for authn,i have the same issue |
[root@localhost ~]# chaosmonkey account my-k8s-v2-account when i use my-k8s-v2-account ,the request turn to ' http://192.168.105.4:8084/credentials/prod ' |
Am unable to run chaosmonkey commands. Below is the error message am receiving.
ubuntu@ip-172-33-1-131:~$ chaosmonkey config my-aws-account
invalid character '<' looking for beginning of value
json unmarshal failed
github.com/Netflix/chaosmonkey/spinnaker.fromJSON
/home/ubuntu/chaos/src/github.com/Netflix/chaosmonkey/spinnaker/fromjson.go:99
github.com/Netflix/chaosmonkey/spinnaker.Spinnaker.Get
/home/ubuntu/chaos/src/github.com/Netflix/chaosmonkey/spinnaker/config.go:51
github.com/Netflix/chaosmonkey/spinnaker.(*Spinnaker).Get
:1
github.com/Netflix/chaosmonkey/command.DumpConfig
/home/ubuntu/chaos/src/github.com/Netflix/chaosmonkey/command/dumpconfig.go:27
github.com/Netflix/chaosmonkey/command.Execute
/home/ubuntu/chaos/src/github.com/Netflix/chaosmonkey/command/chaosmonkey.go:327
main.main
/home/ubuntu/chaos/src/github.com/netflix/chaosmonkey/cmd/chaosmonkey/main.go:35
runtime.main
/usr/lib/go-1.6/src/runtime/proc.go:188
runtime.goexit
/usr/lib/go-1.6/src/runtime/asm_amd64.s:1998
Here is my chaosmonkey.toml
ubuntu@ip-172-33-1-131:~$ cat /etc/chaosmonkey/chaosmonkey.toml
[chaosmonkey]
enabled = true
schedule_enabled = true
leashed = false
accounts = [ "my-aws-account", "my-azure-account", "my-gce-account", "my-k8s-v2-account", "k8s-v2-azure-account" ]
time_zone = "UTC"
[database]
host = "prl-mysql.exmps.com"
name = "chaosmonkey"
user = "chaosmonkey"
encrypted_password = "test@123"
[spinnaker]
endpoint = "http://spinnaker.exmps.com:8084"
here is my go version:
$ go version
go version go1.10.3 linux/amd64
Can someone please help?
The text was updated successfully, but these errors were encountered: