Skip to content

Feature/pull interface#63

Open
denyost wants to merge 203 commits into
mainfrom
feature/pull-interface
Open

Feature/pull interface#63
denyost wants to merge 203 commits into
mainfrom
feature/pull-interface

Conversation

@denyost
Copy link
Copy Markdown
Collaborator

@denyost denyost commented Apr 30, 2026

Implements a generic http pull interfaces

denyost and others added 30 commits April 16, 2026 12:29
@denyost
Copy link
Copy Markdown
Collaborator Author

denyost commented May 29, 2026

@karimra
For evaluation CEL I used https://github.com/google/cel-go this project will move on June 16, 2026 to github.com/cel-expr/cel-go where should I note that down?

@denyost denyost marked this pull request as ready for review May 29, 2026 15:13
@denyost denyost requested a review from karimra May 29, 2026 15:14
@Janooski Janooski mentioned this pull request Jun 1, 2026
if selector.Key == "" {
return "", fmt.Errorf("secret key selector has empty key for secret %s/%s", namespace, selector.Name)
}
val, ok := secret.Data[selector.Key]
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karimra Regarding to the discussion we had on this. stringData and data are internally merged into the data field. See Constraints on Secret names and data.

This means Secrets should always be read from secret.Data. The values in secret.Data are already decoded, so they can be used directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants