Sunghoon Kang

Results 8 issues of Sunghoon Kang

## Background Add possibilities for mounting secret properties from `Secret`. Resolves #383 ### Implementation strategy As @shashken described at https://github.com/GoogleCloudPlatform/flink-on-k8s-operator/issues/383#issuecomment-747453395, Use `flinkPropertiesSecret` option in CRD and mount the entire properties...

**Is your feature request related to a problem? Please describe.** Some WorkflowStepDefinition (specifically, definitions containing Kubernetes API related operations - e.g. [read-object](https://github.com/oam-dev/kubevela/blob/d1f56743cce61028a4757b07f60075810a73ed72/vela-templates/definitions/internal/workflowstep/read-object.cue)) fill error to the value instead of returning...

priority/important-soon
area/workflow

## Background https://github.com/akuity/kargo/pull/1872 introduces `kargo.akuity.io/create-actor` to track who created the given resource. As @hiddeco pointed out in https://github.com/akuity/kargo/pull/1872#pullrequestreview-2011727550, we may want to add contextual information to the annotation. ## Suggestions...

kind/enhancement
priority/normal
area/webhooks
area/api

### Background As @hiddeco pointed out, recording Events on ValidatingWebhook doesn't guarantee that the given event is _really_ happened or not because other ValidatingWebhook in cluster can affect the result...

kind/enhancement
priority/low
area/controller
area/api

#### Overview Remove redundant scope check from Google connector to fetching groups available. #### What this PR does / why we need it Since `groups` are not considered a valid...

> Related: https://github.com/akuity/kargo/pull/2046 This PR updates protobuf codegen to use the latest go-to-protobuf (v0.30.1). The new codegen process is done by - Creating a dummy module in a temporary directory...

kind/chore
area/ci-process
priority/low

# Changes Currently, the TaskRunStatus/CustomRunStatus implementation did not allow passing a clock when initializing conditions, making it difficult to test and set arbitrary time values. This commit updates the InitializeConditions...

approved
size/M
release-note-action-required
kind/misc

To support dynamic auth as described in https://github.com/carlpett/terraform-provider-sops/issues/112, this commit adds a new `env` attribute to allow users to pass environment variables to provider. Resolves: - https://github.com/carlpett/terraform-provider-sops/issues/112 - https://github.com/carlpett/terraform-provider-sops/pull/121