Kiran Godishala

Results 11 issues of Kiran Godishala

### Issue Summary: Google Secret Manager support needs to be added to the kork library along the similar lines as aws s3, aws secret manager and google gcs. ### Cloud...

component/kork
sig/googlecloud

### Issue Summary: Application default credentials & service account impersonation features for Google cloud accounts were implemented in Spinnaker but there are some gaps. This issue is to highlight the...

component/clouddriver
stale
sig/googlecloud

### Issue Summary: Service account Impersonation feature for Google cloud accounts was implemented in Spinnaker but there are some gaps. This issue is to highlight the missing/needed options in hal...

component/halyard
stale
sig/googlecloud

### Issue Summary: Google provider to implement kork-credentials abstractions so that account can be provided dynamically through any external source. ### Cloud Provider(s): GCP ### Environment: Spinnaker deploying into GCP...

sig/googlecloud

This fix addresses the issue - https://github.com/spinnaker/spinnaker/issues/6733

### Search first - [X] I searched and no similar issues were found ### Description We have been using liquibase 3.10.3 and we tried to migrate to 4.13.0 but it...

TypeSupport
triaged

### Cloud Provider Google Cloud Run ### Maintaining Organization(s) OpsMx #### Point of Contact(s) @sanopsmx @j-sandy @kirangodishala ### Requirements - [x] Cloud Provider will be actively backed by a development...

committee/technical-oversight

This PR adds the following functionality to pipeline batch update operation : - refactor bulk storage operation to make it atomic - add duplicate pipeline check to /pipelines POST handler...

Spinnaker doesn't handle retrieving property file contents properly when a job has multiple pods. Under the covers, it runs the kubectl logs jobs/ command, which doesn't give the right answer...

https://github.com/spinnaker/fiat/pull/1034 changed FiatService bean in fiat-api to use SpinnakerRetrofitErrorHandler. This broke some of the gate code as the RetrofitError catch blocks are no longer valid. This PR replaces `RetrofitError` with...