Jason

Results 18 issues of Jason

### Issue Summary: Refreshing credentials post initialization to read updated SCC properties causes the secrets engine to fail. Tested against clouddriver master. NOT tested whether other services are impacted. ###...

bug
stale
to-be-closed

IF you setup Redis with SSL, celery (e.g. scheduler/workers) won't be able to connect to it and get failures in the logs. E.g. ``` [2019-02-19 18:47:50,400: ERROR/MainProcess] consumer: Cannot connect...

Per last conversation in here: https://github.com/jasonmcintosh/rabbitmq-zabbix/issues/47 The shovel status should really return a value that can be used to trigger alerts similar to queue refresh status.

enhancement

I'm getting the information from HTTP stats API /api/vhosts/ and using the recv_oct parameter for each vhost. Sample JSON: ``` json [ {"messages":0, "messages_details":{"rate":0.0}, "messages_ready":0, "messages_ready_details":{"rate":0.0}, "messages_unacknowledged":0, "messages_unacknowledged_details":{"rate":0.0}, "recv_oct":541010, "recv_oct_details":{"rate":0.0},...

enhancement

Right now the filters allow one to say "Only include X". I'd like to allow an "exclude anything matching X" - this would handle the aliveness-test case. I MIGHT be...

enhancement

Enables loading environment variables from a configmap as well as being able to apply a permissions boundary on the IAM roles.

### Terraform Version 1.1.15 ### Affected Resource(s) vault_okta_auth_backend_group vault_ldap_auth_backend_group vault_identity_group ### Terraform Configuration Files ```hcl resource "vault_okta_auth_backend_group" "example" { group_name = "bob" path = "auth/okta/groups/bob" policies = ["default","aws-some-account","secrets-path-restriction"] } ```...

enhancement

### Issue Summary: Currently some of the services support externalized configuration via an SCC system. This is done via https://github.com/spinnaker/kork/blob/master/kork-cloud-config-server/src/main/java/com/netflix/spinnaker/kork/configserver/ConfigServerBootstrap.java which sets up some default properties for the project related...

enhancement
no-lifecycle

Significant refactor of accounts to reduce duplication. Prepares for SQL account repository handling.

https://github.com/spinnaker-plugins/aws-lambda-deployment-plugin-spinnaker/pull/134/files basically copy of this