index.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464
  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.9">
  8. <title>Contributing Process - External Secrets Operator</title>
  9. <link rel="stylesheet" href="../assets/stylesheets/main.2b4465f4.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">
  191. <a href="../guides-templating/" class="md-nav__link">
  192. Advanced Templating
  193. </a>
  194. </li>
  195. <li class="md-nav__item">
  196. <a href="../guides-controller-class/" class="md-nav__link">
  197. Controller Classes
  198. </a>
  199. </li>
  200. <li class="md-nav__item">
  201. <a href="../guides-all-keys-one-secret/" class="md-nav__link">
  202. All keys, One secret
  203. </a>
  204. </li>
  205. <li class="md-nav__item">
  206. <a href="../guides-common-k8s-secret-types/" class="md-nav__link">
  207. Common K8S Secret Types
  208. </a>
  209. </li>
  210. <li class="md-nav__item">
  211. <a href="../guides-multi-tenancy/" class="md-nav__link">
  212. Multi Tenancy
  213. </a>
  214. </li>
  215. <li class="md-nav__item">
  216. <a href="../guides-metrics/" class="md-nav__link">
  217. Metrics
  218. </a>
  219. </li>
  220. <li class="md-nav__item">
  221. <a href="../guides-using-latest-image/" class="md-nav__link">
  222. Using Latest Image
  223. </a>
  224. </li>
  225. <li class="md-nav__item">
  226. <a href="../guides-gitops-using-fluxcd/" class="md-nav__link">
  227. GitOps using FluxCD
  228. </a>
  229. </li>
  230. </ul>
  231. </nav>
  232. </li>
  233. <li class="md-nav__item md-nav__item--nested">
  234. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5" type="checkbox" id="__nav_5" >
  235. <label class="md-nav__link" for="__nav_5">
  236. Provider
  237. <span class="md-nav__icon md-icon"></span>
  238. </label>
  239. <nav class="md-nav" aria-label="Provider" data-md-level="1">
  240. <label class="md-nav__title" for="__nav_5">
  241. <span class="md-nav__icon md-icon"></span>
  242. Provider
  243. </label>
  244. <ul class="md-nav__list" data-md-scrollfix>
  245. <li class="md-nav__item md-nav__item--nested">
  246. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_1" type="checkbox" id="__nav_5_1" >
  247. <label class="md-nav__link" for="__nav_5_1">
  248. AWS
  249. <span class="md-nav__icon md-icon"></span>
  250. </label>
  251. <nav class="md-nav" aria-label="AWS" data-md-level="2">
  252. <label class="md-nav__title" for="__nav_5_1">
  253. <span class="md-nav__icon md-icon"></span>
  254. AWS
  255. </label>
  256. <ul class="md-nav__list" data-md-scrollfix>
  257. <li class="md-nav__item">
  258. <a href="../provider-aws-secrets-manager/" class="md-nav__link">
  259. Secrets Manager
  260. </a>
  261. </li>
  262. <li class="md-nav__item">
  263. <a href="../provider-aws-parameter-store/" class="md-nav__link">
  264. Parameter Store
  265. </a>
  266. </li>
  267. </ul>
  268. </nav>
  269. </li>
  270. <li class="md-nav__item md-nav__item--nested">
  271. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_2" type="checkbox" id="__nav_5_2" >
  272. <label class="md-nav__link" for="__nav_5_2">
  273. Azure
  274. <span class="md-nav__icon md-icon"></span>
  275. </label>
  276. <nav class="md-nav" aria-label="Azure" data-md-level="2">
  277. <label class="md-nav__title" for="__nav_5_2">
  278. <span class="md-nav__icon md-icon"></span>
  279. Azure
  280. </label>
  281. <ul class="md-nav__list" data-md-scrollfix>
  282. <li class="md-nav__item">
  283. <a href="../provider-azure-key-vault/" class="md-nav__link">
  284. Key Vault
  285. </a>
  286. </li>
  287. </ul>
  288. </nav>
  289. </li>
  290. <li class="md-nav__item md-nav__item--nested">
  291. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_3" type="checkbox" id="__nav_5_3" >
  292. <label class="md-nav__link" for="__nav_5_3">
  293. Google
  294. <span class="md-nav__icon md-icon"></span>
  295. </label>
  296. <nav class="md-nav" aria-label="Google" data-md-level="2">
  297. <label class="md-nav__title" for="__nav_5_3">
  298. <span class="md-nav__icon md-icon"></span>
  299. Google
  300. </label>
  301. <ul class="md-nav__list" data-md-scrollfix>
  302. <li class="md-nav__item">
  303. <a href="../provider-google-secrets-manager/" class="md-nav__link">
  304. Secrets Manager
  305. </a>
  306. </li>
  307. </ul>
  308. </nav>
  309. </li>
  310. <li class="md-nav__item md-nav__item--nested">
  311. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_4" type="checkbox" id="__nav_5_4" >
  312. <label class="md-nav__link" for="__nav_5_4">
  313. IBM
  314. <span class="md-nav__icon md-icon"></span>
  315. </label>
  316. <nav class="md-nav" aria-label="IBM" data-md-level="2">
  317. <label class="md-nav__title" for="__nav_5_4">
  318. <span class="md-nav__icon md-icon"></span>
  319. IBM
  320. </label>
  321. <ul class="md-nav__list" data-md-scrollfix>
  322. <li class="md-nav__item">
  323. <a href="../provider-ibm-secrets-manager/" class="md-nav__link">
  324. Secrets Manager
  325. </a>
  326. </li>
  327. </ul>
  328. </nav>
  329. </li>
  330. <li class="md-nav__item">
  331. <a href="../provider-akeyless/" class="md-nav__link">
  332. Akeyless
  333. </a>
  334. </li>
  335. <li class="md-nav__item">
  336. <a href="../provider-hashicorp-vault/" class="md-nav__link">
  337. HashiCorp Vault
  338. </a>
  339. </li>
  340. <li class="md-nav__item md-nav__item--nested">
  341. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_7" type="checkbox" id="__nav_5_7" >
  342. <label class="md-nav__link" for="__nav_5_7">
  343. Yandex
  344. <span class="md-nav__icon md-icon"></span>
  345. </label>
  346. <nav class="md-nav" aria-label="Yandex" data-md-level="2">
  347. <label class="md-nav__title" for="__nav_5_7">
  348. <span class="md-nav__icon md-icon"></span>
  349. Yandex
  350. </label>
  351. <ul class="md-nav__list" data-md-scrollfix>
  352. <li class="md-nav__item">
  353. <a href="../provider-yandex-lockbox/" class="md-nav__link">
  354. Lockbox
  355. </a>
  356. </li>
  357. </ul>
  358. </nav>
  359. </li>
  360. <li class="md-nav__item md-nav__item--nested">
  361. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_8" type="checkbox" id="__nav_5_8" >
  362. <label class="md-nav__link" for="__nav_5_8">
  363. Gitlab
  364. <span class="md-nav__icon md-icon"></span>
  365. </label>
  366. <nav class="md-nav" aria-label="Gitlab" data-md-level="2">
  367. <label class="md-nav__title" for="__nav_5_8">
  368. <span class="md-nav__icon md-icon"></span>
  369. Gitlab
  370. </label>
  371. <ul class="md-nav__list" data-md-scrollfix>
  372. <li class="md-nav__item">
  373. <a href="../provider-gitlab-project-variables/" class="md-nav__link">
  374. Gitlab Project Variables
  375. </a>
  376. </li>
  377. </ul>
  378. </nav>
  379. </li>
  380. <li class="md-nav__item md-nav__item--nested">
  381. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_9" type="checkbox" id="__nav_5_9" >
  382. <label class="md-nav__link" for="__nav_5_9">
  383. Oracle
  384. <span class="md-nav__icon md-icon"></span>
  385. </label>
  386. <nav class="md-nav" aria-label="Oracle" data-md-level="2">
  387. <label class="md-nav__title" for="__nav_5_9">
  388. <span class="md-nav__icon md-icon"></span>
  389. Oracle
  390. </label>
  391. <ul class="md-nav__list" data-md-scrollfix>
  392. <li class="md-nav__item">
  393. <a href="../provider-oracle-vault/" class="md-nav__link">
  394. Oracle Vault
  395. </a>
  396. </li>
  397. </ul>
  398. </nav>
  399. </li>
  400. <li class="md-nav__item">
  401. <a href="../provider-webhook/" class="md-nav__link">
  402. Webhook
  403. </a>
  404. </li>
  405. <li class="md-nav__item">
  406. <a href="../provider-fake/" class="md-nav__link">
  407. Fake
  408. </a>
  409. </li>
  410. </ul>
  411. </nav>
  412. </li>
  413. <li class="md-nav__item md-nav__item--nested">
  414. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_6" type="checkbox" id="__nav_6" >
  415. <label class="md-nav__link" for="__nav_6">
  416. References
  417. <span class="md-nav__icon md-icon"></span>
  418. </label>
  419. <nav class="md-nav" aria-label="References" data-md-level="1">
  420. <label class="md-nav__title" for="__nav_6">
  421. <span class="md-nav__icon md-icon"></span>
  422. References
  423. </label>
  424. <ul class="md-nav__list" data-md-scrollfix>
  425. <li class="md-nav__item">
  426. <a href="../spec/" class="md-nav__link">
  427. API specification
  428. </a>
  429. </li>
  430. </ul>
  431. </nav>
  432. </li>
  433. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  434. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_7" type="checkbox" id="__nav_7" checked>
  435. <label class="md-nav__link" for="__nav_7">
  436. Contributing
  437. <span class="md-nav__icon md-icon"></span>
  438. </label>
  439. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  440. <label class="md-nav__title" for="__nav_7">
  441. <span class="md-nav__icon md-icon"></span>
  442. Contributing
  443. </label>
  444. <ul class="md-nav__list" data-md-scrollfix>
  445. <li class="md-nav__item">
  446. <a href="../contributing-devguide/" class="md-nav__link">
  447. Developer guide
  448. </a>
  449. </li>
  450. <li class="md-nav__item md-nav__item--active">
  451. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  452. <label class="md-nav__link md-nav__link--active" for="__toc">
  453. Contributing Process
  454. <span class="md-nav__icon md-icon"></span>
  455. </label>
  456. <a href="./" class="md-nav__link md-nav__link--active">
  457. Contributing Process
  458. </a>
  459. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  460. <label class="md-nav__title" for="__toc">
  461. <span class="md-nav__icon md-icon"></span>
  462. Table of contents
  463. </label>
  464. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  465. <li class="md-nav__item">
  466. <a href="#project-management" class="md-nav__link">
  467. Project Management
  468. </a>
  469. </li>
  470. <li class="md-nav__item">
  471. <a href="#issues" class="md-nav__link">
  472. Issues
  473. </a>
  474. </li>
  475. <li class="md-nav__item">
  476. <a href="#submitting-a-pull-request" class="md-nav__link">
  477. Submitting a Pull Request
  478. </a>
  479. <nav class="md-nav" aria-label="Submitting a Pull Request">
  480. <ul class="md-nav__list">
  481. <li class="md-nav__item">
  482. <a href="#triggering-e2e-tests" class="md-nav__link">
  483. Triggering e2e tests
  484. </a>
  485. <nav class="md-nav" aria-label="Triggering e2e tests">
  486. <ul class="md-nav__list">
  487. <li class="md-nav__item">
  488. <a href="#executing-e2e-tests-locally" class="md-nav__link">
  489. Executing e2e tests locally
  490. </a>
  491. </li>
  492. <li class="md-nav__item">
  493. <a href="#managed-kubernetes-e2e-tests" class="md-nav__link">
  494. Managed Kubernetes e2e tests
  495. </a>
  496. </li>
  497. </ul>
  498. </nav>
  499. </li>
  500. <li class="md-nav__item">
  501. <a href="#executing-managed-kubernetes-e2e-tests-locally" class="md-nav__link">
  502. Executing Managed Kubernetes e2e tests locally
  503. </a>
  504. </li>
  505. </ul>
  506. </nav>
  507. </li>
  508. <li class="md-nav__item">
  509. <a href="#proposal-process" class="md-nav__link">
  510. Proposal Process
  511. </a>
  512. </li>
  513. <li class="md-nav__item">
  514. <a href="#cutting-releases" class="md-nav__link">
  515. Cutting Releases
  516. </a>
  517. </li>
  518. </ul>
  519. </nav>
  520. </li>
  521. <li class="md-nav__item">
  522. <a href="../contributing-coc/" class="md-nav__link">
  523. Code of Conduct
  524. </a>
  525. </li>
  526. </ul>
  527. </nav>
  528. </li>
  529. <li class="md-nav__item">
  530. <a href="../deprecation-policy/" class="md-nav__link">
  531. Deprecation Policy
  532. </a>
  533. </li>
  534. </ul>
  535. </nav>
  536. </div>
  537. </div>
  538. </div>
  539. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  540. <div class="md-sidebar__scrollwrap">
  541. <div class="md-sidebar__inner">
  542. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  543. <label class="md-nav__title" for="__toc">
  544. <span class="md-nav__icon md-icon"></span>
  545. Table of contents
  546. </label>
  547. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  548. <li class="md-nav__item">
  549. <a href="#project-management" class="md-nav__link">
  550. Project Management
  551. </a>
  552. </li>
  553. <li class="md-nav__item">
  554. <a href="#issues" class="md-nav__link">
  555. Issues
  556. </a>
  557. </li>
  558. <li class="md-nav__item">
  559. <a href="#submitting-a-pull-request" class="md-nav__link">
  560. Submitting a Pull Request
  561. </a>
  562. <nav class="md-nav" aria-label="Submitting a Pull Request">
  563. <ul class="md-nav__list">
  564. <li class="md-nav__item">
  565. <a href="#triggering-e2e-tests" class="md-nav__link">
  566. Triggering e2e tests
  567. </a>
  568. <nav class="md-nav" aria-label="Triggering e2e tests">
  569. <ul class="md-nav__list">
  570. <li class="md-nav__item">
  571. <a href="#executing-e2e-tests-locally" class="md-nav__link">
  572. Executing e2e tests locally
  573. </a>
  574. </li>
  575. <li class="md-nav__item">
  576. <a href="#managed-kubernetes-e2e-tests" class="md-nav__link">
  577. Managed Kubernetes e2e tests
  578. </a>
  579. </li>
  580. </ul>
  581. </nav>
  582. </li>
  583. <li class="md-nav__item">
  584. <a href="#executing-managed-kubernetes-e2e-tests-locally" class="md-nav__link">
  585. Executing Managed Kubernetes e2e tests locally
  586. </a>
  587. </li>
  588. </ul>
  589. </nav>
  590. </li>
  591. <li class="md-nav__item">
  592. <a href="#proposal-process" class="md-nav__link">
  593. Proposal Process
  594. </a>
  595. </li>
  596. <li class="md-nav__item">
  597. <a href="#cutting-releases" class="md-nav__link">
  598. Cutting Releases
  599. </a>
  600. </li>
  601. </ul>
  602. </nav>
  603. </div>
  604. </div>
  605. </div>
  606. <div class="md-content" data-md-component="content">
  607. <article class="md-content__inner md-typeset">
  608. <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">
  609. <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>
  610. </a>
  611. <h1>Contributing Process</h1>
  612. <h2 id="project-management">Project Management</h2>
  613. <p>The Code, our TODOs and Documentation is maintained on
  614. <a href="https://github.com/external-secrets/external-secrets">GitHub</a>. All Issues
  615. should be opened in that repository.</p>
  616. <h2 id="issues">Issues</h2>
  617. <p>Features, bugs and any issues regarding the documentation should be filed as
  618. <a href="https://github.com/external-secrets/external-secrets/issues">GitHub Issue</a> in
  619. our repository. We use labels like <code>kind/feature</code>, <code>kind/bug</code>, <code>area/aws</code> to
  620. organize the issues. Issues labeled <code>good first issue</code> and <code>help wanted</code> are
  621. especially good for a first contribution. If you want to pick up an issue just
  622. leave a comment.</p>
  623. <h2 id="submitting-a-pull-request">Submitting a Pull Request</h2>
  624. <p>This project uses the well-known pull request process from GitHub. To submit a
  625. pull request, fork the repository and push any changes to a branch on the copy,
  626. from there a pull request can be made in the main repo. Merging a pull request
  627. requires the following steps to be completed before the pull request will
  628. be merged:</p>
  629. <ul>
  630. <li>ideally, there is an issue that documents the problem or feature in depth.</li>
  631. <li>code must have a reasonable amount of test coverage</li>
  632. <li>tests must pass</li>
  633. <li>PR needs be reviewed and approved</li>
  634. </ul>
  635. <p>Once these steps are completed the PR will be merged by a code owner.
  636. We're using the pull request <code>assignee</code> feature to track who is responsible
  637. for the lifecycle of the PR: review, merging, ping on inactivity, close.
  638. We close pull requests or issues if there is no response from the author for
  639. a period of time. Feel free to reopen if you want to get back on it.</p>
  640. <h3 id="triggering-e2e-tests">Triggering e2e tests</h3>
  641. <p>We have an extensive set of e2e tests that test the integration with <em>real</em> cloud provider APIs.
  642. 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>
  643. <div class="highlight"><pre><span></span><code>/ok-to-test sha=xxxxxx
  644. </code></pre></div>
  645. <h4 id="executing-e2e-tests-locally">Executing e2e tests locally</h4>
  646. <p>You have to prepare your shell environment with the necessary variables so the e2e test
  647. runner knows what credentials to use. See <code>e2e/run.sh</code> for the variables that are passed in.
  648. If you e.g. want to test AWS integration make sure set all <code>AWS_*</code> variables mentioned
  649. in that file.</p>
  650. <p>Use <a href="https://onsi.github.io/ginkgo/#spec-labels">ginkgo labels</a> to select the tests
  651. you want to execute. You have to specify <code>!managed</code> to ensure that you do not
  652. run managed tests.</p>
  653. <div class="highlight"><pre><span></span><code>make test.e2e GINKGO_LABELS=&#39;gcp&amp;&amp;!managed&#39;
  654. </code></pre></div>
  655. <h4 id="managed-kubernetes-e2e-tests">Managed Kubernetes e2e tests</h4>
  656. <p>There's another suite of e2e tests that integrate with managed Kuberentes offerings.
  657. They create real infrastructure at a cloud provider and deploy the controller
  658. into that environment.
  659. This is necessary to test the authentication integration
  660. (<a href="https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity">GCP Worklaod Identity</a>,
  661. <a href="https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html">EKS IRSA</a>...).</p>
  662. <p>These tests are time intensive (~20-45min) and must be triggered manually by
  663. a maintainer when a particular provider or authentication mechanism was changed:</p>
  664. <div class="highlight"><pre><span></span><code>/ok-to-test-managed sha=xxxxxx provider=aws
  665. # or
  666. /ok-to-test-managed sha=xxxxxx provider=gcp
  667. </code></pre></div>
  668. <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>
  669. <h3 id="executing-managed-kubernetes-e2e-tests-locally">Executing Managed Kubernetes e2e tests locally</h3>
  670. <p>You have to prepare your shell environment with the necessary variables so the e2e
  671. test runner knows what credentials to use. See <code>.github/workflows/e2e-managed.yml</code>
  672. for the variables that are passed in. If you e.g. want to test AWS integration make
  673. sure set all variables containing <code>AWS_*</code> and <code>TF_VAR_AWS_*</code> mentioned in that file.</p>
  674. <p>Then execute <code>tf.apply.aws</code> or <code>tf.apply.gcp</code> to create the infrastructure.</p>
  675. <div class="highlight"><pre><span></span><code>make tf.apply.aws
  676. </code></pre></div>
  677. <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>
  678. <p>You also have to setup a proper Kubeconfig so the e2e test pod gets deployed into the managed cluster.</p>
  679. <div class="highlight"><pre><span></span><code>aws eks update-kubeconfig --name ${AWS_CLUSTER_NAME}
  680. or
  681. gcloud container clusters get-credentials ${GCP_GKE_CLUSTER} --region europe-west1-b
  682. </code></pre></div>
  683. <p>Use <a href="https://onsi.github.io/ginkgo/#spec-labels">ginkgo labels</a> to select the tests
  684. you want to execute.</p>
  685. <div class="highlight"><pre><span></span><code># you may have to set IMAGE_REGISTRY=docker.io/your-user/external-secrets
  686. make test.e2e.managed GINKGO_LABELS=&#39;gcp&#39;
  687. </code></pre></div>
  688. <h2 id="proposal-process">Proposal Process</h2>
  689. <p>Before we introduce significant changes to the project we want to gather feedback
  690. from the community to ensure that we progress in the right direction before we
  691. develop and release big changes. Significant changes include for example:
  692. * creating new custom resources
  693. * proposing breaking changes
  694. * changing the behavior of the controller significantly</p>
  695. <p>Please create a document in the <code>design/</code> directory based on the template <code>000-template.md</code>
  696. 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>
  697. <h2 id="cutting-releases">Cutting Releases</h2>
  698. <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>
  699. </article>
  700. </div>
  701. </div>
  702. </main>
  703. <footer class="md-footer">
  704. <nav class="md-footer__inner md-grid" aria-label="Footer">
  705. <a href="../contributing-devguide/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Developer guide" rel="prev">
  706. <div class="md-footer__button md-icon">
  707. <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>
  708. </div>
  709. <div class="md-footer__title">
  710. <div class="md-ellipsis">
  711. <span class="md-footer__direction">
  712. Previous
  713. </span>
  714. Developer guide
  715. </div>
  716. </div>
  717. </a>
  718. <a href="../contributing-coc/" class="md-footer__link md-footer__link--next" aria-label="Next: Code of Conduct" rel="next">
  719. <div class="md-footer__title">
  720. <div class="md-ellipsis">
  721. <span class="md-footer__direction">
  722. Next
  723. </span>
  724. Code of Conduct
  725. </div>
  726. </div>
  727. <div class="md-footer__button md-icon">
  728. <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>
  729. </div>
  730. </a>
  731. </nav>
  732. <div class="md-footer-meta md-typeset">
  733. <div class="md-footer-meta__inner md-grid">
  734. <div class="md-copyright">
  735. Made with
  736. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  737. Material for MkDocs
  738. </a>
  739. </div>
  740. </div>
  741. </div>
  742. </footer>
  743. </div>
  744. <div class="md-dialog" data-md-component="dialog">
  745. <div class="md-dialog__inner md-typeset"></div>
  746. </div>
  747. <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.22074ed6.min.js", "version": {"provider": "mike"}}</script>
  748. <script src="../assets/javascripts/bundle.960e086b.min.js"></script>
  749. </body>
  750. </html>