Skip to content

Commit

Permalink
Added sops encryped .env in component test data
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasov-y committed Nov 10, 2024
1 parent 443c96a commit 4cb4bf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
secretGenerator:
- name: sops-year3
envs:
- year3.env
generatorOptions:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
year=ENC[AES256_GCM,data:/iPGDw==,iv:5RaYxVN2SD7JCvV+uH9of7CTz3cY+wxxAv6DrqfFO0s=,tag:qR4M6KWG7S9unpBkzIfEXA==,type:str]
sops_age__list_0__map_enc=-----BEGIN AGE ENCRYPTED FILE-----\nYWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBNOWd2KzdPbHNnMFl5UXpD\neHJobElkY29lQi9uTFpqMzlyWHAybWJnelI4CmVDT01ubGlFSW9IYWplNzJkbWpE\nd2lmYUprY1ZEby91UDVYUGs4QTl0elUKLS0tIFpKWnFXRExLaC9uODAxelNpY2ZW\nL2c2WkxyVXg3S0JOaTBTUTR5U0dzK1kKNqGNlxWKKpSHfkRrkDQYQ1SYe73KoNTV\nUER/gw9aGHo2izSx/s4cm6jrKQfMPEaEV5GGNJsn3mmbWWmh9739VA==\n-----END AGE ENCRYPTED FILE-----\n
sops_age__list_0__map_recipient=age1l44xcng8dqj32nlv6d930qvvrny05hglzcv9qpc7kxjc6902ma4qufys29
sops_lastmodified=2024-11-10T18:41:59Z
sops_mac=ENC[AES256_GCM,data:7ufwVsB9rx9IHI5dSPaN2j3W34Jlag2E1fy4F78/Uy/+OkaHE/e03jhX5vbOorHaC1g8G51r2T2l83/h9Y5+QSFrMZNc4flg0VwLMRJPJkJQxuv16cZcaBjCbOyudh46Ohek8Ke9VTTI8bMmU9Ss6S0Ra36WV0kH6UYpWIWN5rc=,iv:uwqBxdEFVTHU7mxs3k5iSP1eCXAOT3Hvn05Vusck3wM=,tag:ko1uF5ORtMdJ+A5B3jE0wQ==,type:str]
sops_unencrypted_suffix=_unencrypted
sops_version=3.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ secretGenerator:
- year1.env
generatorOptions:
disableNameSuffixHash: true
components:
- component

0 comments on commit 4cb4bf6

Please sign in to comment.