index.html 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685
  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>Code of Conduct - 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="#code-of-conduct" 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. Code of Conduct
  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. External Resources
  462. <span class="md-nav__icon md-icon"></span>
  463. </label>
  464. <nav class="md-nav" aria-label="External Resources" data-md-level="1">
  465. <label class="md-nav__title" for="__nav_7">
  466. <span class="md-nav__icon md-icon"></span>
  467. External Resources
  468. </label>
  469. <ul class="md-nav__list" data-md-scrollfix>
  470. <li class="md-nav__item">
  471. <a href="../eso-talks/" class="md-nav__link">
  472. Talks
  473. </a>
  474. </li>
  475. <li class="md-nav__item">
  476. <a href="../eso-demos/" class="md-nav__link">
  477. Demos
  478. </a>
  479. </li>
  480. <li class="md-nav__item">
  481. <a href="../eso-blogs/" class="md-nav__link">
  482. Blogs
  483. </a>
  484. </li>
  485. </ul>
  486. </nav>
  487. </li>
  488. <li class="md-nav__item md-nav__item--nested">
  489. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_8" type="checkbox" id="__nav_8" >
  490. <label class="md-nav__link" for="__nav_8">
  491. References
  492. <span class="md-nav__icon md-icon"></span>
  493. </label>
  494. <nav class="md-nav" aria-label="References" data-md-level="1">
  495. <label class="md-nav__title" for="__nav_8">
  496. <span class="md-nav__icon md-icon"></span>
  497. References
  498. </label>
  499. <ul class="md-nav__list" data-md-scrollfix>
  500. <li class="md-nav__item">
  501. <a href="../spec/" class="md-nav__link">
  502. API specification
  503. </a>
  504. </li>
  505. </ul>
  506. </nav>
  507. </li>
  508. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  509. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_9" type="checkbox" id="__nav_9" checked>
  510. <label class="md-nav__link" for="__nav_9">
  511. Contributing
  512. <span class="md-nav__icon md-icon"></span>
  513. </label>
  514. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  515. <label class="md-nav__title" for="__nav_9">
  516. <span class="md-nav__icon md-icon"></span>
  517. Contributing
  518. </label>
  519. <ul class="md-nav__list" data-md-scrollfix>
  520. <li class="md-nav__item">
  521. <a href="../contributing-devguide/" class="md-nav__link">
  522. Developer guide
  523. </a>
  524. </li>
  525. <li class="md-nav__item">
  526. <a href="../contributing-process/" class="md-nav__link">
  527. Contributing Process
  528. </a>
  529. </li>
  530. <li class="md-nav__item">
  531. <a href="../contributing-release/" class="md-nav__link">
  532. Release Process
  533. </a>
  534. </li>
  535. <li class="md-nav__item md-nav__item--active">
  536. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  537. <label class="md-nav__link md-nav__link--active" for="__toc">
  538. Code of Conduct
  539. <span class="md-nav__icon md-icon"></span>
  540. </label>
  541. <a href="./" class="md-nav__link md-nav__link--active">
  542. Code of Conduct
  543. </a>
  544. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  545. <label class="md-nav__title" for="__toc">
  546. <span class="md-nav__icon md-icon"></span>
  547. Table of contents
  548. </label>
  549. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  550. <li class="md-nav__item">
  551. <a href="#our-pledge" class="md-nav__link">
  552. Our Pledge
  553. </a>
  554. </li>
  555. <li class="md-nav__item">
  556. <a href="#our-standards" class="md-nav__link">
  557. Our Standards
  558. </a>
  559. </li>
  560. <li class="md-nav__item">
  561. <a href="#enforcement-responsibilities" class="md-nav__link">
  562. Enforcement Responsibilities
  563. </a>
  564. </li>
  565. <li class="md-nav__item">
  566. <a href="#scope" class="md-nav__link">
  567. Scope
  568. </a>
  569. </li>
  570. <li class="md-nav__item">
  571. <a href="#enforcement" class="md-nav__link">
  572. Enforcement
  573. </a>
  574. </li>
  575. <li class="md-nav__item">
  576. <a href="#enforcement-guidelines" class="md-nav__link">
  577. Enforcement Guidelines
  578. </a>
  579. <nav class="md-nav" aria-label="Enforcement Guidelines">
  580. <ul class="md-nav__list">
  581. <li class="md-nav__item">
  582. <a href="#1-correction" class="md-nav__link">
  583. 1. Correction
  584. </a>
  585. </li>
  586. <li class="md-nav__item">
  587. <a href="#2-warning" class="md-nav__link">
  588. 2. Warning
  589. </a>
  590. </li>
  591. <li class="md-nav__item">
  592. <a href="#3-temporary-ban" class="md-nav__link">
  593. 3. Temporary Ban
  594. </a>
  595. </li>
  596. <li class="md-nav__item">
  597. <a href="#4-permanent-ban" class="md-nav__link">
  598. 4. Permanent Ban
  599. </a>
  600. </li>
  601. </ul>
  602. </nav>
  603. </li>
  604. <li class="md-nav__item">
  605. <a href="#attribution" class="md-nav__link">
  606. Attribution
  607. </a>
  608. </li>
  609. </ul>
  610. </nav>
  611. </li>
  612. </ul>
  613. </nav>
  614. </li>
  615. <li class="md-nav__item">
  616. <a href="../deprecation-policy/" class="md-nav__link">
  617. Deprecation Policy
  618. </a>
  619. </li>
  620. </ul>
  621. </nav>
  622. </div>
  623. </div>
  624. </div>
  625. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  626. <div class="md-sidebar__scrollwrap">
  627. <div class="md-sidebar__inner">
  628. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  629. <label class="md-nav__title" for="__toc">
  630. <span class="md-nav__icon md-icon"></span>
  631. Table of contents
  632. </label>
  633. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  634. <li class="md-nav__item">
  635. <a href="#our-pledge" class="md-nav__link">
  636. Our Pledge
  637. </a>
  638. </li>
  639. <li class="md-nav__item">
  640. <a href="#our-standards" class="md-nav__link">
  641. Our Standards
  642. </a>
  643. </li>
  644. <li class="md-nav__item">
  645. <a href="#enforcement-responsibilities" class="md-nav__link">
  646. Enforcement Responsibilities
  647. </a>
  648. </li>
  649. <li class="md-nav__item">
  650. <a href="#scope" class="md-nav__link">
  651. Scope
  652. </a>
  653. </li>
  654. <li class="md-nav__item">
  655. <a href="#enforcement" class="md-nav__link">
  656. Enforcement
  657. </a>
  658. </li>
  659. <li class="md-nav__item">
  660. <a href="#enforcement-guidelines" class="md-nav__link">
  661. Enforcement Guidelines
  662. </a>
  663. <nav class="md-nav" aria-label="Enforcement Guidelines">
  664. <ul class="md-nav__list">
  665. <li class="md-nav__item">
  666. <a href="#1-correction" class="md-nav__link">
  667. 1. Correction
  668. </a>
  669. </li>
  670. <li class="md-nav__item">
  671. <a href="#2-warning" class="md-nav__link">
  672. 2. Warning
  673. </a>
  674. </li>
  675. <li class="md-nav__item">
  676. <a href="#3-temporary-ban" class="md-nav__link">
  677. 3. Temporary Ban
  678. </a>
  679. </li>
  680. <li class="md-nav__item">
  681. <a href="#4-permanent-ban" class="md-nav__link">
  682. 4. Permanent Ban
  683. </a>
  684. </li>
  685. </ul>
  686. </nav>
  687. </li>
  688. <li class="md-nav__item">
  689. <a href="#attribution" class="md-nav__link">
  690. Attribution
  691. </a>
  692. </li>
  693. </ul>
  694. </nav>
  695. </div>
  696. </div>
  697. </div>
  698. <div class="md-content" data-md-component="content">
  699. <article class="md-content__inner md-typeset">
  700. <a href="https://github.com/external-secrets/external-secrets/edit/master/docs/contributing-coc.md" title="Edit this page" class="md-content__button md-icon">
  701. <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>
  702. </a>
  703. <h1 id="code-of-conduct">Code of Conduct</h1>
  704. <h2 id="our-pledge">Our Pledge</h2>
  705. <p>We as members, contributors, and leaders pledge to make participation in our
  706. community a harassment-free experience for everyone, regardless of age, body
  707. size, visible or invisible disability, ethnicity, sex characteristics, gender
  708. identity and expression, level of experience, education, socio-economic status,
  709. nationality, personal appearance, race, caste, color, religion, or sexual identity
  710. and orientation.</p>
  711. <p>We pledge to act and interact in ways that contribute to an open, welcoming,
  712. diverse, inclusive, and healthy community.</p>
  713. <h2 id="our-standards">Our Standards</h2>
  714. <p>Examples of behavior that contributes to a positive environment for our
  715. community include:</p>
  716. <ul>
  717. <li>Demonstrating empathy and kindness toward other people</li>
  718. <li>Being respectful of differing opinions, viewpoints, and experiences</li>
  719. <li>Giving and gracefully accepting constructive feedback</li>
  720. <li>Accepting responsibility and apologizing to those affected by our mistakes,
  721. and learning from the experience</li>
  722. <li>Focusing on what is best not just for us as individuals, but for the
  723. overall community</li>
  724. </ul>
  725. <p>Examples of unacceptable behavior include:</p>
  726. <ul>
  727. <li>The use of sexualized language or imagery, and sexual attention or
  728. advances of any kind</li>
  729. <li>Trolling, insulting or derogatory comments, and personal or political attacks</li>
  730. <li>Public or private harassment</li>
  731. <li>Publishing others' private information, such as a physical or email
  732. address, without their explicit permission</li>
  733. <li>Other conduct which could reasonably be considered inappropriate in a
  734. professional setting</li>
  735. </ul>
  736. <h2 id="enforcement-responsibilities">Enforcement Responsibilities</h2>
  737. <p>Community leaders are responsible for clarifying and enforcing our standards of
  738. acceptable behavior and will take appropriate and fair corrective action in
  739. response to any behavior that they deem inappropriate, threatening, offensive,
  740. or harmful.</p>
  741. <p>Community leaders have the right and responsibility to remove, edit, or reject
  742. comments, commits, code, wiki edits, issues, and other contributions that are
  743. not aligned to this Code of Conduct, and will communicate reasons for moderation
  744. decisions when appropriate.</p>
  745. <h2 id="scope">Scope</h2>
  746. <p>This Code of Conduct applies within all community spaces, and also applies when
  747. an individual is officially representing the community in public spaces.
  748. Examples of representing our community include using an official e-mail address,
  749. posting via an official social media account, or acting as an appointed
  750. representative at an online or offline event.</p>
  751. <h2 id="enforcement">Enforcement</h2>
  752. <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
  753. reported to the community leaders responsible for enforcement at contact@external-secrets.io.
  754. All complaints will be reviewed and investigated promptly and fairly.</p>
  755. <p>All community leaders are obligated to respect the privacy and security of the
  756. reporter of any incident.</p>
  757. <h2 id="enforcement-guidelines">Enforcement Guidelines</h2>
  758. <p>Community leaders will follow these Community Impact Guidelines in determining
  759. the consequences for any action they deem in violation of this Code of Conduct:</p>
  760. <h3 id="1-correction">1. Correction</h3>
  761. <p><strong>Community Impact</strong>: Use of inappropriate language or other behavior deemed
  762. unprofessional or unwelcome in the community.</p>
  763. <p><strong>Consequence</strong>: A private, written warning from community leaders, providing
  764. clarity around the nature of the violation and an explanation of why the
  765. behavior was inappropriate. A public apology may be requested.</p>
  766. <h3 id="2-warning">2. Warning</h3>
  767. <p><strong>Community Impact</strong>: A violation through a single incident or series
  768. of actions.</p>
  769. <p><strong>Consequence</strong>: A warning with consequences for continued behavior. No
  770. interaction with the people involved, including unsolicited interaction with
  771. those enforcing the Code of Conduct, for a specified period of time. This
  772. includes avoiding interactions in community spaces as well as external channels
  773. like social media. Violating these terms may lead to a temporary or
  774. permanent ban.</p>
  775. <h3 id="3-temporary-ban">3. Temporary Ban</h3>
  776. <p><strong>Community Impact</strong>: A serious violation of community standards, including
  777. sustained inappropriate behavior.</p>
  778. <p><strong>Consequence</strong>: A temporary ban from any sort of interaction or public
  779. communication with the community for a specified period of time. No public or
  780. private interaction with the people involved, including unsolicited interaction
  781. with those enforcing the Code of Conduct, is allowed during this period.
  782. Violating these terms may lead to a permanent ban.</p>
  783. <h3 id="4-permanent-ban">4. Permanent Ban</h3>
  784. <p><strong>Community Impact</strong>: Demonstrating a pattern of violation of community
  785. standards, including sustained inappropriate behavior, harassment of an
  786. individual, or aggression toward or disparagement of classes of individuals.</p>
  787. <p><strong>Consequence</strong>: A permanent ban from any sort of public interaction within
  788. the community.</p>
  789. <h2 id="attribution">Attribution</h2>
  790. <p>This Code of Conduct is adapted from the <a href="https://www.contributor-covenant.org">Contributor Covenant</a>,
  791. version 2.0, available at
  792. <a href="https://www.contributor-covenant.org/version/2/0/code_of_conduct.html">https://www.contributor-covenant.org/version/2/0/code_of_conduct.html</a>.</p>
  793. <p>Community Impact Guidelines were inspired by
  794. <a href="https://github.com/mozilla/diversity">Mozilla's code of conduct enforcement ladder</a>.</p>
  795. <p>For answers to common questions about this code of conduct, see the FAQ at
  796. <a href="https://www.contributor-covenant.org/faq">https://www.contributor-covenant.org/faq</a>. Translations are available
  797. at <a href="https://www.contributor-covenant.org/translations">https://www.contributor-covenant.org/translations</a>.</p>
  798. </article>
  799. </div>
  800. </div>
  801. </main>
  802. <footer class="md-footer">
  803. <nav class="md-footer__inner md-grid" aria-label="Footer">
  804. <a href="../contributing-release/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Release Process" rel="prev">
  805. <div class="md-footer__button md-icon">
  806. <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>
  807. </div>
  808. <div class="md-footer__title">
  809. <div class="md-ellipsis">
  810. <span class="md-footer__direction">
  811. Previous
  812. </span>
  813. Release Process
  814. </div>
  815. </div>
  816. </a>
  817. <a href="../deprecation-policy/" class="md-footer__link md-footer__link--next" aria-label="Next: Deprecation Policy" rel="next">
  818. <div class="md-footer__title">
  819. <div class="md-ellipsis">
  820. <span class="md-footer__direction">
  821. Next
  822. </span>
  823. Deprecation Policy
  824. </div>
  825. </div>
  826. <div class="md-footer__button md-icon">
  827. <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>
  828. </div>
  829. </a>
  830. </nav>
  831. <div class="md-footer-meta md-typeset">
  832. <div class="md-footer-meta__inner md-grid">
  833. <div class="md-copyright">
  834. Made with
  835. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  836. Material for MkDocs
  837. </a>
  838. </div>
  839. </div>
  840. </div>
  841. </footer>
  842. </div>
  843. <div class="md-dialog" data-md-component="dialog">
  844. <div class="md-dialog__inner md-typeset"></div>
  845. </div>
  846. <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>
  847. <script src="../assets/javascripts/bundle.e3b2bf44.min.js"></script>
  848. </body>
  849. </html>