secretstore-v1.yaml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931
  1. apiVersion: external-secrets.io/v1
  2. kind: SecretStore
  3. metadata: {}
  4. spec:
  5. conditions:
  6. - namespaceRegexes: [] # minItems 0 of type string
  7. namespaceSelector:
  8. matchExpressions:
  9. - key: string
  10. operator: string
  11. values: [] # minItems 0 of type string
  12. matchLabels: {}
  13. namespaces: [] # minItems 0 of type string
  14. controller: string
  15. provider:
  16. akeyless:
  17. akeylessGWApiURL: string
  18. authSecretRef:
  19. kubernetesAuth:
  20. accessID: string
  21. k8sConfName: string
  22. secretRef:
  23. key: string
  24. name: string
  25. namespace: string
  26. serviceAccountRef:
  27. audiences: [] # minItems 0 of type string
  28. name: string
  29. namespace: string
  30. secretRef:
  31. accessID:
  32. key: string
  33. name: string
  34. namespace: string
  35. accessType:
  36. key: string
  37. name: string
  38. namespace: string
  39. accessTypeParam:
  40. key: string
  41. name: string
  42. namespace: string
  43. caBundle: c3RyaW5n
  44. caProvider:
  45. key: string
  46. name: string
  47. namespace: string
  48. type: "Secret" # "Secret", "ConfigMap"
  49. aws:
  50. additionalRoles: [] # minItems 0 of type string
  51. auth:
  52. jwt:
  53. serviceAccountRef:
  54. audiences: [] # minItems 0 of type string
  55. name: string
  56. namespace: string
  57. secretRef:
  58. accessKeyIDSecretRef:
  59. key: string
  60. name: string
  61. namespace: string
  62. secretAccessKeySecretRef:
  63. key: string
  64. name: string
  65. namespace: string
  66. sessionTokenSecretRef:
  67. key: string
  68. name: string
  69. namespace: string
  70. externalID: string
  71. prefix: string
  72. region: string
  73. role: string
  74. secretsManager:
  75. forceDeleteWithoutRecovery: true
  76. recoveryWindowInDays: 1
  77. service: "SecretsManager" # "SecretsManager", "ParameterStore"
  78. sessionTags:
  79. - key: string
  80. value: string
  81. transitiveTagKeys: [] # minItems 0 of type string
  82. azurekv:
  83. authSecretRef:
  84. clientCertificate:
  85. key: string
  86. name: string
  87. namespace: string
  88. clientId:
  89. key: string
  90. name: string
  91. namespace: string
  92. clientSecret:
  93. key: string
  94. name: string
  95. namespace: string
  96. tenantId:
  97. key: string
  98. name: string
  99. namespace: string
  100. authType: "ServicePrincipal"
  101. customCloudConfig:
  102. activeDirectoryEndpoint: string
  103. keyVaultDNSSuffix: string
  104. keyVaultEndpoint: string
  105. resourceManagerEndpoint: string
  106. environmentType: "PublicCloud"
  107. identityId: string
  108. serviceAccountRef:
  109. audiences: [] # minItems 0 of type string
  110. name: string
  111. namespace: string
  112. tenantId: string
  113. useAzureSDK: false
  114. vaultUrl: string
  115. barbican:
  116. auth:
  117. password:
  118. secretRef:
  119. key: string
  120. name: string
  121. namespace: string
  122. username:
  123. secretRef:
  124. key: string
  125. name: string
  126. namespace: string
  127. value: string
  128. authURL: string
  129. domainName: string
  130. region: string
  131. tenantName: string
  132. beyondtrust:
  133. auth:
  134. apiKey:
  135. secretRef:
  136. key: string
  137. name: string
  138. namespace: string
  139. value: string
  140. certificate:
  141. secretRef:
  142. key: string
  143. name: string
  144. namespace: string
  145. value: string
  146. certificateKey:
  147. secretRef:
  148. key: string
  149. name: string
  150. namespace: string
  151. value: string
  152. clientId:
  153. secretRef:
  154. key: string
  155. name: string
  156. namespace: string
  157. value: string
  158. clientSecret:
  159. secretRef:
  160. key: string
  161. name: string
  162. namespace: string
  163. value: string
  164. server:
  165. apiUrl: string
  166. apiVersion: external-secrets.io/v1
  167. clientTimeOutSeconds: 1
  168. decrypt: true
  169. retrievalType: string
  170. separator: string
  171. verifyCA: true
  172. bitwardensecretsmanager:
  173. apiURL: string
  174. auth:
  175. secretRef:
  176. credentials:
  177. key: string
  178. name: string
  179. namespace: string
  180. bitwardenServerSDKURL: string
  181. caBundle: string
  182. caProvider:
  183. key: string
  184. name: string
  185. namespace: string
  186. type: "Secret" # "Secret", "ConfigMap"
  187. identityURL: string
  188. organizationID: string
  189. projectID: string
  190. chef:
  191. auth:
  192. secretRef:
  193. privateKeySecretRef:
  194. key: string
  195. name: string
  196. namespace: string
  197. serverUrl: string
  198. username: string
  199. cloudrusm:
  200. auth:
  201. secretRef:
  202. accessKeyIDSecretRef:
  203. key: string
  204. name: string
  205. namespace: string
  206. accessKeySecretSecretRef:
  207. key: string
  208. name: string
  209. namespace: string
  210. projectID: string
  211. conjur:
  212. auth:
  213. apikey:
  214. account: string
  215. apiKeyRef:
  216. key: string
  217. name: string
  218. namespace: string
  219. userRef:
  220. key: string
  221. name: string
  222. namespace: string
  223. jwt:
  224. account: string
  225. hostId: string
  226. secretRef:
  227. key: string
  228. name: string
  229. namespace: string
  230. serviceAccountRef:
  231. audiences: [] # minItems 0 of type string
  232. name: string
  233. namespace: string
  234. serviceID: string
  235. caBundle: string
  236. caProvider:
  237. key: string
  238. name: string
  239. namespace: string
  240. type: "Secret" # "Secret", "ConfigMap"
  241. url: string
  242. delinea:
  243. clientId:
  244. secretRef:
  245. key: string
  246. name: string
  247. namespace: string
  248. value: string
  249. clientSecret:
  250. secretRef:
  251. key: string
  252. name: string
  253. namespace: string
  254. value: string
  255. tenant: string
  256. tld: string
  257. urlTemplate: string
  258. doppler:
  259. auth:
  260. oidcConfig:
  261. expirationSeconds: 600
  262. identity: string
  263. serviceAccountRef:
  264. audiences: [] # minItems 0 of type string
  265. name: string
  266. namespace: string
  267. secretRef:
  268. dopplerToken:
  269. key: string
  270. name: string
  271. namespace: string
  272. config: string
  273. format: "json" # "json", "dotnet-json", "env", "yaml", "docker"
  274. nameTransformer: "upper-camel" # "upper-camel", "camel", "lower-snake", "tf-var", "dotnet-env", "lower-kebab"
  275. project: string
  276. dvls:
  277. auth:
  278. secretRef:
  279. appId:
  280. key: string
  281. name: string
  282. namespace: string
  283. appSecret:
  284. key: string
  285. name: string
  286. namespace: string
  287. insecure: true
  288. serverUrl: string
  289. fake:
  290. data:
  291. - key: string
  292. value: string
  293. version: string
  294. validationResult: 1
  295. fortanix:
  296. apiKey:
  297. secretRef:
  298. key: string
  299. name: string
  300. namespace: string
  301. apiUrl: string
  302. gcpsm:
  303. auth:
  304. secretRef:
  305. secretAccessKeySecretRef:
  306. key: string
  307. name: string
  308. namespace: string
  309. workloadIdentity:
  310. clusterLocation: string
  311. clusterName: string
  312. clusterProjectID: string
  313. serviceAccountRef:
  314. audiences: [] # minItems 0 of type string
  315. name: string
  316. namespace: string
  317. workloadIdentityFederation:
  318. audience: string
  319. awsSecurityCredentials:
  320. awsCredentialsSecretRef:
  321. name: string
  322. namespace: string
  323. region: "ap-south-1"
  324. credConfig:
  325. key: string
  326. name: string
  327. namespace: string
  328. externalTokenEndpoint: string
  329. serviceAccountRef:
  330. audiences: [] # minItems 0 of type string
  331. name: string
  332. namespace: string
  333. location: string
  334. projectID: string
  335. secretVersionSelectionPolicy: "LatestOrFail"
  336. github:
  337. appID: 1
  338. auth:
  339. privateKey:
  340. key: string
  341. name: string
  342. namespace: string
  343. environment: string
  344. installationID: 1
  345. organization: string
  346. repository: string
  347. uploadURL: string
  348. url: "https://github.com/"
  349. gitlab:
  350. auth:
  351. SecretRef:
  352. accessToken:
  353. key: string
  354. name: string
  355. namespace: string
  356. caBundle: c3RyaW5n
  357. caProvider:
  358. key: string
  359. name: string
  360. namespace: string
  361. type: "Secret" # "Secret", "ConfigMap"
  362. environment: string
  363. groupIDs: [] # minItems 0 of type string
  364. inheritFromGroups: true
  365. projectID: string
  366. url: string
  367. ibm:
  368. auth:
  369. containerAuth:
  370. iamEndpoint: string
  371. profile: string
  372. tokenLocation: string
  373. secretRef:
  374. iamEndpoint: string
  375. secretApiKeySecretRef:
  376. key: string
  377. name: string
  378. namespace: string
  379. serviceUrl: string
  380. infisical:
  381. auth:
  382. awsAuthCredentials:
  383. identityId:
  384. key: string
  385. name: string
  386. namespace: string
  387. azureAuthCredentials:
  388. identityId:
  389. key: string
  390. name: string
  391. namespace: string
  392. resource:
  393. key: string
  394. name: string
  395. namespace: string
  396. gcpIamAuthCredentials:
  397. identityId:
  398. key: string
  399. name: string
  400. namespace: string
  401. serviceAccountKeyFilePath:
  402. key: string
  403. name: string
  404. namespace: string
  405. gcpIdTokenAuthCredentials:
  406. identityId:
  407. key: string
  408. name: string
  409. namespace: string
  410. jwtAuthCredentials:
  411. identityId:
  412. key: string
  413. name: string
  414. namespace: string
  415. jwt:
  416. key: string
  417. name: string
  418. namespace: string
  419. kubernetesAuthCredentials:
  420. identityId:
  421. key: string
  422. name: string
  423. namespace: string
  424. serviceAccountTokenPath:
  425. key: string
  426. name: string
  427. namespace: string
  428. ldapAuthCredentials:
  429. identityId:
  430. key: string
  431. name: string
  432. namespace: string
  433. ldapPassword:
  434. key: string
  435. name: string
  436. namespace: string
  437. ldapUsername:
  438. key: string
  439. name: string
  440. namespace: string
  441. ociAuthCredentials:
  442. fingerprint:
  443. key: string
  444. name: string
  445. namespace: string
  446. identityId:
  447. key: string
  448. name: string
  449. namespace: string
  450. privateKey:
  451. key: string
  452. name: string
  453. namespace: string
  454. privateKeyPassphrase:
  455. key: string
  456. name: string
  457. namespace: string
  458. region:
  459. key: string
  460. name: string
  461. namespace: string
  462. tenancyId:
  463. key: string
  464. name: string
  465. namespace: string
  466. userId:
  467. key: string
  468. name: string
  469. namespace: string
  470. tokenAuthCredentials:
  471. accessToken:
  472. key: string
  473. name: string
  474. namespace: string
  475. universalAuthCredentials:
  476. clientId:
  477. key: string
  478. name: string
  479. namespace: string
  480. clientSecret:
  481. key: string
  482. name: string
  483. namespace: string
  484. caBundle: c3RyaW5n
  485. caProvider:
  486. key: string
  487. name: string
  488. namespace: string
  489. type: "Secret" # "Secret", "ConfigMap"
  490. hostAPI: "https://app.infisical.com/api"
  491. secretsScope:
  492. environmentSlug: string
  493. expandSecretReferences: true
  494. projectSlug: string
  495. recursive: false
  496. secretsPath: "/"
  497. keepersecurity:
  498. authRef:
  499. key: string
  500. name: string
  501. namespace: string
  502. folderID: string
  503. kubernetes:
  504. auth:
  505. cert:
  506. clientCert:
  507. key: string
  508. name: string
  509. namespace: string
  510. clientKey:
  511. key: string
  512. name: string
  513. namespace: string
  514. serviceAccount:
  515. audiences: [] # minItems 0 of type string
  516. name: string
  517. namespace: string
  518. token:
  519. bearerToken:
  520. key: string
  521. name: string
  522. namespace: string
  523. authRef:
  524. key: string
  525. name: string
  526. namespace: string
  527. remoteNamespace: "default"
  528. server:
  529. caBundle: c3RyaW5n
  530. caProvider:
  531. key: string
  532. name: string
  533. namespace: string
  534. type: "Secret" # "Secret", "ConfigMap"
  535. url: "kubernetes.default"
  536. nebiusmysterybox:
  537. apiDomain: string
  538. auth:
  539. serviceAccountCredsSecretRef:
  540. key: string
  541. name: string
  542. namespace: string
  543. tokenSecretRef:
  544. key: string
  545. name: string
  546. namespace: string
  547. caProvider:
  548. certSecretRef:
  549. key: string
  550. name: string
  551. namespace: string
  552. ngrok:
  553. apiUrl: "https://api.ngrok.com"
  554. auth:
  555. apiKey:
  556. secretRef:
  557. key: string
  558. name: string
  559. namespace: string
  560. vault:
  561. name: string
  562. onboardbase:
  563. apiHost: "https://public.onboardbase.com/api/v1/"
  564. auth:
  565. apiKeyRef:
  566. key: string
  567. name: string
  568. namespace: string
  569. passcodeRef:
  570. key: string
  571. name: string
  572. namespace: string
  573. environment: "development"
  574. project: "development"
  575. onepassword:
  576. auth:
  577. secretRef:
  578. connectTokenSecretRef:
  579. key: string
  580. name: string
  581. namespace: string
  582. connectHost: string
  583. vaults: {}
  584. onepasswordSDK:
  585. auth:
  586. serviceAccountSecretRef:
  587. key: string
  588. name: string
  589. namespace: string
  590. cache:
  591. maxSize: 100
  592. ttl: "5m"
  593. integrationInfo:
  594. name: "1Password SDK"
  595. version: "v1.0.0"
  596. vault: string
  597. oracle:
  598. auth:
  599. secretRef:
  600. fingerprint:
  601. key: string
  602. name: string
  603. namespace: string
  604. privatekey:
  605. key: string
  606. name: string
  607. namespace: string
  608. tenancy: string
  609. user: string
  610. compartment: string
  611. encryptionKey: string
  612. principalType: "" # "", "UserPrincipal", "InstancePrincipal", "Workload"
  613. region: string
  614. serviceAccountRef:
  615. audiences: [] # minItems 0 of type string
  616. name: string
  617. namespace: string
  618. vault: string
  619. passbolt:
  620. auth:
  621. passwordSecretRef:
  622. key: string
  623. name: string
  624. namespace: string
  625. privateKeySecretRef:
  626. key: string
  627. name: string
  628. namespace: string
  629. host: string
  630. passworddepot:
  631. auth:
  632. secretRef:
  633. credentials:
  634. key: string
  635. name: string
  636. namespace: string
  637. database: string
  638. host: string
  639. previder:
  640. auth:
  641. secretRef:
  642. accessToken:
  643. key: string
  644. name: string
  645. namespace: string
  646. baseUri: string
  647. pulumi:
  648. accessToken:
  649. secretRef:
  650. key: string
  651. name: string
  652. namespace: string
  653. apiUrl: "https://api.pulumi.com/api/esc"
  654. environment: string
  655. organization: string
  656. project: string
  657. scaleway:
  658. accessKey:
  659. secretRef:
  660. key: string
  661. name: string
  662. namespace: string
  663. value: string
  664. apiUrl: string
  665. projectId: string
  666. region: string
  667. secretKey:
  668. secretRef:
  669. key: string
  670. name: string
  671. namespace: string
  672. value: string
  673. secretserver:
  674. caBundle: c3RyaW5n
  675. caProvider:
  676. key: string
  677. name: string
  678. namespace: string
  679. type: "Secret" # "Secret", "ConfigMap"
  680. domain: string
  681. password:
  682. secretRef:
  683. key: string
  684. name: string
  685. namespace: string
  686. value: string
  687. serverURL: string
  688. username:
  689. secretRef:
  690. key: string
  691. name: string
  692. namespace: string
  693. value: string
  694. senhasegura:
  695. auth:
  696. clientId: string
  697. clientSecretSecretRef:
  698. key: string
  699. name: string
  700. namespace: string
  701. ignoreSslCertificate: false
  702. module: string
  703. url: string
  704. vault:
  705. auth:
  706. appRole:
  707. path: "approle"
  708. roleId: string
  709. roleRef:
  710. key: string
  711. name: string
  712. namespace: string
  713. secretRef:
  714. key: string
  715. name: string
  716. namespace: string
  717. cert:
  718. clientCert:
  719. key: string
  720. name: string
  721. namespace: string
  722. path: "cert"
  723. secretRef:
  724. key: string
  725. name: string
  726. namespace: string
  727. gcp:
  728. location: string
  729. path: "gcp"
  730. projectID: string
  731. role: string
  732. secretRef:
  733. secretAccessKeySecretRef:
  734. key: string
  735. name: string
  736. namespace: string
  737. serviceAccountRef:
  738. audiences: [] # minItems 0 of type string
  739. name: string
  740. namespace: string
  741. workloadIdentity:
  742. clusterLocation: string
  743. clusterName: string
  744. clusterProjectID: string
  745. serviceAccountRef:
  746. audiences: [] # minItems 0 of type string
  747. name: string
  748. namespace: string
  749. iam:
  750. externalID: string
  751. jwt:
  752. serviceAccountRef:
  753. audiences: [] # minItems 0 of type string
  754. name: string
  755. namespace: string
  756. path: string
  757. region: string
  758. role: string
  759. secretRef:
  760. accessKeyIDSecretRef:
  761. key: string
  762. name: string
  763. namespace: string
  764. secretAccessKeySecretRef:
  765. key: string
  766. name: string
  767. namespace: string
  768. sessionTokenSecretRef:
  769. key: string
  770. name: string
  771. namespace: string
  772. vaultAwsIamServerID: string
  773. vaultRole: string
  774. jwt:
  775. kubernetesServiceAccountToken:
  776. audiences: [] # minItems 0 of type string
  777. expirationSeconds: 1
  778. serviceAccountRef:
  779. audiences: [] # minItems 0 of type string
  780. name: string
  781. namespace: string
  782. path: "jwt"
  783. role: string
  784. secretRef:
  785. key: string
  786. name: string
  787. namespace: string
  788. kubernetes:
  789. mountPath: "kubernetes"
  790. role: string
  791. secretRef:
  792. key: string
  793. name: string
  794. namespace: string
  795. serviceAccountRef:
  796. audiences: [] # minItems 0 of type string
  797. name: string
  798. namespace: string
  799. ldap:
  800. path: "ldap"
  801. secretRef:
  802. key: string
  803. name: string
  804. namespace: string
  805. username: string
  806. namespace: string
  807. tokenSecretRef:
  808. key: string
  809. name: string
  810. namespace: string
  811. userPass:
  812. path: "userpass"
  813. secretRef:
  814. key: string
  815. name: string
  816. namespace: string
  817. username: string
  818. caBundle: c3RyaW5n
  819. caProvider:
  820. key: string
  821. name: string
  822. namespace: string
  823. type: "Secret" # "Secret", "ConfigMap"
  824. checkAndSet:
  825. required: true
  826. forwardInconsistent: true
  827. headers: {}
  828. namespace: string
  829. path: string
  830. readYourWrites: true
  831. server: string
  832. tls:
  833. certSecretRef:
  834. key: string
  835. name: string
  836. namespace: string
  837. keySecretRef:
  838. key: string
  839. name: string
  840. namespace: string
  841. version: "v2"
  842. volcengine:
  843. auth:
  844. secretRef:
  845. accessKeyID:
  846. key: string
  847. name: string
  848. namespace: string
  849. secretAccessKey:
  850. key: string
  851. name: string
  852. namespace: string
  853. token:
  854. key: string
  855. name: string
  856. namespace: string
  857. region: string
  858. webhook:
  859. auth:
  860. ntlm:
  861. passwordSecret:
  862. key: string
  863. name: string
  864. namespace: string
  865. usernameSecret:
  866. key: string
  867. name: string
  868. namespace: string
  869. body: string
  870. caBundle: c3RyaW5n
  871. caProvider:
  872. key: string
  873. name: string
  874. namespace: string
  875. type: "Secret" # "Secret", "ConfigMap"
  876. headers: {}
  877. method: string
  878. result:
  879. jsonPath: string
  880. secrets:
  881. - name: string
  882. secretRef:
  883. key: string
  884. name: string
  885. namespace: string
  886. timeout: string
  887. url: string
  888. yandexcertificatemanager:
  889. apiEndpoint: string
  890. auth:
  891. authorizedKeySecretRef:
  892. key: string
  893. name: string
  894. namespace: string
  895. caProvider:
  896. certSecretRef:
  897. key: string
  898. name: string
  899. namespace: string
  900. fetching:
  901. byID: {}
  902. byName:
  903. folderID: string
  904. yandexlockbox:
  905. apiEndpoint: string
  906. auth:
  907. authorizedKeySecretRef:
  908. key: string
  909. name: string
  910. namespace: string
  911. caProvider:
  912. certSecretRef:
  913. key: string
  914. name: string
  915. namespace: string
  916. fetching:
  917. byID: {}
  918. byName:
  919. folderID: string
  920. refreshInterval: 1
  921. retrySettings:
  922. maxRetries: 1
  923. retryInterval: string
  924. status:
  925. capabilities: string
  926. conditions:
  927. - lastTransitionTime: 2024-10-11T12:48:44Z
  928. message: string
  929. reason: string
  930. status: string
  931. type: string