clustersecretstore-v1beta1.yaml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. apiVersion: external-secrets.io/v1beta1
  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. alibaba:
  50. auth:
  51. rrsa:
  52. oidcProviderArn: string
  53. oidcTokenFilePath: string
  54. roleArn: string
  55. sessionName: string
  56. secretRef:
  57. accessKeyIDSecretRef:
  58. key: string
  59. name: string
  60. namespace: string
  61. accessKeySecretSecretRef:
  62. key: string
  63. name: string
  64. namespace: string
  65. regionID: string
  66. aws:
  67. additionalRoles: [] # minItems 0 of type string
  68. auth:
  69. jwt:
  70. serviceAccountRef:
  71. audiences: [] # minItems 0 of type string
  72. name: string
  73. namespace: string
  74. secretRef:
  75. accessKeyIDSecretRef:
  76. key: string
  77. name: string
  78. namespace: string
  79. secretAccessKeySecretRef:
  80. key: string
  81. name: string
  82. namespace: string
  83. sessionTokenSecretRef:
  84. key: string
  85. name: string
  86. namespace: string
  87. externalID: string
  88. prefix: string
  89. region: string
  90. role: string
  91. secretsManager:
  92. forceDeleteWithoutRecovery: true
  93. recoveryWindowInDays: 1
  94. service: "SecretsManager" # "SecretsManager", "ParameterStore"
  95. sessionTags:
  96. - key: string
  97. value: string
  98. transitiveTagKeys: [] # minItems 0 of type string
  99. azurekv:
  100. authSecretRef:
  101. clientCertificate:
  102. key: string
  103. name: string
  104. namespace: string
  105. clientId:
  106. key: string
  107. name: string
  108. namespace: string
  109. clientSecret:
  110. key: string
  111. name: string
  112. namespace: string
  113. tenantId:
  114. key: string
  115. name: string
  116. namespace: string
  117. authType: "ServicePrincipal"
  118. environmentType: "PublicCloud"
  119. identityId: string
  120. serviceAccountRef:
  121. audiences: [] # minItems 0 of type string
  122. name: string
  123. namespace: string
  124. tenantId: string
  125. vaultUrl: string
  126. beyondtrust:
  127. auth:
  128. apiKey:
  129. secretRef:
  130. key: string
  131. name: string
  132. namespace: string
  133. value: string
  134. certificate:
  135. secretRef:
  136. key: string
  137. name: string
  138. namespace: string
  139. value: string
  140. certificateKey:
  141. secretRef:
  142. key: string
  143. name: string
  144. namespace: string
  145. value: string
  146. clientId:
  147. secretRef:
  148. key: string
  149. name: string
  150. namespace: string
  151. value: string
  152. clientSecret:
  153. secretRef:
  154. key: string
  155. name: string
  156. namespace: string
  157. value: string
  158. server:
  159. apiUrl: string
  160. apiVersion: external-secrets.io/v1beta1
  161. clientTimeOutSeconds: 1
  162. retrievalType: string
  163. separator: string
  164. verifyCA: true
  165. bitwardensecretsmanager:
  166. apiURL: string
  167. auth:
  168. secretRef:
  169. credentials:
  170. key: string
  171. name: string
  172. namespace: string
  173. bitwardenServerSDKURL: string
  174. caBundle: string
  175. caProvider:
  176. key: string
  177. name: string
  178. namespace: string
  179. type: "Secret" # "Secret", "ConfigMap"
  180. identityURL: string
  181. organizationID: string
  182. projectID: string
  183. chef:
  184. auth:
  185. secretRef:
  186. privateKeySecretRef:
  187. key: string
  188. name: string
  189. namespace: string
  190. serverUrl: string
  191. username: string
  192. cloudrusm:
  193. auth:
  194. secretRef:
  195. accessKeyIDSecretRef:
  196. key: string
  197. name: string
  198. namespace: string
  199. accessKeySecretSecretRef:
  200. key: string
  201. name: string
  202. namespace: string
  203. projectID: string
  204. conjur:
  205. auth:
  206. apikey:
  207. account: string
  208. apiKeyRef:
  209. key: string
  210. name: string
  211. namespace: string
  212. userRef:
  213. key: string
  214. name: string
  215. namespace: string
  216. jwt:
  217. account: string
  218. hostId: string
  219. secretRef:
  220. key: string
  221. name: string
  222. namespace: string
  223. serviceAccountRef:
  224. audiences: [] # minItems 0 of type string
  225. name: string
  226. namespace: string
  227. serviceID: string
  228. caBundle: string
  229. caProvider:
  230. key: string
  231. name: string
  232. namespace: string
  233. type: "Secret" # "Secret", "ConfigMap"
  234. url: string
  235. delinea:
  236. clientId:
  237. secretRef:
  238. key: string
  239. name: string
  240. namespace: string
  241. value: string
  242. clientSecret:
  243. secretRef:
  244. key: string
  245. name: string
  246. namespace: string
  247. value: string
  248. tenant: string
  249. tld: string
  250. urlTemplate: string
  251. device42:
  252. auth:
  253. secretRef:
  254. credentials:
  255. key: string
  256. name: string
  257. namespace: string
  258. host: string
  259. doppler:
  260. auth:
  261. secretRef:
  262. dopplerToken:
  263. key: string
  264. name: string
  265. namespace: string
  266. config: string
  267. format: "json" # "json", "dotnet-json", "env", "yaml", "docker"
  268. nameTransformer: "upper-camel" # "upper-camel", "camel", "lower-snake", "tf-var", "dotnet-env", "lower-kebab"
  269. project: string
  270. fake:
  271. data:
  272. - key: string
  273. value: string
  274. valueMap: {}
  275. version: string
  276. fortanix:
  277. apiKey:
  278. secretRef:
  279. key: string
  280. name: string
  281. namespace: string
  282. apiUrl: string
  283. gcpsm:
  284. auth:
  285. secretRef:
  286. secretAccessKeySecretRef:
  287. key: string
  288. name: string
  289. namespace: string
  290. workloadIdentity:
  291. clusterLocation: string
  292. clusterName: string
  293. clusterProjectID: string
  294. serviceAccountRef:
  295. audiences: [] # minItems 0 of type string
  296. name: string
  297. namespace: string
  298. location: string
  299. projectID: string
  300. github:
  301. appID: 1
  302. auth:
  303. privateKey:
  304. key: string
  305. name: string
  306. namespace: string
  307. environment: string
  308. installationID: 1
  309. organization: string
  310. repository: string
  311. uploadURL: string
  312. url: "https://github.com/"
  313. gitlab:
  314. auth:
  315. SecretRef:
  316. accessToken:
  317. key: string
  318. name: string
  319. namespace: string
  320. environment: string
  321. groupIDs: [] # minItems 0 of type string
  322. inheritFromGroups: true
  323. projectID: string
  324. url: string
  325. ibm:
  326. auth:
  327. containerAuth:
  328. iamEndpoint: string
  329. profile: string
  330. tokenLocation: string
  331. secretRef:
  332. secretApiKeySecretRef:
  333. key: string
  334. name: string
  335. namespace: string
  336. serviceUrl: string
  337. infisical:
  338. auth:
  339. universalAuthCredentials:
  340. clientId:
  341. key: string
  342. name: string
  343. namespace: string
  344. clientSecret:
  345. key: string
  346. name: string
  347. namespace: string
  348. hostAPI: "https://app.infisical.com/api"
  349. secretsScope:
  350. environmentSlug: string
  351. expandSecretReferences: true
  352. projectSlug: string
  353. recursive: false
  354. secretsPath: "/"
  355. keepersecurity:
  356. authRef:
  357. key: string
  358. name: string
  359. namespace: string
  360. folderID: string
  361. kubernetes:
  362. auth:
  363. cert:
  364. clientCert:
  365. key: string
  366. name: string
  367. namespace: string
  368. clientKey:
  369. key: string
  370. name: string
  371. namespace: string
  372. serviceAccount:
  373. audiences: [] # minItems 0 of type string
  374. name: string
  375. namespace: string
  376. token:
  377. bearerToken:
  378. key: string
  379. name: string
  380. namespace: string
  381. authRef:
  382. key: string
  383. name: string
  384. namespace: string
  385. remoteNamespace: "default"
  386. server:
  387. caBundle: c3RyaW5n
  388. caProvider:
  389. key: string
  390. name: string
  391. namespace: string
  392. type: "Secret" # "Secret", "ConfigMap"
  393. url: "kubernetes.default"
  394. onboardbase:
  395. apiHost: "https://public.onboardbase.com/api/v1/"
  396. auth:
  397. apiKeyRef:
  398. key: string
  399. name: string
  400. namespace: string
  401. passcodeRef:
  402. key: string
  403. name: string
  404. namespace: string
  405. environment: "development"
  406. project: "development"
  407. onepassword:
  408. auth:
  409. secretRef:
  410. connectTokenSecretRef:
  411. key: string
  412. name: string
  413. namespace: string
  414. connectHost: string
  415. vaults: {}
  416. oracle:
  417. auth:
  418. secretRef:
  419. fingerprint:
  420. key: string
  421. name: string
  422. namespace: string
  423. privatekey:
  424. key: string
  425. name: string
  426. namespace: string
  427. tenancy: string
  428. user: string
  429. compartment: string
  430. encryptionKey: string
  431. principalType: "" # "", "UserPrincipal", "InstancePrincipal", "Workload"
  432. region: string
  433. serviceAccountRef:
  434. audiences: [] # minItems 0 of type string
  435. name: string
  436. namespace: string
  437. vault: string
  438. passbolt:
  439. auth:
  440. passwordSecretRef:
  441. key: string
  442. name: string
  443. namespace: string
  444. privateKeySecretRef:
  445. key: string
  446. name: string
  447. namespace: string
  448. host: string
  449. passworddepot:
  450. auth:
  451. secretRef:
  452. credentials:
  453. key: string
  454. name: string
  455. namespace: string
  456. database: string
  457. host: string
  458. previder:
  459. auth:
  460. secretRef:
  461. accessToken:
  462. key: string
  463. name: string
  464. namespace: string
  465. baseUri: string
  466. pulumi:
  467. accessToken:
  468. secretRef:
  469. key: string
  470. name: string
  471. namespace: string
  472. apiUrl: "https://api.pulumi.com/api/esc"
  473. environment: string
  474. organization: string
  475. project: string
  476. scaleway:
  477. accessKey:
  478. secretRef:
  479. key: string
  480. name: string
  481. namespace: string
  482. value: string
  483. apiUrl: string
  484. projectId: string
  485. region: string
  486. secretKey:
  487. secretRef:
  488. key: string
  489. name: string
  490. namespace: string
  491. value: string
  492. secretserver:
  493. password:
  494. secretRef:
  495. key: string
  496. name: string
  497. namespace: string
  498. value: string
  499. serverURL: string
  500. username:
  501. secretRef:
  502. key: string
  503. name: string
  504. namespace: string
  505. value: string
  506. senhasegura:
  507. auth:
  508. clientId: string
  509. clientSecretSecretRef:
  510. key: string
  511. name: string
  512. namespace: string
  513. ignoreSslCertificate: false
  514. module: string
  515. url: string
  516. vault:
  517. auth:
  518. appRole:
  519. path: "approle"
  520. roleId: string
  521. roleRef:
  522. key: string
  523. name: string
  524. namespace: string
  525. secretRef:
  526. key: string
  527. name: string
  528. namespace: string
  529. cert:
  530. clientCert:
  531. key: string
  532. name: string
  533. namespace: string
  534. secretRef:
  535. key: string
  536. name: string
  537. namespace: string
  538. iam:
  539. externalID: string
  540. jwt:
  541. serviceAccountRef:
  542. audiences: [] # minItems 0 of type string
  543. name: string
  544. namespace: string
  545. path: string
  546. region: string
  547. role: string
  548. secretRef:
  549. accessKeyIDSecretRef:
  550. key: string
  551. name: string
  552. namespace: string
  553. secretAccessKeySecretRef:
  554. key: string
  555. name: string
  556. namespace: string
  557. sessionTokenSecretRef:
  558. key: string
  559. name: string
  560. namespace: string
  561. vaultAwsIamServerID: string
  562. vaultRole: string
  563. jwt:
  564. kubernetesServiceAccountToken:
  565. audiences: [] # minItems 0 of type string
  566. expirationSeconds: 1
  567. serviceAccountRef:
  568. audiences: [] # minItems 0 of type string
  569. name: string
  570. namespace: string
  571. path: "jwt"
  572. role: string
  573. secretRef:
  574. key: string
  575. name: string
  576. namespace: string
  577. kubernetes:
  578. mountPath: "kubernetes"
  579. role: string
  580. secretRef:
  581. key: string
  582. name: string
  583. namespace: string
  584. serviceAccountRef:
  585. audiences: [] # minItems 0 of type string
  586. name: string
  587. namespace: string
  588. ldap:
  589. path: "ldap"
  590. secretRef:
  591. key: string
  592. name: string
  593. namespace: string
  594. username: string
  595. namespace: string
  596. tokenSecretRef:
  597. key: string
  598. name: string
  599. namespace: string
  600. userPass:
  601. path: "userpass"
  602. secretRef:
  603. key: string
  604. name: string
  605. namespace: string
  606. username: string
  607. caBundle: c3RyaW5n
  608. caProvider:
  609. key: string
  610. name: string
  611. namespace: string
  612. type: "Secret" # "Secret", "ConfigMap"
  613. forwardInconsistent: true
  614. headers: {}
  615. namespace: string
  616. path: string
  617. readYourWrites: true
  618. server: string
  619. tls:
  620. certSecretRef:
  621. key: string
  622. name: string
  623. namespace: string
  624. keySecretRef:
  625. key: string
  626. name: string
  627. namespace: string
  628. version: "v2"
  629. webhook:
  630. body: string
  631. caBundle: c3RyaW5n
  632. caProvider:
  633. key: string
  634. name: string
  635. namespace: string
  636. type: "Secret" # "Secret", "ConfigMap"
  637. headers: {}
  638. method: string
  639. result:
  640. jsonPath: string
  641. secrets:
  642. - name: string
  643. secretRef:
  644. key: string
  645. name: string
  646. namespace: string
  647. timeout: string
  648. url: string
  649. yandexcertificatemanager:
  650. apiEndpoint: string
  651. auth:
  652. authorizedKeySecretRef:
  653. key: string
  654. name: string
  655. namespace: string
  656. caProvider:
  657. certSecretRef:
  658. key: string
  659. name: string
  660. namespace: string
  661. yandexlockbox:
  662. apiEndpoint: string
  663. auth:
  664. authorizedKeySecretRef:
  665. key: string
  666. name: string
  667. namespace: string
  668. caProvider:
  669. certSecretRef:
  670. key: string
  671. name: string
  672. namespace: string
  673. refreshInterval: 1
  674. retrySettings:
  675. maxRetries: 1
  676. retryInterval: string
  677. status:
  678. capabilities: string
  679. conditions:
  680. - lastTransitionTime: 2024-10-11T12:48:44Z
  681. message: string
  682. reason: string
  683. status: string
  684. type: string