clustersecretstore-v1.yaml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915
  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. ngrok:
  537. apiUrl: "https://api.ngrok.com"
  538. auth:
  539. apiKey:
  540. secretRef:
  541. key: string
  542. name: string
  543. namespace: string
  544. vault:
  545. name: string
  546. onboardbase:
  547. apiHost: "https://public.onboardbase.com/api/v1/"
  548. auth:
  549. apiKeyRef:
  550. key: string
  551. name: string
  552. namespace: string
  553. passcodeRef:
  554. key: string
  555. name: string
  556. namespace: string
  557. environment: "development"
  558. project: "development"
  559. onepassword:
  560. auth:
  561. secretRef:
  562. connectTokenSecretRef:
  563. key: string
  564. name: string
  565. namespace: string
  566. connectHost: string
  567. vaults: {}
  568. onepasswordSDK:
  569. auth:
  570. serviceAccountSecretRef:
  571. key: string
  572. name: string
  573. namespace: string
  574. cache:
  575. maxSize: 100
  576. ttl: "5m"
  577. integrationInfo:
  578. name: "1Password SDK"
  579. version: "v1.0.0"
  580. vault: string
  581. oracle:
  582. auth:
  583. secretRef:
  584. fingerprint:
  585. key: string
  586. name: string
  587. namespace: string
  588. privatekey:
  589. key: string
  590. name: string
  591. namespace: string
  592. tenancy: string
  593. user: string
  594. compartment: string
  595. encryptionKey: string
  596. principalType: "" # "", "UserPrincipal", "InstancePrincipal", "Workload"
  597. region: string
  598. serviceAccountRef:
  599. audiences: [] # minItems 0 of type string
  600. name: string
  601. namespace: string
  602. vault: string
  603. passbolt:
  604. auth:
  605. passwordSecretRef:
  606. key: string
  607. name: string
  608. namespace: string
  609. privateKeySecretRef:
  610. key: string
  611. name: string
  612. namespace: string
  613. host: string
  614. passworddepot:
  615. auth:
  616. secretRef:
  617. credentials:
  618. key: string
  619. name: string
  620. namespace: string
  621. database: string
  622. host: string
  623. previder:
  624. auth:
  625. secretRef:
  626. accessToken:
  627. key: string
  628. name: string
  629. namespace: string
  630. baseUri: string
  631. pulumi:
  632. accessToken:
  633. secretRef:
  634. key: string
  635. name: string
  636. namespace: string
  637. apiUrl: "https://api.pulumi.com/api/esc"
  638. environment: string
  639. organization: string
  640. project: string
  641. scaleway:
  642. accessKey:
  643. secretRef:
  644. key: string
  645. name: string
  646. namespace: string
  647. value: string
  648. apiUrl: string
  649. projectId: string
  650. region: string
  651. secretKey:
  652. secretRef:
  653. key: string
  654. name: string
  655. namespace: string
  656. value: string
  657. secretserver:
  658. caBundle: c3RyaW5n
  659. caProvider:
  660. key: string
  661. name: string
  662. namespace: string
  663. type: "Secret" # "Secret", "ConfigMap"
  664. domain: string
  665. password:
  666. secretRef:
  667. key: string
  668. name: string
  669. namespace: string
  670. value: string
  671. serverURL: string
  672. username:
  673. secretRef:
  674. key: string
  675. name: string
  676. namespace: string
  677. value: string
  678. senhasegura:
  679. auth:
  680. clientId: string
  681. clientSecretSecretRef:
  682. key: string
  683. name: string
  684. namespace: string
  685. ignoreSslCertificate: false
  686. module: string
  687. url: string
  688. vault:
  689. auth:
  690. appRole:
  691. path: "approle"
  692. roleId: string
  693. roleRef:
  694. key: string
  695. name: string
  696. namespace: string
  697. secretRef:
  698. key: string
  699. name: string
  700. namespace: string
  701. cert:
  702. clientCert:
  703. key: string
  704. name: string
  705. namespace: string
  706. path: "cert"
  707. secretRef:
  708. key: string
  709. name: string
  710. namespace: string
  711. gcp:
  712. location: string
  713. path: "gcp"
  714. projectID: string
  715. role: string
  716. secretRef:
  717. secretAccessKeySecretRef:
  718. key: string
  719. name: string
  720. namespace: string
  721. serviceAccountRef:
  722. audiences: [] # minItems 0 of type string
  723. name: string
  724. namespace: string
  725. workloadIdentity:
  726. clusterLocation: string
  727. clusterName: string
  728. clusterProjectID: string
  729. serviceAccountRef:
  730. audiences: [] # minItems 0 of type string
  731. name: string
  732. namespace: string
  733. iam:
  734. externalID: string
  735. jwt:
  736. serviceAccountRef:
  737. audiences: [] # minItems 0 of type string
  738. name: string
  739. namespace: string
  740. path: string
  741. region: string
  742. role: string
  743. secretRef:
  744. accessKeyIDSecretRef:
  745. key: string
  746. name: string
  747. namespace: string
  748. secretAccessKeySecretRef:
  749. key: string
  750. name: string
  751. namespace: string
  752. sessionTokenSecretRef:
  753. key: string
  754. name: string
  755. namespace: string
  756. vaultAwsIamServerID: string
  757. vaultRole: string
  758. jwt:
  759. kubernetesServiceAccountToken:
  760. audiences: [] # minItems 0 of type string
  761. expirationSeconds: 1
  762. serviceAccountRef:
  763. audiences: [] # minItems 0 of type string
  764. name: string
  765. namespace: string
  766. path: "jwt"
  767. role: string
  768. secretRef:
  769. key: string
  770. name: string
  771. namespace: string
  772. kubernetes:
  773. mountPath: "kubernetes"
  774. role: string
  775. secretRef:
  776. key: string
  777. name: string
  778. namespace: string
  779. serviceAccountRef:
  780. audiences: [] # minItems 0 of type string
  781. name: string
  782. namespace: string
  783. ldap:
  784. path: "ldap"
  785. secretRef:
  786. key: string
  787. name: string
  788. namespace: string
  789. username: string
  790. namespace: string
  791. tokenSecretRef:
  792. key: string
  793. name: string
  794. namespace: string
  795. userPass:
  796. path: "userpass"
  797. secretRef:
  798. key: string
  799. name: string
  800. namespace: string
  801. username: string
  802. caBundle: c3RyaW5n
  803. caProvider:
  804. key: string
  805. name: string
  806. namespace: string
  807. type: "Secret" # "Secret", "ConfigMap"
  808. checkAndSet:
  809. required: true
  810. forwardInconsistent: true
  811. headers: {}
  812. namespace: string
  813. path: string
  814. readYourWrites: true
  815. server: string
  816. tls:
  817. certSecretRef:
  818. key: string
  819. name: string
  820. namespace: string
  821. keySecretRef:
  822. key: string
  823. name: string
  824. namespace: string
  825. version: "v2"
  826. volcengine:
  827. auth:
  828. secretRef:
  829. accessKeyID:
  830. key: string
  831. name: string
  832. namespace: string
  833. secretAccessKey:
  834. key: string
  835. name: string
  836. namespace: string
  837. token:
  838. key: string
  839. name: string
  840. namespace: string
  841. region: string
  842. webhook:
  843. auth:
  844. ntlm:
  845. passwordSecret:
  846. key: string
  847. name: string
  848. namespace: string
  849. usernameSecret:
  850. key: string
  851. name: string
  852. namespace: string
  853. body: string
  854. caBundle: c3RyaW5n
  855. caProvider:
  856. key: string
  857. name: string
  858. namespace: string
  859. type: "Secret" # "Secret", "ConfigMap"
  860. headers: {}
  861. method: string
  862. result:
  863. jsonPath: string
  864. secrets:
  865. - name: string
  866. secretRef:
  867. key: string
  868. name: string
  869. namespace: string
  870. timeout: string
  871. url: string
  872. yandexcertificatemanager:
  873. apiEndpoint: string
  874. auth:
  875. authorizedKeySecretRef:
  876. key: string
  877. name: string
  878. namespace: string
  879. caProvider:
  880. certSecretRef:
  881. key: string
  882. name: string
  883. namespace: string
  884. fetching:
  885. byID: {}
  886. byName:
  887. folderID: string
  888. yandexlockbox:
  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. refreshInterval: 1
  905. retrySettings:
  906. maxRetries: 1
  907. retryInterval: string
  908. status:
  909. capabilities: string
  910. conditions:
  911. - lastTransitionTime: 2024-10-11T12:48:44Z
  912. message: string
  913. reason: string
  914. status: string
  915. type: string