index.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338
  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.1, mkdocs-material-7.1.8">
  8. <title>Code of Conduct - External Secrets Operator</title>
  9. <link rel="stylesheet" href="../assets/stylesheets/main.ca7ac06f.min.css">
  10. <link rel="stylesheet" href="../assets/stylesheets/palette.f1a3b89f.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-family:"Roboto";--md-code-font-family:"Roboto Mono"}</style>
  14. <script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-QP38TD8K7V"),document.addEventListener("DOMContentLoaded",function(){"undefined"!=typeof location$&&location$.subscribe(function(t){gtag("config","G-QP38TD8K7V",{page_path:t.pathname})})})</script>
  15. <script async src="https://www.googletagmanager.com/gtag/js?id=G-QP38TD8K7V"></script>
  16. </head>
  17. <body dir="ltr" data-md-color-scheme="" data-md-color-primary="none" data-md-color-accent="none">
  18. <script>function __prefix(e){return new URL("..",location).pathname+"."+e}function __get(e,t=localStorage){return JSON.parse(t.getItem(__prefix(e)))}</script>
  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. <header class="md-header" data-md-component="header">
  30. <nav class="md-header__inner md-grid" aria-label="Header">
  31. <a href=".." title="External Secrets Operator" class="md-header__button md-logo" aria-label="External Secrets Operator" data-md-component="logo">
  32. <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>
  33. </a>
  34. <label class="md-header__button md-icon" for="__drawer">
  35. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
  36. </label>
  37. <div class="md-header__title" data-md-component="header-title">
  38. <div class="md-header__ellipsis">
  39. <div class="md-header__topic">
  40. <span class="md-ellipsis">
  41. External Secrets Operator
  42. </span>
  43. </div>
  44. <div class="md-header__topic" data-md-component="header-topic">
  45. <span class="md-ellipsis">
  46. Code of Conduct
  47. </span>
  48. </div>
  49. </div>
  50. </div>
  51. <label class="md-header__button md-icon" for="__search">
  52. <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>
  53. </label>
  54. <div class="md-search" data-md-component="search" role="dialog">
  55. <label class="md-search__overlay" for="__search"></label>
  56. <div class="md-search__inner" role="search">
  57. <form class="md-search__form" name="search">
  58. <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" data-md-state="active" required>
  59. <label class="md-search__icon md-icon" for="__search">
  60. <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>
  61. <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>
  62. </label>
  63. <button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1">
  64. <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>
  65. </button>
  66. </form>
  67. <div class="md-search__output">
  68. <div class="md-search__scrollwrap" data-md-scrollfix>
  69. <div class="md-search-result" data-md-component="search-result">
  70. <div class="md-search-result__meta">
  71. Initializing search
  72. </div>
  73. <ol class="md-search-result__list"></ol>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <div class="md-header__source">
  80. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  81. <div class="md-source__icon md-icon">
  82. <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>
  83. </div>
  84. <div class="md-source__repository">
  85. External Secrets Operator
  86. </div>
  87. </a>
  88. </div>
  89. </nav>
  90. </header>
  91. <div class="md-container" data-md-component="container">
  92. <main class="md-main" data-md-component="main">
  93. <div class="md-main__inner md-grid">
  94. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  95. <div class="md-sidebar__scrollwrap">
  96. <div class="md-sidebar__inner">
  97. <nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
  98. <label class="md-nav__title" for="__drawer">
  99. <a href=".." title="External Secrets Operator" class="md-nav__button md-logo" aria-label="External Secrets Operator" data-md-component="logo">
  100. <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>
  101. </a>
  102. External Secrets Operator
  103. </label>
  104. <div class="md-nav__source">
  105. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  106. <div class="md-source__icon md-icon">
  107. <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>
  108. </div>
  109. <div class="md-source__repository">
  110. External Secrets Operator
  111. </div>
  112. </a>
  113. </div>
  114. <ul class="md-nav__list" data-md-scrollfix>
  115. <li class="md-nav__item">
  116. <a href=".." class="md-nav__link">
  117. Introduction
  118. </a>
  119. </li>
  120. <li class="md-nav__item">
  121. <a href="../api-overview/" class="md-nav__link">
  122. Overview
  123. </a>
  124. </li>
  125. <li class="md-nav__item md-nav__item--nested">
  126. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_3" type="checkbox" id="__nav_3" >
  127. <label class="md-nav__link" for="__nav_3">
  128. API Types
  129. <span class="md-nav__icon md-icon"></span>
  130. </label>
  131. <nav class="md-nav" aria-label="API Types" data-md-level="1">
  132. <label class="md-nav__title" for="__nav_3">
  133. <span class="md-nav__icon md-icon"></span>
  134. API Types
  135. </label>
  136. <ul class="md-nav__list" data-md-scrollfix>
  137. <li class="md-nav__item">
  138. <a href="../api-externalsecret/" class="md-nav__link">
  139. ExternalSecret
  140. </a>
  141. </li>
  142. <li class="md-nav__item">
  143. <a href="../api-secretstore/" class="md-nav__link">
  144. SecretStore
  145. </a>
  146. </li>
  147. <li class="md-nav__item">
  148. <a href="../api-clustersecretstore/" class="md-nav__link">
  149. ClusterSecretStore
  150. </a>
  151. </li>
  152. </ul>
  153. </nav>
  154. </li>
  155. <li class="md-nav__item md-nav__item--nested">
  156. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4" type="checkbox" id="__nav_4" >
  157. <label class="md-nav__link" for="__nav_4">
  158. Guides
  159. <span class="md-nav__icon md-icon"></span>
  160. </label>
  161. <nav class="md-nav" aria-label="Guides" data-md-level="1">
  162. <label class="md-nav__title" for="__nav_4">
  163. <span class="md-nav__icon md-icon"></span>
  164. Guides
  165. </label>
  166. <ul class="md-nav__list" data-md-scrollfix>
  167. <li class="md-nav__item">
  168. <a href="../guides-introduction/" class="md-nav__link">
  169. Introduction
  170. </a>
  171. </li>
  172. <li class="md-nav__item">
  173. <a href="../guides-getting-started/" class="md-nav__link">
  174. Getting started
  175. </a>
  176. </li>
  177. <li class="md-nav__item">
  178. <a href="../guides-templating/" class="md-nav__link">
  179. Advanced Templating
  180. </a>
  181. </li>
  182. <li class="md-nav__item">
  183. <a href="../guides-controller-class/" class="md-nav__link">
  184. Controller Classes
  185. </a>
  186. </li>
  187. <li class="md-nav__item">
  188. <a href="../guides-all-keys-one-secret/" class="md-nav__link">
  189. All keys, One secret
  190. </a>
  191. </li>
  192. <li class="md-nav__item">
  193. <a href="../guides-common-k8s-secret-types/" class="md-nav__link">
  194. Common K8S Secret Types
  195. </a>
  196. </li>
  197. <li class="md-nav__item">
  198. <a href="../guides-multi-tenancy/" class="md-nav__link">
  199. Multi Tenancy
  200. </a>
  201. </li>
  202. <li class="md-nav__item">
  203. <a href="../guides-metrics/" class="md-nav__link">
  204. Metrics
  205. </a>
  206. </li>
  207. <li class="md-nav__item">
  208. <a href="../guides-using-latest-image/" class="md-nav__link">
  209. Using Latest Image
  210. </a>
  211. </li>
  212. <li class="md-nav__item">
  213. <a href="../guides-gitops-using-fluxcd/" class="md-nav__link">
  214. GitOps using FluxCD
  215. </a>
  216. </li>
  217. </ul>
  218. </nav>
  219. </li>
  220. <li class="md-nav__item md-nav__item--nested">
  221. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5" type="checkbox" id="__nav_5" >
  222. <label class="md-nav__link" for="__nav_5">
  223. Provider
  224. <span class="md-nav__icon md-icon"></span>
  225. </label>
  226. <nav class="md-nav" aria-label="Provider" data-md-level="1">
  227. <label class="md-nav__title" for="__nav_5">
  228. <span class="md-nav__icon md-icon"></span>
  229. Provider
  230. </label>
  231. <ul class="md-nav__list" data-md-scrollfix>
  232. <li class="md-nav__item md-nav__item--nested">
  233. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_1" type="checkbox" id="__nav_5_1" >
  234. <label class="md-nav__link" for="__nav_5_1">
  235. AWS
  236. <span class="md-nav__icon md-icon"></span>
  237. </label>
  238. <nav class="md-nav" aria-label="AWS" data-md-level="2">
  239. <label class="md-nav__title" for="__nav_5_1">
  240. <span class="md-nav__icon md-icon"></span>
  241. AWS
  242. </label>
  243. <ul class="md-nav__list" data-md-scrollfix>
  244. <li class="md-nav__item">
  245. <a href="../provider-aws-secrets-manager/" class="md-nav__link">
  246. Secrets Manager
  247. </a>
  248. </li>
  249. <li class="md-nav__item">
  250. <a href="../provider-aws-parameter-store/" class="md-nav__link">
  251. Parameter Store
  252. </a>
  253. </li>
  254. </ul>
  255. </nav>
  256. </li>
  257. <li class="md-nav__item md-nav__item--nested">
  258. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_2" type="checkbox" id="__nav_5_2" >
  259. <label class="md-nav__link" for="__nav_5_2">
  260. Azure
  261. <span class="md-nav__icon md-icon"></span>
  262. </label>
  263. <nav class="md-nav" aria-label="Azure" data-md-level="2">
  264. <label class="md-nav__title" for="__nav_5_2">
  265. <span class="md-nav__icon md-icon"></span>
  266. Azure
  267. </label>
  268. <ul class="md-nav__list" data-md-scrollfix>
  269. <li class="md-nav__item">
  270. <a href="../provider-azure-key-vault/" class="md-nav__link">
  271. Key Vault
  272. </a>
  273. </li>
  274. </ul>
  275. </nav>
  276. </li>
  277. <li class="md-nav__item md-nav__item--nested">
  278. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_3" type="checkbox" id="__nav_5_3" >
  279. <label class="md-nav__link" for="__nav_5_3">
  280. Google
  281. <span class="md-nav__icon md-icon"></span>
  282. </label>
  283. <nav class="md-nav" aria-label="Google" data-md-level="2">
  284. <label class="md-nav__title" for="__nav_5_3">
  285. <span class="md-nav__icon md-icon"></span>
  286. Google
  287. </label>
  288. <ul class="md-nav__list" data-md-scrollfix>
  289. <li class="md-nav__item">
  290. <a href="../provider-google-secrets-manager/" class="md-nav__link">
  291. Secrets Manager
  292. </a>
  293. </li>
  294. </ul>
  295. </nav>
  296. </li>
  297. <li class="md-nav__item md-nav__item--nested">
  298. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_4" type="checkbox" id="__nav_5_4" >
  299. <label class="md-nav__link" for="__nav_5_4">
  300. IBM
  301. <span class="md-nav__icon md-icon"></span>
  302. </label>
  303. <nav class="md-nav" aria-label="IBM" data-md-level="2">
  304. <label class="md-nav__title" for="__nav_5_4">
  305. <span class="md-nav__icon md-icon"></span>
  306. IBM
  307. </label>
  308. <ul class="md-nav__list" data-md-scrollfix>
  309. <li class="md-nav__item">
  310. <a href="../provider-ibm-secrets-manager/" class="md-nav__link">
  311. Secrets Manager
  312. </a>
  313. </li>
  314. </ul>
  315. </nav>
  316. </li>
  317. <li class="md-nav__item">
  318. <a href="../provider-akeyless/" class="md-nav__link">
  319. Akeyless
  320. </a>
  321. </li>
  322. <li class="md-nav__item">
  323. <a href="../provider-hashicorp-vault/" class="md-nav__link">
  324. HashiCorp Vault
  325. </a>
  326. </li>
  327. <li class="md-nav__item md-nav__item--nested">
  328. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_7" type="checkbox" id="__nav_5_7" >
  329. <label class="md-nav__link" for="__nav_5_7">
  330. Yandex
  331. <span class="md-nav__icon md-icon"></span>
  332. </label>
  333. <nav class="md-nav" aria-label="Yandex" data-md-level="2">
  334. <label class="md-nav__title" for="__nav_5_7">
  335. <span class="md-nav__icon md-icon"></span>
  336. Yandex
  337. </label>
  338. <ul class="md-nav__list" data-md-scrollfix>
  339. <li class="md-nav__item">
  340. <a href="../provider-yandex-lockbox/" class="md-nav__link">
  341. Lockbox
  342. </a>
  343. </li>
  344. </ul>
  345. </nav>
  346. </li>
  347. <li class="md-nav__item md-nav__item--nested">
  348. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_8" type="checkbox" id="__nav_5_8" >
  349. <label class="md-nav__link" for="__nav_5_8">
  350. Gitlab
  351. <span class="md-nav__icon md-icon"></span>
  352. </label>
  353. <nav class="md-nav" aria-label="Gitlab" data-md-level="2">
  354. <label class="md-nav__title" for="__nav_5_8">
  355. <span class="md-nav__icon md-icon"></span>
  356. Gitlab
  357. </label>
  358. <ul class="md-nav__list" data-md-scrollfix>
  359. <li class="md-nav__item">
  360. <a href="../provider-gitlab-project-variables/" class="md-nav__link">
  361. Gitlab Project Variables
  362. </a>
  363. </li>
  364. </ul>
  365. </nav>
  366. </li>
  367. <li class="md-nav__item md-nav__item--nested">
  368. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_9" type="checkbox" id="__nav_5_9" >
  369. <label class="md-nav__link" for="__nav_5_9">
  370. Oracle
  371. <span class="md-nav__icon md-icon"></span>
  372. </label>
  373. <nav class="md-nav" aria-label="Oracle" data-md-level="2">
  374. <label class="md-nav__title" for="__nav_5_9">
  375. <span class="md-nav__icon md-icon"></span>
  376. Oracle
  377. </label>
  378. <ul class="md-nav__list" data-md-scrollfix>
  379. <li class="md-nav__item">
  380. <a href="../provider-oracle-vault/" class="md-nav__link">
  381. Oracle Vault
  382. </a>
  383. </li>
  384. </ul>
  385. </nav>
  386. </li>
  387. <li class="md-nav__item">
  388. <a href="../provider-webhook/" class="md-nav__link">
  389. Webhook
  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_6" type="checkbox" id="__nav_6" >
  397. <label class="md-nav__link" for="__nav_6">
  398. References
  399. <span class="md-nav__icon md-icon"></span>
  400. </label>
  401. <nav class="md-nav" aria-label="References" data-md-level="1">
  402. <label class="md-nav__title" for="__nav_6">
  403. <span class="md-nav__icon md-icon"></span>
  404. References
  405. </label>
  406. <ul class="md-nav__list" data-md-scrollfix>
  407. <li class="md-nav__item">
  408. <a href="../spec/" class="md-nav__link">
  409. API specification
  410. </a>
  411. </li>
  412. </ul>
  413. </nav>
  414. </li>
  415. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  416. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_7" type="checkbox" id="__nav_7" checked>
  417. <label class="md-nav__link" for="__nav_7">
  418. Contributing
  419. <span class="md-nav__icon md-icon"></span>
  420. </label>
  421. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  422. <label class="md-nav__title" for="__nav_7">
  423. <span class="md-nav__icon md-icon"></span>
  424. Contributing
  425. </label>
  426. <ul class="md-nav__list" data-md-scrollfix>
  427. <li class="md-nav__item">
  428. <a href="../contributing-devguide/" class="md-nav__link">
  429. Developer guide
  430. </a>
  431. </li>
  432. <li class="md-nav__item">
  433. <a href="../contributing-process/" class="md-nav__link">
  434. Contributing Process
  435. </a>
  436. </li>
  437. <li class="md-nav__item md-nav__item--active">
  438. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  439. <label class="md-nav__link md-nav__link--active" for="__toc">
  440. Code of Conduct
  441. <span class="md-nav__icon md-icon"></span>
  442. </label>
  443. <a href="./" class="md-nav__link md-nav__link--active">
  444. Code of Conduct
  445. </a>
  446. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  447. <label class="md-nav__title" for="__toc">
  448. <span class="md-nav__icon md-icon"></span>
  449. Table of contents
  450. </label>
  451. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  452. <li class="md-nav__item">
  453. <a href="#our-pledge" class="md-nav__link">
  454. Our Pledge
  455. </a>
  456. </li>
  457. <li class="md-nav__item">
  458. <a href="#our-standards" class="md-nav__link">
  459. Our Standards
  460. </a>
  461. </li>
  462. <li class="md-nav__item">
  463. <a href="#enforcement-responsibilities" class="md-nav__link">
  464. Enforcement Responsibilities
  465. </a>
  466. </li>
  467. <li class="md-nav__item">
  468. <a href="#scope" class="md-nav__link">
  469. Scope
  470. </a>
  471. </li>
  472. <li class="md-nav__item">
  473. <a href="#enforcement" class="md-nav__link">
  474. Enforcement
  475. </a>
  476. </li>
  477. <li class="md-nav__item">
  478. <a href="#enforcement-guidelines" class="md-nav__link">
  479. Enforcement Guidelines
  480. </a>
  481. <nav class="md-nav" aria-label="Enforcement Guidelines">
  482. <ul class="md-nav__list">
  483. <li class="md-nav__item">
  484. <a href="#1-correction" class="md-nav__link">
  485. 1. Correction
  486. </a>
  487. </li>
  488. <li class="md-nav__item">
  489. <a href="#2-warning" class="md-nav__link">
  490. 2. Warning
  491. </a>
  492. </li>
  493. <li class="md-nav__item">
  494. <a href="#3-temporary-ban" class="md-nav__link">
  495. 3. Temporary Ban
  496. </a>
  497. </li>
  498. <li class="md-nav__item">
  499. <a href="#4-permanent-ban" class="md-nav__link">
  500. 4. Permanent Ban
  501. </a>
  502. </li>
  503. </ul>
  504. </nav>
  505. </li>
  506. <li class="md-nav__item">
  507. <a href="#attribution" class="md-nav__link">
  508. Attribution
  509. </a>
  510. </li>
  511. </ul>
  512. </nav>
  513. </li>
  514. </ul>
  515. </nav>
  516. </li>
  517. <li class="md-nav__item">
  518. <a href="../deprecation-policy/" class="md-nav__link">
  519. Deprecation Policy
  520. </a>
  521. </li>
  522. </ul>
  523. </nav>
  524. </div>
  525. </div>
  526. </div>
  527. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  528. <div class="md-sidebar__scrollwrap">
  529. <div class="md-sidebar__inner">
  530. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  531. <label class="md-nav__title" for="__toc">
  532. <span class="md-nav__icon md-icon"></span>
  533. Table of contents
  534. </label>
  535. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  536. <li class="md-nav__item">
  537. <a href="#our-pledge" class="md-nav__link">
  538. Our Pledge
  539. </a>
  540. </li>
  541. <li class="md-nav__item">
  542. <a href="#our-standards" class="md-nav__link">
  543. Our Standards
  544. </a>
  545. </li>
  546. <li class="md-nav__item">
  547. <a href="#enforcement-responsibilities" class="md-nav__link">
  548. Enforcement Responsibilities
  549. </a>
  550. </li>
  551. <li class="md-nav__item">
  552. <a href="#scope" class="md-nav__link">
  553. Scope
  554. </a>
  555. </li>
  556. <li class="md-nav__item">
  557. <a href="#enforcement" class="md-nav__link">
  558. Enforcement
  559. </a>
  560. </li>
  561. <li class="md-nav__item">
  562. <a href="#enforcement-guidelines" class="md-nav__link">
  563. Enforcement Guidelines
  564. </a>
  565. <nav class="md-nav" aria-label="Enforcement Guidelines">
  566. <ul class="md-nav__list">
  567. <li class="md-nav__item">
  568. <a href="#1-correction" class="md-nav__link">
  569. 1. Correction
  570. </a>
  571. </li>
  572. <li class="md-nav__item">
  573. <a href="#2-warning" class="md-nav__link">
  574. 2. Warning
  575. </a>
  576. </li>
  577. <li class="md-nav__item">
  578. <a href="#3-temporary-ban" class="md-nav__link">
  579. 3. Temporary Ban
  580. </a>
  581. </li>
  582. <li class="md-nav__item">
  583. <a href="#4-permanent-ban" class="md-nav__link">
  584. 4. Permanent Ban
  585. </a>
  586. </li>
  587. </ul>
  588. </nav>
  589. </li>
  590. <li class="md-nav__item">
  591. <a href="#attribution" class="md-nav__link">
  592. Attribution
  593. </a>
  594. </li>
  595. </ul>
  596. </nav>
  597. </div>
  598. </div>
  599. </div>
  600. <div class="md-content" data-md-component="content">
  601. <article class="md-content__inner md-typeset">
  602. <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">
  603. <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>
  604. </a>
  605. <h1 id="code-of-conduct">Code of Conduct</h1>
  606. <h2 id="our-pledge">Our Pledge</h2>
  607. <p>We as members, contributors, and leaders pledge to make participation in our
  608. community a harassment-free experience for everyone, regardless of age, body
  609. size, visible or invisible disability, ethnicity, sex characteristics, gender
  610. identity and expression, level of experience, education, socio-economic status,
  611. nationality, personal appearance, race, caste, color, religion, or sexual identity
  612. and orientation.</p>
  613. <p>We pledge to act and interact in ways that contribute to an open, welcoming,
  614. diverse, inclusive, and healthy community.</p>
  615. <h2 id="our-standards">Our Standards</h2>
  616. <p>Examples of behavior that contributes to a positive environment for our
  617. community include:</p>
  618. <ul>
  619. <li>Demonstrating empathy and kindness toward other people</li>
  620. <li>Being respectful of differing opinions, viewpoints, and experiences</li>
  621. <li>Giving and gracefully accepting constructive feedback</li>
  622. <li>Accepting responsibility and apologizing to those affected by our mistakes,
  623. and learning from the experience</li>
  624. <li>Focusing on what is best not just for us as individuals, but for the
  625. overall community</li>
  626. </ul>
  627. <p>Examples of unacceptable behavior include:</p>
  628. <ul>
  629. <li>The use of sexualized language or imagery, and sexual attention or
  630. advances of any kind</li>
  631. <li>Trolling, insulting or derogatory comments, and personal or political attacks</li>
  632. <li>Public or private harassment</li>
  633. <li>Publishing others' private information, such as a physical or email
  634. address, without their explicit permission</li>
  635. <li>Other conduct which could reasonably be considered inappropriate in a
  636. professional setting</li>
  637. </ul>
  638. <h2 id="enforcement-responsibilities">Enforcement Responsibilities</h2>
  639. <p>Community leaders are responsible for clarifying and enforcing our standards of
  640. acceptable behavior and will take appropriate and fair corrective action in
  641. response to any behavior that they deem inappropriate, threatening, offensive,
  642. or harmful.</p>
  643. <p>Community leaders have the right and responsibility to remove, edit, or reject
  644. comments, commits, code, wiki edits, issues, and other contributions that are
  645. not aligned to this Code of Conduct, and will communicate reasons for moderation
  646. decisions when appropriate.</p>
  647. <h2 id="scope">Scope</h2>
  648. <p>This Code of Conduct applies within all community spaces, and also applies when
  649. an individual is officially representing the community in public spaces.
  650. Examples of representing our community include using an official e-mail address,
  651. posting via an official social media account, or acting as an appointed
  652. representative at an online or offline event.</p>
  653. <h2 id="enforcement">Enforcement</h2>
  654. <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
  655. reported to the community leaders responsible for enforcement at contact@external-secrets.io.
  656. All complaints will be reviewed and investigated promptly and fairly.</p>
  657. <p>All community leaders are obligated to respect the privacy and security of the
  658. reporter of any incident.</p>
  659. <h2 id="enforcement-guidelines">Enforcement Guidelines</h2>
  660. <p>Community leaders will follow these Community Impact Guidelines in determining
  661. the consequences for any action they deem in violation of this Code of Conduct:</p>
  662. <h3 id="1-correction">1. Correction</h3>
  663. <p><strong>Community Impact</strong>: Use of inappropriate language or other behavior deemed
  664. unprofessional or unwelcome in the community.</p>
  665. <p><strong>Consequence</strong>: A private, written warning from community leaders, providing
  666. clarity around the nature of the violation and an explanation of why the
  667. behavior was inappropriate. A public apology may be requested.</p>
  668. <h3 id="2-warning">2. Warning</h3>
  669. <p><strong>Community Impact</strong>: A violation through a single incident or series
  670. of actions.</p>
  671. <p><strong>Consequence</strong>: A warning with consequences for continued behavior. No
  672. interaction with the people involved, including unsolicited interaction with
  673. those enforcing the Code of Conduct, for a specified period of time. This
  674. includes avoiding interactions in community spaces as well as external channels
  675. like social media. Violating these terms may lead to a temporary or
  676. permanent ban.</p>
  677. <h3 id="3-temporary-ban">3. Temporary Ban</h3>
  678. <p><strong>Community Impact</strong>: A serious violation of community standards, including
  679. sustained inappropriate behavior.</p>
  680. <p><strong>Consequence</strong>: A temporary ban from any sort of interaction or public
  681. communication with the community for a specified period of time. No public or
  682. private interaction with the people involved, including unsolicited interaction
  683. with those enforcing the Code of Conduct, is allowed during this period.
  684. Violating these terms may lead to a permanent ban.</p>
  685. <h3 id="4-permanent-ban">4. Permanent Ban</h3>
  686. <p><strong>Community Impact</strong>: Demonstrating a pattern of violation of community
  687. standards, including sustained inappropriate behavior, harassment of an
  688. individual, or aggression toward or disparagement of classes of individuals.</p>
  689. <p><strong>Consequence</strong>: A permanent ban from any sort of public interaction within
  690. the community.</p>
  691. <h2 id="attribution">Attribution</h2>
  692. <p>This Code of Conduct is adapted from the <a href="https://www.contributor-covenant.org">Contributor Covenant</a>,
  693. version 2.0, available at
  694. <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>
  695. <p>Community Impact Guidelines were inspired by
  696. <a href="https://github.com/mozilla/diversity">Mozilla's code of conduct enforcement ladder</a>.</p>
  697. <p>For answers to common questions about this code of conduct, see the FAQ at
  698. <a href="https://www.contributor-covenant.org/faq">https://www.contributor-covenant.org/faq</a>. Translations are available
  699. at <a href="https://www.contributor-covenant.org/translations">https://www.contributor-covenant.org/translations</a>.</p>
  700. </article>
  701. </div>
  702. </div>
  703. </main>
  704. <footer class="md-footer">
  705. <nav class="md-footer__inner md-grid" aria-label="Footer">
  706. <a href="../contributing-process/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Contributing Process" rel="prev">
  707. <div class="md-footer__button md-icon">
  708. <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>
  709. </div>
  710. <div class="md-footer__title">
  711. <div class="md-ellipsis">
  712. <span class="md-footer__direction">
  713. Previous
  714. </span>
  715. Contributing Process
  716. </div>
  717. </div>
  718. </a>
  719. <a href="../deprecation-policy/" class="md-footer__link md-footer__link--next" aria-label="Next: Deprecation Policy" rel="next">
  720. <div class="md-footer__title">
  721. <div class="md-ellipsis">
  722. <span class="md-footer__direction">
  723. Next
  724. </span>
  725. Deprecation Policy
  726. </div>
  727. </div>
  728. <div class="md-footer__button md-icon">
  729. <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>
  730. </div>
  731. </a>
  732. </nav>
  733. <div class="md-footer-meta md-typeset">
  734. <div class="md-footer-meta__inner md-grid">
  735. <div class="md-footer-copyright">
  736. Made with
  737. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  738. Material for MkDocs
  739. </a>
  740. </div>
  741. </div>
  742. </div>
  743. </footer>
  744. </div>
  745. <div class="md-dialog" data-md-component="dialog">
  746. <div class="md-dialog__inner md-typeset"></div>
  747. </div>
  748. <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.b0710199.min.js", "version": {"provider": "mike"}}</script>
  749. <script src="../assets/javascripts/bundle.76f349be.min.js"></script>
  750. </body>
  751. </html>