index.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350
  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. <li class="md-nav__item">
  393. <a href="../provider-fake/" class="md-nav__link">
  394. Fake
  395. </a>
  396. </li>
  397. </ul>
  398. </nav>
  399. </li>
  400. <li class="md-nav__item md-nav__item--nested">
  401. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_6" type="checkbox" id="__nav_6" >
  402. <label class="md-nav__link" for="__nav_6">
  403. References
  404. <span class="md-nav__icon md-icon"></span>
  405. </label>
  406. <nav class="md-nav" aria-label="References" data-md-level="1">
  407. <label class="md-nav__title" for="__nav_6">
  408. <span class="md-nav__icon md-icon"></span>
  409. References
  410. </label>
  411. <ul class="md-nav__list" data-md-scrollfix>
  412. <li class="md-nav__item">
  413. <a href="../spec/" class="md-nav__link">
  414. API specification
  415. </a>
  416. </li>
  417. </ul>
  418. </nav>
  419. </li>
  420. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  421. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_7" type="checkbox" id="__nav_7" checked>
  422. <label class="md-nav__link" for="__nav_7">
  423. Contributing
  424. <span class="md-nav__icon md-icon"></span>
  425. </label>
  426. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  427. <label class="md-nav__title" for="__nav_7">
  428. <span class="md-nav__icon md-icon"></span>
  429. Contributing
  430. </label>
  431. <ul class="md-nav__list" data-md-scrollfix>
  432. <li class="md-nav__item">
  433. <a href="../contributing-devguide/" class="md-nav__link">
  434. Developer guide
  435. </a>
  436. </li>
  437. <li class="md-nav__item">
  438. <a href="../contributing-process/" class="md-nav__link">
  439. Contributing Process
  440. </a>
  441. </li>
  442. <li class="md-nav__item md-nav__item--active">
  443. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  444. <label class="md-nav__link md-nav__link--active" for="__toc">
  445. Code of Conduct
  446. <span class="md-nav__icon md-icon"></span>
  447. </label>
  448. <a href="./" class="md-nav__link md-nav__link--active">
  449. Code of Conduct
  450. </a>
  451. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  452. <label class="md-nav__title" for="__toc">
  453. <span class="md-nav__icon md-icon"></span>
  454. Table of contents
  455. </label>
  456. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  457. <li class="md-nav__item">
  458. <a href="#our-pledge" class="md-nav__link">
  459. Our Pledge
  460. </a>
  461. </li>
  462. <li class="md-nav__item">
  463. <a href="#our-standards" class="md-nav__link">
  464. Our Standards
  465. </a>
  466. </li>
  467. <li class="md-nav__item">
  468. <a href="#enforcement-responsibilities" class="md-nav__link">
  469. Enforcement Responsibilities
  470. </a>
  471. </li>
  472. <li class="md-nav__item">
  473. <a href="#scope" class="md-nav__link">
  474. Scope
  475. </a>
  476. </li>
  477. <li class="md-nav__item">
  478. <a href="#enforcement" class="md-nav__link">
  479. Enforcement
  480. </a>
  481. </li>
  482. <li class="md-nav__item">
  483. <a href="#enforcement-guidelines" class="md-nav__link">
  484. Enforcement Guidelines
  485. </a>
  486. <nav class="md-nav" aria-label="Enforcement Guidelines">
  487. <ul class="md-nav__list">
  488. <li class="md-nav__item">
  489. <a href="#1-correction" class="md-nav__link">
  490. 1. Correction
  491. </a>
  492. </li>
  493. <li class="md-nav__item">
  494. <a href="#2-warning" class="md-nav__link">
  495. 2. Warning
  496. </a>
  497. </li>
  498. <li class="md-nav__item">
  499. <a href="#3-temporary-ban" class="md-nav__link">
  500. 3. Temporary Ban
  501. </a>
  502. </li>
  503. <li class="md-nav__item">
  504. <a href="#4-permanent-ban" class="md-nav__link">
  505. 4. Permanent Ban
  506. </a>
  507. </li>
  508. </ul>
  509. </nav>
  510. </li>
  511. <li class="md-nav__item">
  512. <a href="#attribution" class="md-nav__link">
  513. Attribution
  514. </a>
  515. </li>
  516. </ul>
  517. </nav>
  518. </li>
  519. </ul>
  520. </nav>
  521. </li>
  522. <li class="md-nav__item">
  523. <a href="../deprecation-policy/" class="md-nav__link">
  524. Deprecation Policy
  525. </a>
  526. </li>
  527. </ul>
  528. </nav>
  529. </div>
  530. </div>
  531. </div>
  532. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  533. <div class="md-sidebar__scrollwrap">
  534. <div class="md-sidebar__inner">
  535. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  536. <label class="md-nav__title" for="__toc">
  537. <span class="md-nav__icon md-icon"></span>
  538. Table of contents
  539. </label>
  540. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  541. <li class="md-nav__item">
  542. <a href="#our-pledge" class="md-nav__link">
  543. Our Pledge
  544. </a>
  545. </li>
  546. <li class="md-nav__item">
  547. <a href="#our-standards" class="md-nav__link">
  548. Our Standards
  549. </a>
  550. </li>
  551. <li class="md-nav__item">
  552. <a href="#enforcement-responsibilities" class="md-nav__link">
  553. Enforcement Responsibilities
  554. </a>
  555. </li>
  556. <li class="md-nav__item">
  557. <a href="#scope" class="md-nav__link">
  558. Scope
  559. </a>
  560. </li>
  561. <li class="md-nav__item">
  562. <a href="#enforcement" class="md-nav__link">
  563. Enforcement
  564. </a>
  565. </li>
  566. <li class="md-nav__item">
  567. <a href="#enforcement-guidelines" class="md-nav__link">
  568. Enforcement Guidelines
  569. </a>
  570. <nav class="md-nav" aria-label="Enforcement Guidelines">
  571. <ul class="md-nav__list">
  572. <li class="md-nav__item">
  573. <a href="#1-correction" class="md-nav__link">
  574. 1. Correction
  575. </a>
  576. </li>
  577. <li class="md-nav__item">
  578. <a href="#2-warning" class="md-nav__link">
  579. 2. Warning
  580. </a>
  581. </li>
  582. <li class="md-nav__item">
  583. <a href="#3-temporary-ban" class="md-nav__link">
  584. 3. Temporary Ban
  585. </a>
  586. </li>
  587. <li class="md-nav__item">
  588. <a href="#4-permanent-ban" class="md-nav__link">
  589. 4. Permanent Ban
  590. </a>
  591. </li>
  592. </ul>
  593. </nav>
  594. </li>
  595. <li class="md-nav__item">
  596. <a href="#attribution" class="md-nav__link">
  597. Attribution
  598. </a>
  599. </li>
  600. </ul>
  601. </nav>
  602. </div>
  603. </div>
  604. </div>
  605. <div class="md-content" data-md-component="content">
  606. <article class="md-content__inner md-typeset">
  607. <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">
  608. <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>
  609. </a>
  610. <h1 id="code-of-conduct">Code of Conduct</h1>
  611. <h2 id="our-pledge">Our Pledge</h2>
  612. <p>We as members, contributors, and leaders pledge to make participation in our
  613. community a harassment-free experience for everyone, regardless of age, body
  614. size, visible or invisible disability, ethnicity, sex characteristics, gender
  615. identity and expression, level of experience, education, socio-economic status,
  616. nationality, personal appearance, race, caste, color, religion, or sexual identity
  617. and orientation.</p>
  618. <p>We pledge to act and interact in ways that contribute to an open, welcoming,
  619. diverse, inclusive, and healthy community.</p>
  620. <h2 id="our-standards">Our Standards</h2>
  621. <p>Examples of behavior that contributes to a positive environment for our
  622. community include:</p>
  623. <ul>
  624. <li>Demonstrating empathy and kindness toward other people</li>
  625. <li>Being respectful of differing opinions, viewpoints, and experiences</li>
  626. <li>Giving and gracefully accepting constructive feedback</li>
  627. <li>Accepting responsibility and apologizing to those affected by our mistakes,
  628. and learning from the experience</li>
  629. <li>Focusing on what is best not just for us as individuals, but for the
  630. overall community</li>
  631. </ul>
  632. <p>Examples of unacceptable behavior include:</p>
  633. <ul>
  634. <li>The use of sexualized language or imagery, and sexual attention or
  635. advances of any kind</li>
  636. <li>Trolling, insulting or derogatory comments, and personal or political attacks</li>
  637. <li>Public or private harassment</li>
  638. <li>Publishing others' private information, such as a physical or email
  639. address, without their explicit permission</li>
  640. <li>Other conduct which could reasonably be considered inappropriate in a
  641. professional setting</li>
  642. </ul>
  643. <h2 id="enforcement-responsibilities">Enforcement Responsibilities</h2>
  644. <p>Community leaders are responsible for clarifying and enforcing our standards of
  645. acceptable behavior and will take appropriate and fair corrective action in
  646. response to any behavior that they deem inappropriate, threatening, offensive,
  647. or harmful.</p>
  648. <p>Community leaders have the right and responsibility to remove, edit, or reject
  649. comments, commits, code, wiki edits, issues, and other contributions that are
  650. not aligned to this Code of Conduct, and will communicate reasons for moderation
  651. decisions when appropriate.</p>
  652. <h2 id="scope">Scope</h2>
  653. <p>This Code of Conduct applies within all community spaces, and also applies when
  654. an individual is officially representing the community in public spaces.
  655. Examples of representing our community include using an official e-mail address,
  656. posting via an official social media account, or acting as an appointed
  657. representative at an online or offline event.</p>
  658. <h2 id="enforcement">Enforcement</h2>
  659. <p>Instances of abusive, harassing, or otherwise unacceptable behavior may be
  660. reported to the community leaders responsible for enforcement at contact@external-secrets.io.
  661. All complaints will be reviewed and investigated promptly and fairly.</p>
  662. <p>All community leaders are obligated to respect the privacy and security of the
  663. reporter of any incident.</p>
  664. <h2 id="enforcement-guidelines">Enforcement Guidelines</h2>
  665. <p>Community leaders will follow these Community Impact Guidelines in determining
  666. the consequences for any action they deem in violation of this Code of Conduct:</p>
  667. <h3 id="1-correction">1. Correction</h3>
  668. <p><strong>Community Impact</strong>: Use of inappropriate language or other behavior deemed
  669. unprofessional or unwelcome in the community.</p>
  670. <p><strong>Consequence</strong>: A private, written warning from community leaders, providing
  671. clarity around the nature of the violation and an explanation of why the
  672. behavior was inappropriate. A public apology may be requested.</p>
  673. <h3 id="2-warning">2. Warning</h3>
  674. <p><strong>Community Impact</strong>: A violation through a single incident or series
  675. of actions.</p>
  676. <p><strong>Consequence</strong>: A warning with consequences for continued behavior. No
  677. interaction with the people involved, including unsolicited interaction with
  678. those enforcing the Code of Conduct, for a specified period of time. This
  679. includes avoiding interactions in community spaces as well as external channels
  680. like social media. Violating these terms may lead to a temporary or
  681. permanent ban.</p>
  682. <h3 id="3-temporary-ban">3. Temporary Ban</h3>
  683. <p><strong>Community Impact</strong>: A serious violation of community standards, including
  684. sustained inappropriate behavior.</p>
  685. <p><strong>Consequence</strong>: A temporary ban from any sort of interaction or public
  686. communication with the community for a specified period of time. No public or
  687. private interaction with the people involved, including unsolicited interaction
  688. with those enforcing the Code of Conduct, is allowed during this period.
  689. Violating these terms may lead to a permanent ban.</p>
  690. <h3 id="4-permanent-ban">4. Permanent Ban</h3>
  691. <p><strong>Community Impact</strong>: Demonstrating a pattern of violation of community
  692. standards, including sustained inappropriate behavior, harassment of an
  693. individual, or aggression toward or disparagement of classes of individuals.</p>
  694. <p><strong>Consequence</strong>: A permanent ban from any sort of public interaction within
  695. the community.</p>
  696. <h2 id="attribution">Attribution</h2>
  697. <p>This Code of Conduct is adapted from the <a href="https://www.contributor-covenant.org">Contributor Covenant</a>,
  698. version 2.0, available at
  699. <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>
  700. <p>Community Impact Guidelines were inspired by
  701. <a href="https://github.com/mozilla/diversity">Mozilla's code of conduct enforcement ladder</a>.</p>
  702. <p>For answers to common questions about this code of conduct, see the FAQ at
  703. <a href="https://www.contributor-covenant.org/faq">https://www.contributor-covenant.org/faq</a>. Translations are available
  704. at <a href="https://www.contributor-covenant.org/translations">https://www.contributor-covenant.org/translations</a>.</p>
  705. </article>
  706. </div>
  707. </div>
  708. </main>
  709. <footer class="md-footer">
  710. <nav class="md-footer__inner md-grid" aria-label="Footer">
  711. <a href="../contributing-process/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Contributing Process" rel="prev">
  712. <div class="md-footer__button md-icon">
  713. <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>
  714. </div>
  715. <div class="md-footer__title">
  716. <div class="md-ellipsis">
  717. <span class="md-footer__direction">
  718. Previous
  719. </span>
  720. Contributing Process
  721. </div>
  722. </div>
  723. </a>
  724. <a href="../deprecation-policy/" class="md-footer__link md-footer__link--next" aria-label="Next: Deprecation Policy" rel="next">
  725. <div class="md-footer__title">
  726. <div class="md-ellipsis">
  727. <span class="md-footer__direction">
  728. Next
  729. </span>
  730. Deprecation Policy
  731. </div>
  732. </div>
  733. <div class="md-footer__button md-icon">
  734. <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>
  735. </div>
  736. </a>
  737. </nav>
  738. <div class="md-footer-meta md-typeset">
  739. <div class="md-footer-meta__inner md-grid">
  740. <div class="md-footer-copyright">
  741. Made with
  742. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  743. Material for MkDocs
  744. </a>
  745. </div>
  746. </div>
  747. </div>
  748. </footer>
  749. </div>
  750. <div class="md-dialog" data-md-component="dialog">
  751. <div class="md-dialog__inner md-typeset"></div>
  752. </div>
  753. <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": null}</script>
  754. <script src="../assets/javascripts/bundle.76f349be.min.js"></script>
  755. </body>
  756. </html>