sops-secrets-operator icon indicating copy to clipboard operation
sops-secrets-operator copied to clipboard

Kubernetes SOPS secrets operator

Results 10 sops-secrets-operator issues
Sort by recently updated
recently updated
newest added

#### What this PR does / why we need it: docs on pgp generation were slightly stale, update install script path

This operator is fantastic. My team and I have used it on a few different projects with a lot of success. [Now that SOPS is a part of the CNCF](https://github.com/cncf/sandbox/issues/28)...

question

Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.1 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...

dependencies

Is the capabilities NET_BIND_SERVICE needed? To pass the pod security policy ``` kubectl label --dry-run=server --overwrite ns sops \ pod-security.kubernetes.io/enforce=restricted \ pod-security.kubernetes.io/enforce-version=latest ``` I would like to change the security...

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.4.0 to 1.6.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/internal/v1.6.0 1.6.0 (2024-04-16) Features Added Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions Added a collection of...

dependencies

#### What this PR does / why we need it: I tried the GPG example and found some issues. Here is my fix for that. BR

fix

Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. Release notes Sourced from github.com/golang-jwt/jwt/v5's releases. v5.2.2 What's Changed Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by @​mfridman Fixed some typos by @​Ashikpaul in golang-jwt/jwt#382 build: add go1.22 to...

dependencies
go

Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5. Release notes Sourced from github.com/go-jose/go-jose/v4's releases. v4.0.5 What's Changed Don't allow unbounded amounts of splits by @​mcpherrinm in go-jose/go-jose#167 Fixes https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78 Various other dependency...

dependencies

Add targetNamespaces field to SopsSecretTemplate enabling deployment of the same secret to multiple namespaces without duplicating encrypted data. Super useful for things like database secrets that need to be visible...

enhancement

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go