clustersecretstore-v1.yaml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. apiVersion: external-secrets.io/v1
  2. kind: ClusterSecretStore
  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. ovh:
  620. auth:
  621. mtls:
  622. caBundle: c3RyaW5n
  623. caProvider:
  624. key: string
  625. name: string
  626. namespace: string
  627. type: "Secret" # "Secret", "ConfigMap"
  628. certSecretRef:
  629. key: string
  630. name: string
  631. namespace: string
  632. keySecretRef:
  633. key: string
  634. name: string
  635. namespace: string
  636. token:
  637. tokenSecretRef:
  638. key: string
  639. name: string
  640. namespace: string
  641. casRequired: true
  642. okmsTimeout: 30
  643. okmsid: string
  644. server: string
  645. passbolt:
  646. auth:
  647. passwordSecretRef:
  648. key: string
  649. name: string
  650. namespace: string
  651. privateKeySecretRef:
  652. key: string
  653. name: string
  654. namespace: string
  655. host: string
  656. passworddepot:
  657. auth:
  658. secretRef:
  659. credentials:
  660. key: string
  661. name: string
  662. namespace: string
  663. database: string
  664. host: string
  665. previder:
  666. auth:
  667. secretRef:
  668. accessToken:
  669. key: string
  670. name: string
  671. namespace: string
  672. baseUri: string
  673. pulumi:
  674. accessToken:
  675. secretRef:
  676. key: string
  677. name: string
  678. namespace: string
  679. apiUrl: "https://api.pulumi.com/api/esc"
  680. environment: string
  681. organization: string
  682. project: string
  683. scaleway:
  684. accessKey:
  685. secretRef:
  686. key: string
  687. name: string
  688. namespace: string
  689. value: string
  690. apiUrl: string
  691. projectId: string
  692. region: string
  693. secretKey:
  694. secretRef:
  695. key: string
  696. name: string
  697. namespace: string
  698. value: string
  699. secretserver:
  700. caBundle: c3RyaW5n
  701. caProvider:
  702. key: string
  703. name: string
  704. namespace: string
  705. type: "Secret" # "Secret", "ConfigMap"
  706. domain: string
  707. password:
  708. secretRef:
  709. key: string
  710. name: string
  711. namespace: string
  712. value: string
  713. serverURL: string
  714. username:
  715. secretRef:
  716. key: string
  717. name: string
  718. namespace: string
  719. value: string
  720. senhasegura:
  721. auth:
  722. clientId: string
  723. clientSecretSecretRef:
  724. key: string
  725. name: string
  726. namespace: string
  727. ignoreSslCertificate: false
  728. module: string
  729. url: string
  730. vault:
  731. auth:
  732. appRole:
  733. path: "approle"
  734. roleId: string
  735. roleRef:
  736. key: string
  737. name: string
  738. namespace: string
  739. secretRef:
  740. key: string
  741. name: string
  742. namespace: string
  743. cert:
  744. clientCert:
  745. key: string
  746. name: string
  747. namespace: string
  748. path: "cert"
  749. secretRef:
  750. key: string
  751. name: string
  752. namespace: string
  753. gcp:
  754. location: string
  755. path: "gcp"
  756. projectID: string
  757. role: string
  758. secretRef:
  759. secretAccessKeySecretRef:
  760. key: string
  761. name: string
  762. namespace: string
  763. serviceAccountRef:
  764. audiences: [] # minItems 0 of type string
  765. name: string
  766. namespace: string
  767. workloadIdentity:
  768. clusterLocation: string
  769. clusterName: string
  770. clusterProjectID: string
  771. serviceAccountRef:
  772. audiences: [] # minItems 0 of type string
  773. name: string
  774. namespace: string
  775. iam:
  776. externalID: string
  777. jwt:
  778. serviceAccountRef:
  779. audiences: [] # minItems 0 of type string
  780. name: string
  781. namespace: string
  782. path: string
  783. region: string
  784. role: string
  785. secretRef:
  786. accessKeyIDSecretRef:
  787. key: string
  788. name: string
  789. namespace: string
  790. secretAccessKeySecretRef:
  791. key: string
  792. name: string
  793. namespace: string
  794. sessionTokenSecretRef:
  795. key: string
  796. name: string
  797. namespace: string
  798. vaultAwsIamServerID: string
  799. vaultRole: string
  800. jwt:
  801. kubernetesServiceAccountToken:
  802. audiences: [] # minItems 0 of type string
  803. expirationSeconds: 1
  804. serviceAccountRef:
  805. audiences: [] # minItems 0 of type string
  806. name: string
  807. namespace: string
  808. path: "jwt"
  809. role: string
  810. secretRef:
  811. key: string
  812. name: string
  813. namespace: string
  814. kubernetes:
  815. mountPath: "kubernetes"
  816. role: string
  817. secretRef:
  818. key: string
  819. name: string
  820. namespace: string
  821. serviceAccountRef:
  822. audiences: [] # minItems 0 of type string
  823. name: string
  824. namespace: string
  825. ldap:
  826. path: "ldap"
  827. secretRef:
  828. key: string
  829. name: string
  830. namespace: string
  831. username: string
  832. namespace: string
  833. tokenSecretRef:
  834. key: string
  835. name: string
  836. namespace: string
  837. userPass:
  838. path: "userpass"
  839. secretRef:
  840. key: string
  841. name: string
  842. namespace: string
  843. username: string
  844. caBundle: c3RyaW5n
  845. caProvider:
  846. key: string
  847. name: string
  848. namespace: string
  849. type: "Secret" # "Secret", "ConfigMap"
  850. checkAndSet:
  851. required: true
  852. forwardInconsistent: true
  853. headers: {}
  854. namespace: string
  855. path: string
  856. readYourWrites: true
  857. server: string
  858. tls:
  859. certSecretRef:
  860. key: string
  861. name: string
  862. namespace: string
  863. keySecretRef:
  864. key: string
  865. name: string
  866. namespace: string
  867. version: "v2"
  868. volcengine:
  869. auth:
  870. secretRef:
  871. accessKeyID:
  872. key: string
  873. name: string
  874. namespace: string
  875. secretAccessKey:
  876. key: string
  877. name: string
  878. namespace: string
  879. token:
  880. key: string
  881. name: string
  882. namespace: string
  883. region: string
  884. webhook:
  885. auth:
  886. ntlm:
  887. passwordSecret:
  888. key: string
  889. name: string
  890. namespace: string
  891. usernameSecret:
  892. key: string
  893. name: string
  894. namespace: string
  895. body: string
  896. caBundle: c3RyaW5n
  897. caProvider:
  898. key: string
  899. name: string
  900. namespace: string
  901. type: "Secret" # "Secret", "ConfigMap"
  902. headers: {}
  903. method: string
  904. result:
  905. jsonPath: string
  906. secrets:
  907. - name: string
  908. secretRef:
  909. key: string
  910. name: string
  911. namespace: string
  912. timeout: string
  913. url: string
  914. yandexcertificatemanager:
  915. apiEndpoint: string
  916. auth:
  917. authorizedKeySecretRef:
  918. key: string
  919. name: string
  920. namespace: string
  921. caProvider:
  922. certSecretRef:
  923. key: string
  924. name: string
  925. namespace: string
  926. fetching:
  927. byID: {}
  928. byName:
  929. folderID: string
  930. yandexlockbox:
  931. apiEndpoint: string
  932. auth:
  933. authorizedKeySecretRef:
  934. key: string
  935. name: string
  936. namespace: string
  937. caProvider:
  938. certSecretRef:
  939. key: string
  940. name: string
  941. namespace: string
  942. fetching:
  943. byID: {}
  944. byName:
  945. folderID: string
  946. refreshInterval: 1
  947. retrySettings:
  948. maxRetries: 1
  949. retryInterval: string
  950. status:
  951. capabilities: string
  952. conditions:
  953. - lastTransitionTime: 2024-10-11T12:48:44Z
  954. message: string
  955. reason: string
  956. status: string
  957. type: string