index.html 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567
  1. <!doctype html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <link rel="icon" href="../assets/images/favicon.png">
  7. <meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.10">
  8. <title>Contributing Process - External Secrets Operator</title>
  9. <link rel="stylesheet" href="../assets/stylesheets/main.d6be258b.min.css">
  10. <link rel="stylesheet" href="../assets/stylesheets/palette.e6a45f82.min.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
  13. <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
  14. <script>__md_scope=new URL("..",location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
  15. <script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-QP38TD8K7V"),document.addEventListener("DOMContentLoaded",function(){document.forms.search&&document.forms.search.query.addEventListener("blur",function(){this.value&&gtag("event","search",{search_term:this.value})}),"undefined"!=typeof location$&&location$.subscribe(function(e){gtag("config","G-QP38TD8K7V",{page_path:e.pathname})})})</script>
  16. <script async src="https://www.googletagmanager.com/gtag/js?id=G-QP38TD8K7V"></script>
  17. </head>
  18. <body dir="ltr" data-md-color-scheme="" data-md-color-primary="none" data-md-color-accent="none">
  19. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  20. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  21. <label class="md-overlay" for="__drawer"></label>
  22. <div data-md-component="skip">
  23. <a href="#project-management" class="md-skip">
  24. Skip to content
  25. </a>
  26. </div>
  27. <div data-md-component="announce">
  28. </div>
  29. <div data-md-component="outdated" hidden>
  30. <aside class="md-banner md-banner--warning">
  31. <div class="md-banner__inner md-grid md-typeset">
  32. You're not viewing the latest version.
  33. <a href="../..">
  34. <strong>Click here to go to latest.</strong>
  35. </a>
  36. </div>
  37. <script>var el=document.querySelector("[data-md-component=outdated]"),outdated=__md_get("__outdated",sessionStorage);!0===outdated&&el&&(el.hidden=!1)</script>
  38. </aside>
  39. </div>
  40. <header class="md-header" data-md-component="header">
  41. <nav class="md-header__inner md-grid" aria-label="Header">
  42. <a href=".." title="External Secrets Operator" class="md-header__button md-logo" aria-label="External Secrets Operator" data-md-component="logo">
  43. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z"/></svg>
  44. </a>
  45. <label class="md-header__button md-icon" for="__drawer">
  46. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
  47. </label>
  48. <div class="md-header__title" data-md-component="header-title">
  49. <div class="md-header__ellipsis">
  50. <div class="md-header__topic">
  51. <span class="md-ellipsis">
  52. External Secrets Operator
  53. </span>
  54. </div>
  55. <div class="md-header__topic" data-md-component="header-topic">
  56. <span class="md-ellipsis">
  57. Contributing Process
  58. </span>
  59. </div>
  60. </div>
  61. </div>
  62. <label class="md-header__button md-icon" for="__search">
  63. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  64. </label>
  65. <div class="md-search" data-md-component="search" role="dialog">
  66. <label class="md-search__overlay" for="__search"></label>
  67. <div class="md-search__inner" role="search">
  68. <form class="md-search__form" name="search">
  69. <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
  70. <label class="md-search__icon md-icon" for="__search">
  71. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  72. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
  73. </label>
  74. <nav class="md-search__options" aria-label="Search">
  75. <button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1">
  76. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
  77. </button>
  78. </nav>
  79. </form>
  80. <div class="md-search__output">
  81. <div class="md-search__scrollwrap" data-md-scrollfix>
  82. <div class="md-search-result" data-md-component="search-result">
  83. <div class="md-search-result__meta">
  84. Initializing search
  85. </div>
  86. <ol class="md-search-result__list"></ol>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <div class="md-header__source">
  93. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  94. <div class="md-source__icon md-icon">
  95. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
  96. </div>
  97. <div class="md-source__repository">
  98. External Secrets Operator
  99. </div>
  100. </a>
  101. </div>
  102. </nav>
  103. </header>
  104. <div class="md-container" data-md-component="container">
  105. <main class="md-main" data-md-component="main">
  106. <div class="md-main__inner md-grid">
  107. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  108. <div class="md-sidebar__scrollwrap">
  109. <div class="md-sidebar__inner">
  110. <nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
  111. <label class="md-nav__title" for="__drawer">
  112. <a href=".." title="External Secrets Operator" class="md-nav__button md-logo" aria-label="External Secrets Operator" data-md-component="logo">
  113. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z"/></svg>
  114. </a>
  115. External Secrets Operator
  116. </label>
  117. <div class="md-nav__source">
  118. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  119. <div class="md-source__icon md-icon">
  120. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
  121. </div>
  122. <div class="md-source__repository">
  123. External Secrets Operator
  124. </div>
  125. </a>
  126. </div>
  127. <ul class="md-nav__list" data-md-scrollfix>
  128. <li class="md-nav__item">
  129. <a href=".." class="md-nav__link">
  130. Introduction
  131. </a>
  132. </li>
  133. <li class="md-nav__item">
  134. <a href="../api-overview/" class="md-nav__link">
  135. Overview
  136. </a>
  137. </li>
  138. <li class="md-nav__item md-nav__item--nested">
  139. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_3" type="checkbox" id="__nav_3" >
  140. <label class="md-nav__link" for="__nav_3">
  141. API Types
  142. <span class="md-nav__icon md-icon"></span>
  143. </label>
  144. <nav class="md-nav" aria-label="API Types" data-md-level="1">
  145. <label class="md-nav__title" for="__nav_3">
  146. <span class="md-nav__icon md-icon"></span>
  147. API Types
  148. </label>
  149. <ul class="md-nav__list" data-md-scrollfix>
  150. <li class="md-nav__item">
  151. <a href="../api-externalsecret/" class="md-nav__link">
  152. ExternalSecret
  153. </a>
  154. </li>
  155. <li class="md-nav__item">
  156. <a href="../api-secretstore/" class="md-nav__link">
  157. SecretStore
  158. </a>
  159. </li>
  160. <li class="md-nav__item">
  161. <a href="../api-clustersecretstore/" class="md-nav__link">
  162. ClusterSecretStore
  163. </a>
  164. </li>
  165. </ul>
  166. </nav>
  167. </li>
  168. <li class="md-nav__item md-nav__item--nested">
  169. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4" type="checkbox" id="__nav_4" >
  170. <label class="md-nav__link" for="__nav_4">
  171. Guides
  172. <span class="md-nav__icon md-icon"></span>
  173. </label>
  174. <nav class="md-nav" aria-label="Guides" data-md-level="1">
  175. <label class="md-nav__title" for="__nav_4">
  176. <span class="md-nav__icon md-icon"></span>
  177. Guides
  178. </label>
  179. <ul class="md-nav__list" data-md-scrollfix>
  180. <li class="md-nav__item">
  181. <a href="../guides-introduction/" class="md-nav__link">
  182. Introduction
  183. </a>
  184. </li>
  185. <li class="md-nav__item">
  186. <a href="../guides-getting-started/" class="md-nav__link">
  187. Getting started
  188. </a>
  189. </li>
  190. <li class="md-nav__item md-nav__item--nested">
  191. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4_3" type="checkbox" id="__nav_4_3" >
  192. <label class="md-nav__link" for="__nav_4_3">
  193. Advanced Templating
  194. <span class="md-nav__icon md-icon"></span>
  195. </label>
  196. <nav class="md-nav" aria-label="Advanced Templating" data-md-level="2">
  197. <label class="md-nav__title" for="__nav_4_3">
  198. <span class="md-nav__icon md-icon"></span>
  199. Advanced Templating
  200. </label>
  201. <ul class="md-nav__list" data-md-scrollfix>
  202. <li class="md-nav__item">
  203. <a href="../guides-templating/" class="md-nav__link">
  204. v2
  205. </a>
  206. </li>
  207. <li class="md-nav__item">
  208. <a href="../guides-templating-v1/" class="md-nav__link">
  209. v1
  210. </a>
  211. </li>
  212. </ul>
  213. </nav>
  214. </li>
  215. <li class="md-nav__item">
  216. <a href="../guides-controller-class/" class="md-nav__link">
  217. Controller Classes
  218. </a>
  219. </li>
  220. <li class="md-nav__item">
  221. <a href="../guides-all-keys-one-secret/" class="md-nav__link">
  222. All keys, One secret
  223. </a>
  224. </li>
  225. <li class="md-nav__item">
  226. <a href="../guides-common-k8s-secret-types/" class="md-nav__link">
  227. Common K8S Secret Types
  228. </a>
  229. </li>
  230. <li class="md-nav__item">
  231. <a href="../guides-multi-tenancy/" class="md-nav__link">
  232. Multi Tenancy
  233. </a>
  234. </li>
  235. <li class="md-nav__item">
  236. <a href="../guides-metrics/" class="md-nav__link">
  237. Metrics
  238. </a>
  239. </li>
  240. <li class="md-nav__item">
  241. <a href="../guides-using-latest-image/" class="md-nav__link">
  242. Using Latest Image
  243. </a>
  244. </li>
  245. </ul>
  246. </nav>
  247. </li>
  248. <li class="md-nav__item md-nav__item--nested">
  249. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5" type="checkbox" id="__nav_5" >
  250. <label class="md-nav__link" for="__nav_5">
  251. Provider
  252. <span class="md-nav__icon md-icon"></span>
  253. </label>
  254. <nav class="md-nav" aria-label="Provider" data-md-level="1">
  255. <label class="md-nav__title" for="__nav_5">
  256. <span class="md-nav__icon md-icon"></span>
  257. Provider
  258. </label>
  259. <ul class="md-nav__list" data-md-scrollfix>
  260. <li class="md-nav__item md-nav__item--nested">
  261. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_1" type="checkbox" id="__nav_5_1" >
  262. <label class="md-nav__link" for="__nav_5_1">
  263. AWS
  264. <span class="md-nav__icon md-icon"></span>
  265. </label>
  266. <nav class="md-nav" aria-label="AWS" data-md-level="2">
  267. <label class="md-nav__title" for="__nav_5_1">
  268. <span class="md-nav__icon md-icon"></span>
  269. AWS
  270. </label>
  271. <ul class="md-nav__list" data-md-scrollfix>
  272. <li class="md-nav__item">
  273. <a href="../provider-aws-secrets-manager/" class="md-nav__link">
  274. Secrets Manager
  275. </a>
  276. </li>
  277. <li class="md-nav__item">
  278. <a href="../provider-aws-parameter-store/" class="md-nav__link">
  279. Parameter Store
  280. </a>
  281. </li>
  282. </ul>
  283. </nav>
  284. </li>
  285. <li class="md-nav__item md-nav__item--nested">
  286. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_2" type="checkbox" id="__nav_5_2" >
  287. <label class="md-nav__link" for="__nav_5_2">
  288. Azure
  289. <span class="md-nav__icon md-icon"></span>
  290. </label>
  291. <nav class="md-nav" aria-label="Azure" data-md-level="2">
  292. <label class="md-nav__title" for="__nav_5_2">
  293. <span class="md-nav__icon md-icon"></span>
  294. Azure
  295. </label>
  296. <ul class="md-nav__list" data-md-scrollfix>
  297. <li class="md-nav__item">
  298. <a href="../provider-azure-key-vault/" class="md-nav__link">
  299. Key Vault
  300. </a>
  301. </li>
  302. </ul>
  303. </nav>
  304. </li>
  305. <li class="md-nav__item md-nav__item--nested">
  306. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_3" type="checkbox" id="__nav_5_3" >
  307. <label class="md-nav__link" for="__nav_5_3">
  308. Google
  309. <span class="md-nav__icon md-icon"></span>
  310. </label>
  311. <nav class="md-nav" aria-label="Google" data-md-level="2">
  312. <label class="md-nav__title" for="__nav_5_3">
  313. <span class="md-nav__icon md-icon"></span>
  314. Google
  315. </label>
  316. <ul class="md-nav__list" data-md-scrollfix>
  317. <li class="md-nav__item">
  318. <a href="../provider-google-secrets-manager/" class="md-nav__link">
  319. Secret Manager
  320. </a>
  321. </li>
  322. </ul>
  323. </nav>
  324. </li>
  325. <li class="md-nav__item md-nav__item--nested">
  326. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_4" type="checkbox" id="__nav_5_4" >
  327. <label class="md-nav__link" for="__nav_5_4">
  328. IBM
  329. <span class="md-nav__icon md-icon"></span>
  330. </label>
  331. <nav class="md-nav" aria-label="IBM" data-md-level="2">
  332. <label class="md-nav__title" for="__nav_5_4">
  333. <span class="md-nav__icon md-icon"></span>
  334. IBM
  335. </label>
  336. <ul class="md-nav__list" data-md-scrollfix>
  337. <li class="md-nav__item">
  338. <a href="../provider-ibm-secrets-manager/" class="md-nav__link">
  339. Secrets Manager
  340. </a>
  341. </li>
  342. </ul>
  343. </nav>
  344. </li>
  345. <li class="md-nav__item">
  346. <a href="../provider-akeyless/" class="md-nav__link">
  347. Akeyless
  348. </a>
  349. </li>
  350. <li class="md-nav__item">
  351. <a href="../provider-hashicorp-vault/" class="md-nav__link">
  352. HashiCorp Vault
  353. </a>
  354. </li>
  355. <li class="md-nav__item md-nav__item--nested">
  356. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_7" type="checkbox" id="__nav_5_7" >
  357. <label class="md-nav__link" for="__nav_5_7">
  358. Yandex
  359. <span class="md-nav__icon md-icon"></span>
  360. </label>
  361. <nav class="md-nav" aria-label="Yandex" data-md-level="2">
  362. <label class="md-nav__title" for="__nav_5_7">
  363. <span class="md-nav__icon md-icon"></span>
  364. Yandex
  365. </label>
  366. <ul class="md-nav__list" data-md-scrollfix>
  367. <li class="md-nav__item">
  368. <a href="../provider-yandex-lockbox/" class="md-nav__link">
  369. Lockbox
  370. </a>
  371. </li>
  372. </ul>
  373. </nav>
  374. </li>
  375. <li class="md-nav__item md-nav__item--nested">
  376. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_8" type="checkbox" id="__nav_5_8" >
  377. <label class="md-nav__link" for="__nav_5_8">
  378. Gitlab
  379. <span class="md-nav__icon md-icon"></span>
  380. </label>
  381. <nav class="md-nav" aria-label="Gitlab" data-md-level="2">
  382. <label class="md-nav__title" for="__nav_5_8">
  383. <span class="md-nav__icon md-icon"></span>
  384. Gitlab
  385. </label>
  386. <ul class="md-nav__list" data-md-scrollfix>
  387. <li class="md-nav__item">
  388. <a href="../provider-gitlab-project-variables/" class="md-nav__link">
  389. Gitlab Project Variables
  390. </a>
  391. </li>
  392. </ul>
  393. </nav>
  394. </li>
  395. <li class="md-nav__item md-nav__item--nested">
  396. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_9" type="checkbox" id="__nav_5_9" >
  397. <label class="md-nav__link" for="__nav_5_9">
  398. Oracle
  399. <span class="md-nav__icon md-icon"></span>
  400. </label>
  401. <nav class="md-nav" aria-label="Oracle" data-md-level="2">
  402. <label class="md-nav__title" for="__nav_5_9">
  403. <span class="md-nav__icon md-icon"></span>
  404. Oracle
  405. </label>
  406. <ul class="md-nav__list" data-md-scrollfix>
  407. <li class="md-nav__item">
  408. <a href="../provider-oracle-vault/" class="md-nav__link">
  409. Oracle Vault
  410. </a>
  411. </li>
  412. </ul>
  413. </nav>
  414. </li>
  415. <li class="md-nav__item">
  416. <a href="../provider-webhook/" class="md-nav__link">
  417. Webhook
  418. </a>
  419. </li>
  420. <li class="md-nav__item">
  421. <a href="../provider-fake/" class="md-nav__link">
  422. Fake
  423. </a>
  424. </li>
  425. </ul>
  426. </nav>
  427. </li>
  428. <li class="md-nav__item md-nav__item--nested">
  429. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_6" type="checkbox" id="__nav_6" >
  430. <label class="md-nav__link" for="__nav_6">
  431. Examples
  432. <span class="md-nav__icon md-icon"></span>
  433. </label>
  434. <nav class="md-nav" aria-label="Examples" data-md-level="1">
  435. <label class="md-nav__title" for="__nav_6">
  436. <span class="md-nav__icon md-icon"></span>
  437. Examples
  438. </label>
  439. <ul class="md-nav__list" data-md-scrollfix>
  440. <li class="md-nav__item">
  441. <a href="../examples-gitops-using-fluxcd/" class="md-nav__link">
  442. FluxCD
  443. </a>
  444. </li>
  445. <li class="md-nav__item">
  446. <a href="../examples-anchore-engine-credentials/" class="md-nav__link">
  447. Anchore Engine
  448. </a>
  449. </li>
  450. <li class="md-nav__item">
  451. <a href="../examples-jenkins-kubernetes-credentials/" class="md-nav__link">
  452. Jenkins
  453. </a>
  454. </li>
  455. </ul>
  456. </nav>
  457. </li>
  458. <li class="md-nav__item md-nav__item--nested">
  459. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_7" type="checkbox" id="__nav_7" >
  460. <label class="md-nav__link" for="__nav_7">
  461. References
  462. <span class="md-nav__icon md-icon"></span>
  463. </label>
  464. <nav class="md-nav" aria-label="References" data-md-level="1">
  465. <label class="md-nav__title" for="__nav_7">
  466. <span class="md-nav__icon md-icon"></span>
  467. References
  468. </label>
  469. <ul class="md-nav__list" data-md-scrollfix>
  470. <li class="md-nav__item">
  471. <a href="../spec/" class="md-nav__link">
  472. API specification
  473. </a>
  474. </li>
  475. </ul>
  476. </nav>
  477. </li>
  478. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  479. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_8" type="checkbox" id="__nav_8" checked>
  480. <label class="md-nav__link" for="__nav_8">
  481. Contributing
  482. <span class="md-nav__icon md-icon"></span>
  483. </label>
  484. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  485. <label class="md-nav__title" for="__nav_8">
  486. <span class="md-nav__icon md-icon"></span>
  487. Contributing
  488. </label>
  489. <ul class="md-nav__list" data-md-scrollfix>
  490. <li class="md-nav__item">
  491. <a href="../contributing-devguide/" class="md-nav__link">
  492. Developer guide
  493. </a>
  494. </li>
  495. <li class="md-nav__item md-nav__item--active">
  496. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  497. <label class="md-nav__link md-nav__link--active" for="__toc">
  498. Contributing Process
  499. <span class="md-nav__icon md-icon"></span>
  500. </label>
  501. <a href="./" class="md-nav__link md-nav__link--active">
  502. Contributing Process
  503. </a>
  504. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  505. <label class="md-nav__title" for="__toc">
  506. <span class="md-nav__icon md-icon"></span>
  507. Table of contents
  508. </label>
  509. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  510. <li class="md-nav__item">
  511. <a href="#project-management" class="md-nav__link">
  512. Project Management
  513. </a>
  514. </li>
  515. <li class="md-nav__item">
  516. <a href="#issues" class="md-nav__link">
  517. Issues
  518. </a>
  519. </li>
  520. <li class="md-nav__item">
  521. <a href="#submitting-a-pull-request" class="md-nav__link">
  522. Submitting a Pull Request
  523. </a>
  524. <nav class="md-nav" aria-label="Submitting a Pull Request">
  525. <ul class="md-nav__list">
  526. <li class="md-nav__item">
  527. <a href="#triggering-e2e-tests" class="md-nav__link">
  528. Triggering e2e tests
  529. </a>
  530. <nav class="md-nav" aria-label="Triggering e2e tests">
  531. <ul class="md-nav__list">
  532. <li class="md-nav__item">
  533. <a href="#executing-e2e-tests-locally" class="md-nav__link">
  534. Executing e2e tests locally
  535. </a>
  536. </li>
  537. <li class="md-nav__item">
  538. <a href="#managed-kubernetes-e2e-tests" class="md-nav__link">
  539. Managed Kubernetes e2e tests
  540. </a>
  541. </li>
  542. </ul>
  543. </nav>
  544. </li>
  545. <li class="md-nav__item">
  546. <a href="#executing-managed-kubernetes-e2e-tests-locally" class="md-nav__link">
  547. Executing Managed Kubernetes e2e tests locally
  548. </a>
  549. </li>
  550. </ul>
  551. </nav>
  552. </li>
  553. <li class="md-nav__item">
  554. <a href="#proposal-process" class="md-nav__link">
  555. Proposal Process
  556. </a>
  557. </li>
  558. <li class="md-nav__item">
  559. <a href="#cutting-releases" class="md-nav__link">
  560. Cutting Releases
  561. </a>
  562. </li>
  563. </ul>
  564. </nav>
  565. </li>
  566. <li class="md-nav__item">
  567. <a href="../contributing-coc/" class="md-nav__link">
  568. Code of Conduct
  569. </a>
  570. </li>
  571. </ul>
  572. </nav>
  573. </li>
  574. <li class="md-nav__item">
  575. <a href="../deprecation-policy/" class="md-nav__link">
  576. Deprecation Policy
  577. </a>
  578. </li>
  579. </ul>
  580. </nav>
  581. </div>
  582. </div>
  583. </div>
  584. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  585. <div class="md-sidebar__scrollwrap">
  586. <div class="md-sidebar__inner">
  587. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  588. <label class="md-nav__title" for="__toc">
  589. <span class="md-nav__icon md-icon"></span>
  590. Table of contents
  591. </label>
  592. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  593. <li class="md-nav__item">
  594. <a href="#project-management" class="md-nav__link">
  595. Project Management
  596. </a>
  597. </li>
  598. <li class="md-nav__item">
  599. <a href="#issues" class="md-nav__link">
  600. Issues
  601. </a>
  602. </li>
  603. <li class="md-nav__item">
  604. <a href="#submitting-a-pull-request" class="md-nav__link">
  605. Submitting a Pull Request
  606. </a>
  607. <nav class="md-nav" aria-label="Submitting a Pull Request">
  608. <ul class="md-nav__list">
  609. <li class="md-nav__item">
  610. <a href="#triggering-e2e-tests" class="md-nav__link">
  611. Triggering e2e tests
  612. </a>
  613. <nav class="md-nav" aria-label="Triggering e2e tests">
  614. <ul class="md-nav__list">
  615. <li class="md-nav__item">
  616. <a href="#executing-e2e-tests-locally" class="md-nav__link">
  617. Executing e2e tests locally
  618. </a>
  619. </li>
  620. <li class="md-nav__item">
  621. <a href="#managed-kubernetes-e2e-tests" class="md-nav__link">
  622. Managed Kubernetes e2e tests
  623. </a>
  624. </li>
  625. </ul>
  626. </nav>
  627. </li>
  628. <li class="md-nav__item">
  629. <a href="#executing-managed-kubernetes-e2e-tests-locally" class="md-nav__link">
  630. Executing Managed Kubernetes e2e tests locally
  631. </a>
  632. </li>
  633. </ul>
  634. </nav>
  635. </li>
  636. <li class="md-nav__item">
  637. <a href="#proposal-process" class="md-nav__link">
  638. Proposal Process
  639. </a>
  640. </li>
  641. <li class="md-nav__item">
  642. <a href="#cutting-releases" class="md-nav__link">
  643. Cutting Releases
  644. </a>
  645. </li>
  646. </ul>
  647. </nav>
  648. </div>
  649. </div>
  650. </div>
  651. <div class="md-content" data-md-component="content">
  652. <article class="md-content__inner md-typeset">
  653. <a href="https://github.com/external-secrets/external-secrets/edit/master/docs/contributing-process.md" title="Edit this page" class="md-content__button md-icon">
  654. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg>
  655. </a>
  656. <h1>Contributing Process</h1>
  657. <h2 id="project-management">Project Management</h2>
  658. <p>The Code, our TODOs and Documentation is maintained on
  659. <a href="https://github.com/external-secrets/external-secrets">GitHub</a>. All Issues
  660. should be opened in that repository.</p>
  661. <h2 id="issues">Issues</h2>
  662. <p>Features, bugs and any issues regarding the documentation should be filed as
  663. <a href="https://github.com/external-secrets/external-secrets/issues">GitHub Issue</a> in
  664. our repository. We use labels like <code>kind/feature</code>, <code>kind/bug</code>, <code>area/aws</code> to
  665. organize the issues. Issues labeled <code>good first issue</code> and <code>help wanted</code> are
  666. especially good for a first contribution. If you want to pick up an issue just
  667. leave a comment.</p>
  668. <h2 id="submitting-a-pull-request">Submitting a Pull Request</h2>
  669. <p>This project uses the well-known pull request process from GitHub. To submit a
  670. pull request, fork the repository and push any changes to a branch on the copy,
  671. from there a pull request can be made in the main repo. Merging a pull request
  672. requires the following steps to be completed before the pull request will
  673. be merged:</p>
  674. <ul>
  675. <li>ideally, there is an issue that documents the problem or feature in depth.</li>
  676. <li>code must have a reasonable amount of test coverage</li>
  677. <li>tests must pass</li>
  678. <li>PR needs be reviewed and approved</li>
  679. </ul>
  680. <p>Once these steps are completed the PR will be merged by a code owner.
  681. We're using the pull request <code>assignee</code> feature to track who is responsible
  682. for the lifecycle of the PR: review, merging, ping on inactivity, close.
  683. We close pull requests or issues if there is no response from the author for
  684. a period of time. Feel free to reopen if you want to get back on it.</p>
  685. <h3 id="triggering-e2e-tests">Triggering e2e tests</h3>
  686. <p>We have an extensive set of e2e tests that test the integration with <em>real</em> cloud provider APIs.
  687. Maintainers must trigger these kind of tests manually for PRs that come from forked repositories. These tests run inside a <code>kind</code> cluster in the GitHub Actions runner:</p>
  688. <div class="highlight"><pre><span></span><code>/ok-to-test sha=xxxxxx
  689. </code></pre></div>
  690. <h4 id="executing-e2e-tests-locally">Executing e2e tests locally</h4>
  691. <p>You have to prepare your shell environment with the necessary variables so the e2e test
  692. runner knows what credentials to use. See <code>e2e/run.sh</code> for the variables that are passed in.
  693. If you e.g. want to test AWS integration make sure set all <code>AWS_*</code> variables mentioned
  694. in that file.</p>
  695. <p>Use <a href="https://onsi.github.io/ginkgo/#spec-labels">ginkgo labels</a> to select the tests
  696. you want to execute. You have to specify <code>!managed</code> to ensure that you do not
  697. run managed tests.</p>
  698. <div class="highlight"><pre><span></span><code>make test.e2e GINKGO_LABELS=&#39;gcp&amp;&amp;!managed&#39;
  699. </code></pre></div>
  700. <h4 id="managed-kubernetes-e2e-tests">Managed Kubernetes e2e tests</h4>
  701. <p>There's another suite of e2e tests that integrate with managed Kuberentes offerings.
  702. They create real infrastructure at a cloud provider and deploy the controller
  703. into that environment.
  704. This is necessary to test the authentication integration
  705. (<a href="https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity">GCP Worklaod Identity</a>,
  706. <a href="https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html">EKS IRSA</a>...).</p>
  707. <p>These tests are time intensive (~20-45min) and must be triggered manually by
  708. a maintainer when a particular provider or authentication mechanism was changed:</p>
  709. <div class="highlight"><pre><span></span><code>/ok-to-test-managed sha=xxxxxx provider=aws
  710. # or
  711. /ok-to-test-managed sha=xxxxxx provider=gcp
  712. </code></pre></div>
  713. <p>Both tests can run in parallel. Once started they add a dynamic GitHub check <code>integration-managed-(gcp|aws)</code> to the PR that triggered the test.</p>
  714. <h3 id="executing-managed-kubernetes-e2e-tests-locally">Executing Managed Kubernetes e2e tests locally</h3>
  715. <p>You have to prepare your shell environment with the necessary variables so the e2e
  716. test runner knows what credentials to use. See <code>.github/workflows/e2e-managed.yml</code>
  717. for the variables that are passed in. If you e.g. want to test AWS integration make
  718. sure set all variables containing <code>AWS_*</code> and <code>TF_VAR_AWS_*</code> mentioned in that file.</p>
  719. <p>Then execute <code>tf.apply.aws</code> or <code>tf.apply.gcp</code> to create the infrastructure.</p>
  720. <div class="highlight"><pre><span></span><code>make tf.apply.aws
  721. </code></pre></div>
  722. <p>Then run the <code>managed</code> testsuite. You will need push permissions to the external-secrets ghcr repository. You can set <code>IMAGE_REGISTRY</code> to control which image registry is used to store the controller and e2e test images in.</p>
  723. <p>You also have to setup a proper Kubeconfig so the e2e test pod gets deployed into the managed cluster.</p>
  724. <div class="highlight"><pre><span></span><code>aws eks update-kubeconfig --name ${AWS_CLUSTER_NAME}
  725. or
  726. gcloud container clusters get-credentials ${GCP_GKE_CLUSTER} --region europe-west1-b
  727. </code></pre></div>
  728. <p>Use <a href="https://onsi.github.io/ginkgo/#spec-labels">ginkgo labels</a> to select the tests
  729. you want to execute.</p>
  730. <div class="highlight"><pre><span></span><code># you may have to set IMAGE_REGISTRY=docker.io/your-user/external-secrets
  731. make test.e2e.managed GINKGO_LABELS=&#39;gcp&#39;
  732. </code></pre></div>
  733. <h2 id="proposal-process">Proposal Process</h2>
  734. <p>Before we introduce significant changes to the project we want to gather feedback
  735. from the community to ensure that we progress in the right direction before we
  736. develop and release big changes. Significant changes include for example:
  737. * creating new custom resources
  738. * proposing breaking changes
  739. * changing the behavior of the controller significantly</p>
  740. <p>Please create a document in the <code>design/</code> directory based on the template <code>000-template.md</code>
  741. and fill in your proposal. Open a pull request in draft mode and request feedback. Once the proposal is accepted and the pull request is merged we can create work packages and proceed with the implementation.</p>
  742. <h2 id="cutting-releases">Cutting Releases</h2>
  743. <p>The external-secrets project is released on a as-needed basis. Feel free to open a issue to request a release. Details on how to cut a release can be found in the <code>RELEASE.md</code> file in the repo.</p>
  744. </article>
  745. </div>
  746. </div>
  747. </main>
  748. <footer class="md-footer">
  749. <nav class="md-footer__inner md-grid" aria-label="Footer">
  750. <a href="../contributing-devguide/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Developer guide" rel="prev">
  751. <div class="md-footer__button md-icon">
  752. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
  753. </div>
  754. <div class="md-footer__title">
  755. <div class="md-ellipsis">
  756. <span class="md-footer__direction">
  757. Previous
  758. </span>
  759. Developer guide
  760. </div>
  761. </div>
  762. </a>
  763. <a href="../contributing-coc/" class="md-footer__link md-footer__link--next" aria-label="Next: Code of Conduct" rel="next">
  764. <div class="md-footer__title">
  765. <div class="md-ellipsis">
  766. <span class="md-footer__direction">
  767. Next
  768. </span>
  769. Code of Conduct
  770. </div>
  771. </div>
  772. <div class="md-footer__button md-icon">
  773. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg>
  774. </div>
  775. </a>
  776. </nav>
  777. <div class="md-footer-meta md-typeset">
  778. <div class="md-footer-meta__inner md-grid">
  779. <div class="md-copyright">
  780. Made with
  781. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  782. Material for MkDocs
  783. </a>
  784. </div>
  785. </div>
  786. </div>
  787. </footer>
  788. </div>
  789. <div class="md-dialog" data-md-component="dialog">
  790. <div class="md-dialog__inner md-typeset"></div>
  791. </div>
  792. <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.092fa1f6.min.js", "version": {"provider": "mike"}}</script>
  793. <script src="../assets/javascripts/bundle.e3b2bf44.min.js"></script>
  794. </body>
  795. </html>