index.html 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497
  1. <!doctype html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <link rel="icon" href="../assets/images/favicon.png">
  7. <meta name="generator" content="mkdocs-1.2.3, mkdocs-material-8.1.9">
  8. <title>Parameter Store - External Secrets Operator</title>
  9. <link rel="stylesheet" href="../assets/stylesheets/main.2b4465f4.min.css">
  10. <link rel="stylesheet" href="../assets/stylesheets/palette.e6a45f82.min.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
  13. <style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
  14. <script>__md_scope=new URL("..",location),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
  15. <script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-QP38TD8K7V"),document.addEventListener("DOMContentLoaded",function(){document.forms.search&&document.forms.search.query.addEventListener("blur",function(){this.value&&gtag("event","search",{search_term:this.value})}),"undefined"!=typeof location$&&location$.subscribe(function(e){gtag("config","G-QP38TD8K7V",{page_path:e.pathname})})})</script>
  16. <script async src="https://www.googletagmanager.com/gtag/js?id=G-QP38TD8K7V"></script>
  17. </head>
  18. <body dir="ltr" data-md-color-scheme="" data-md-color-primary="none" data-md-color-accent="none">
  19. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  20. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  21. <label class="md-overlay" for="__drawer"></label>
  22. <div data-md-component="skip">
  23. <a href="#parameter-store" 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. Parameter Store
  58. </span>
  59. </div>
  60. </div>
  61. </div>
  62. <label class="md-header__button md-icon" for="__search">
  63. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  64. </label>
  65. <div class="md-search" data-md-component="search" role="dialog">
  66. <label class="md-search__overlay" for="__search"></label>
  67. <div class="md-search__inner" role="search">
  68. <form class="md-search__form" name="search">
  69. <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
  70. <label class="md-search__icon md-icon" for="__search">
  71. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  72. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
  73. </label>
  74. <nav class="md-search__options" aria-label="Search">
  75. <button type="reset" class="md-search__icon md-icon" aria-label="Clear" tabindex="-1">
  76. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
  77. </button>
  78. </nav>
  79. </form>
  80. <div class="md-search__output">
  81. <div class="md-search__scrollwrap" data-md-scrollfix>
  82. <div class="md-search-result" data-md-component="search-result">
  83. <div class="md-search-result__meta">
  84. Initializing search
  85. </div>
  86. <ol class="md-search-result__list"></ol>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. </div>
  92. <div class="md-header__source">
  93. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  94. <div class="md-source__icon md-icon">
  95. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
  96. </div>
  97. <div class="md-source__repository">
  98. External Secrets Operator
  99. </div>
  100. </a>
  101. </div>
  102. </nav>
  103. </header>
  104. <div class="md-container" data-md-component="container">
  105. <main class="md-main" data-md-component="main">
  106. <div class="md-main__inner md-grid">
  107. <div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
  108. <div class="md-sidebar__scrollwrap">
  109. <div class="md-sidebar__inner">
  110. <nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
  111. <label class="md-nav__title" for="__drawer">
  112. <a href=".." title="External Secrets Operator" class="md-nav__button md-logo" aria-label="External Secrets Operator" data-md-component="logo">
  113. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54z"/></svg>
  114. </a>
  115. External Secrets Operator
  116. </label>
  117. <div class="md-nav__source">
  118. <a href="https://github.com/external-secrets/external-secrets/" title="Go to repository" class="md-source" data-md-component="source">
  119. <div class="md-source__icon md-icon">
  120. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
  121. </div>
  122. <div class="md-source__repository">
  123. External Secrets Operator
  124. </div>
  125. </a>
  126. </div>
  127. <ul class="md-nav__list" data-md-scrollfix>
  128. <li class="md-nav__item">
  129. <a href=".." class="md-nav__link">
  130. Introduction
  131. </a>
  132. </li>
  133. <li class="md-nav__item">
  134. <a href="../api-overview/" class="md-nav__link">
  135. Overview
  136. </a>
  137. </li>
  138. <li class="md-nav__item md-nav__item--nested">
  139. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_3" type="checkbox" id="__nav_3" >
  140. <label class="md-nav__link" for="__nav_3">
  141. API Types
  142. <span class="md-nav__icon md-icon"></span>
  143. </label>
  144. <nav class="md-nav" aria-label="API Types" data-md-level="1">
  145. <label class="md-nav__title" for="__nav_3">
  146. <span class="md-nav__icon md-icon"></span>
  147. API Types
  148. </label>
  149. <ul class="md-nav__list" data-md-scrollfix>
  150. <li class="md-nav__item">
  151. <a href="../api-externalsecret/" class="md-nav__link">
  152. ExternalSecret
  153. </a>
  154. </li>
  155. <li class="md-nav__item">
  156. <a href="../api-secretstore/" class="md-nav__link">
  157. SecretStore
  158. </a>
  159. </li>
  160. <li class="md-nav__item">
  161. <a href="../api-clustersecretstore/" class="md-nav__link">
  162. ClusterSecretStore
  163. </a>
  164. </li>
  165. </ul>
  166. </nav>
  167. </li>
  168. <li class="md-nav__item md-nav__item--nested">
  169. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4" type="checkbox" id="__nav_4" >
  170. <label class="md-nav__link" for="__nav_4">
  171. Guides
  172. <span class="md-nav__icon md-icon"></span>
  173. </label>
  174. <nav class="md-nav" aria-label="Guides" data-md-level="1">
  175. <label class="md-nav__title" for="__nav_4">
  176. <span class="md-nav__icon md-icon"></span>
  177. Guides
  178. </label>
  179. <ul class="md-nav__list" data-md-scrollfix>
  180. <li class="md-nav__item">
  181. <a href="../guides-introduction/" class="md-nav__link">
  182. Introduction
  183. </a>
  184. </li>
  185. <li class="md-nav__item">
  186. <a href="../guides-getting-started/" class="md-nav__link">
  187. Getting started
  188. </a>
  189. </li>
  190. <li class="md-nav__item">
  191. <a href="../guides-templating/" class="md-nav__link">
  192. Advanced Templating
  193. </a>
  194. </li>
  195. <li class="md-nav__item">
  196. <a href="../guides-controller-class/" class="md-nav__link">
  197. Controller Classes
  198. </a>
  199. </li>
  200. <li class="md-nav__item">
  201. <a href="../guides-all-keys-one-secret/" class="md-nav__link">
  202. All keys, One secret
  203. </a>
  204. </li>
  205. <li class="md-nav__item">
  206. <a href="../guides-common-k8s-secret-types/" class="md-nav__link">
  207. Common K8S Secret Types
  208. </a>
  209. </li>
  210. <li class="md-nav__item">
  211. <a href="../guides-multi-tenancy/" class="md-nav__link">
  212. Multi Tenancy
  213. </a>
  214. </li>
  215. <li class="md-nav__item">
  216. <a href="../guides-metrics/" class="md-nav__link">
  217. Metrics
  218. </a>
  219. </li>
  220. <li class="md-nav__item">
  221. <a href="../guides-using-latest-image/" class="md-nav__link">
  222. Using Latest Image
  223. </a>
  224. </li>
  225. <li class="md-nav__item">
  226. <a href="../guides-gitops-using-fluxcd/" class="md-nav__link">
  227. GitOps using FluxCD
  228. </a>
  229. </li>
  230. </ul>
  231. </nav>
  232. </li>
  233. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  234. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5" type="checkbox" id="__nav_5" checked>
  235. <label class="md-nav__link" for="__nav_5">
  236. Provider
  237. <span class="md-nav__icon md-icon"></span>
  238. </label>
  239. <nav class="md-nav" aria-label="Provider" data-md-level="1">
  240. <label class="md-nav__title" for="__nav_5">
  241. <span class="md-nav__icon md-icon"></span>
  242. Provider
  243. </label>
  244. <ul class="md-nav__list" data-md-scrollfix>
  245. <li class="md-nav__item md-nav__item--active md-nav__item--nested">
  246. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_1" type="checkbox" id="__nav_5_1" checked>
  247. <label class="md-nav__link" for="__nav_5_1">
  248. AWS
  249. <span class="md-nav__icon md-icon"></span>
  250. </label>
  251. <nav class="md-nav" aria-label="AWS" data-md-level="2">
  252. <label class="md-nav__title" for="__nav_5_1">
  253. <span class="md-nav__icon md-icon"></span>
  254. AWS
  255. </label>
  256. <ul class="md-nav__list" data-md-scrollfix>
  257. <li class="md-nav__item">
  258. <a href="../provider-aws-secrets-manager/" class="md-nav__link">
  259. Secrets Manager
  260. </a>
  261. </li>
  262. <li class="md-nav__item md-nav__item--active">
  263. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  264. <label class="md-nav__link md-nav__link--active" for="__toc">
  265. Parameter Store
  266. <span class="md-nav__icon md-icon"></span>
  267. </label>
  268. <a href="./" class="md-nav__link md-nav__link--active">
  269. Parameter Store
  270. </a>
  271. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  272. <label class="md-nav__title" for="__toc">
  273. <span class="md-nav__icon md-icon"></span>
  274. Table of contents
  275. </label>
  276. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  277. <li class="md-nav__item">
  278. <a href="#parameter-store" class="md-nav__link">
  279. Parameter Store
  280. </a>
  281. <nav class="md-nav" aria-label="Parameter Store">
  282. <ul class="md-nav__list">
  283. <li class="md-nav__item">
  284. <a href="#iam-policy" class="md-nav__link">
  285. IAM Policy
  286. </a>
  287. </li>
  288. <li class="md-nav__item">
  289. <a href="#json-secret-values" class="md-nav__link">
  290. JSON Secret Values
  291. </a>
  292. </li>
  293. </ul>
  294. </nav>
  295. </li>
  296. <li class="md-nav__item">
  297. <a href="#aws-authentication" class="md-nav__link">
  298. AWS Authentication
  299. </a>
  300. <nav class="md-nav" aria-label="AWS Authentication">
  301. <ul class="md-nav__list">
  302. <li class="md-nav__item">
  303. <a href="#controllers-pod-identity" class="md-nav__link">
  304. Controller's Pod Identity
  305. </a>
  306. </li>
  307. <li class="md-nav__item">
  308. <a href="#access-key-id-secret-access-key" class="md-nav__link">
  309. Access Key ID &amp; Secret Access Key
  310. </a>
  311. </li>
  312. <li class="md-nav__item">
  313. <a href="#eks-service-account-credentials" class="md-nav__link">
  314. EKS Service Account credentials
  315. </a>
  316. </li>
  317. </ul>
  318. </nav>
  319. </li>
  320. </ul>
  321. </nav>
  322. </li>
  323. </ul>
  324. </nav>
  325. </li>
  326. <li class="md-nav__item md-nav__item--nested">
  327. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_2" type="checkbox" id="__nav_5_2" >
  328. <label class="md-nav__link" for="__nav_5_2">
  329. Azure
  330. <span class="md-nav__icon md-icon"></span>
  331. </label>
  332. <nav class="md-nav" aria-label="Azure" data-md-level="2">
  333. <label class="md-nav__title" for="__nav_5_2">
  334. <span class="md-nav__icon md-icon"></span>
  335. Azure
  336. </label>
  337. <ul class="md-nav__list" data-md-scrollfix>
  338. <li class="md-nav__item">
  339. <a href="../provider-azure-key-vault/" class="md-nav__link">
  340. Key Vault
  341. </a>
  342. </li>
  343. </ul>
  344. </nav>
  345. </li>
  346. <li class="md-nav__item md-nav__item--nested">
  347. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_3" type="checkbox" id="__nav_5_3" >
  348. <label class="md-nav__link" for="__nav_5_3">
  349. Google
  350. <span class="md-nav__icon md-icon"></span>
  351. </label>
  352. <nav class="md-nav" aria-label="Google" data-md-level="2">
  353. <label class="md-nav__title" for="__nav_5_3">
  354. <span class="md-nav__icon md-icon"></span>
  355. Google
  356. </label>
  357. <ul class="md-nav__list" data-md-scrollfix>
  358. <li class="md-nav__item">
  359. <a href="../provider-google-secrets-manager/" class="md-nav__link">
  360. Secrets Manager
  361. </a>
  362. </li>
  363. </ul>
  364. </nav>
  365. </li>
  366. <li class="md-nav__item md-nav__item--nested">
  367. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_4" type="checkbox" id="__nav_5_4" >
  368. <label class="md-nav__link" for="__nav_5_4">
  369. IBM
  370. <span class="md-nav__icon md-icon"></span>
  371. </label>
  372. <nav class="md-nav" aria-label="IBM" data-md-level="2">
  373. <label class="md-nav__title" for="__nav_5_4">
  374. <span class="md-nav__icon md-icon"></span>
  375. IBM
  376. </label>
  377. <ul class="md-nav__list" data-md-scrollfix>
  378. <li class="md-nav__item">
  379. <a href="../provider-ibm-secrets-manager/" class="md-nav__link">
  380. Secrets Manager
  381. </a>
  382. </li>
  383. </ul>
  384. </nav>
  385. </li>
  386. <li class="md-nav__item">
  387. <a href="../provider-akeyless/" class="md-nav__link">
  388. Akeyless
  389. </a>
  390. </li>
  391. <li class="md-nav__item">
  392. <a href="../provider-hashicorp-vault/" class="md-nav__link">
  393. HashiCorp Vault
  394. </a>
  395. </li>
  396. <li class="md-nav__item md-nav__item--nested">
  397. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_7" type="checkbox" id="__nav_5_7" >
  398. <label class="md-nav__link" for="__nav_5_7">
  399. Yandex
  400. <span class="md-nav__icon md-icon"></span>
  401. </label>
  402. <nav class="md-nav" aria-label="Yandex" data-md-level="2">
  403. <label class="md-nav__title" for="__nav_5_7">
  404. <span class="md-nav__icon md-icon"></span>
  405. Yandex
  406. </label>
  407. <ul class="md-nav__list" data-md-scrollfix>
  408. <li class="md-nav__item">
  409. <a href="../provider-yandex-lockbox/" class="md-nav__link">
  410. Lockbox
  411. </a>
  412. </li>
  413. </ul>
  414. </nav>
  415. </li>
  416. <li class="md-nav__item md-nav__item--nested">
  417. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_8" type="checkbox" id="__nav_5_8" >
  418. <label class="md-nav__link" for="__nav_5_8">
  419. Gitlab
  420. <span class="md-nav__icon md-icon"></span>
  421. </label>
  422. <nav class="md-nav" aria-label="Gitlab" data-md-level="2">
  423. <label class="md-nav__title" for="__nav_5_8">
  424. <span class="md-nav__icon md-icon"></span>
  425. Gitlab
  426. </label>
  427. <ul class="md-nav__list" data-md-scrollfix>
  428. <li class="md-nav__item">
  429. <a href="../provider-gitlab-project-variables/" class="md-nav__link">
  430. Gitlab Project Variables
  431. </a>
  432. </li>
  433. </ul>
  434. </nav>
  435. </li>
  436. <li class="md-nav__item md-nav__item--nested">
  437. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_9" type="checkbox" id="__nav_5_9" >
  438. <label class="md-nav__link" for="__nav_5_9">
  439. Oracle
  440. <span class="md-nav__icon md-icon"></span>
  441. </label>
  442. <nav class="md-nav" aria-label="Oracle" data-md-level="2">
  443. <label class="md-nav__title" for="__nav_5_9">
  444. <span class="md-nav__icon md-icon"></span>
  445. Oracle
  446. </label>
  447. <ul class="md-nav__list" data-md-scrollfix>
  448. <li class="md-nav__item">
  449. <a href="../provider-oracle-vault/" class="md-nav__link">
  450. Oracle Vault
  451. </a>
  452. </li>
  453. </ul>
  454. </nav>
  455. </li>
  456. <li class="md-nav__item">
  457. <a href="../provider-webhook/" class="md-nav__link">
  458. Webhook
  459. </a>
  460. </li>
  461. <li class="md-nav__item">
  462. <a href="../provider-fake/" class="md-nav__link">
  463. Fake
  464. </a>
  465. </li>
  466. </ul>
  467. </nav>
  468. </li>
  469. <li class="md-nav__item md-nav__item--nested">
  470. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_6" type="checkbox" id="__nav_6" >
  471. <label class="md-nav__link" for="__nav_6">
  472. References
  473. <span class="md-nav__icon md-icon"></span>
  474. </label>
  475. <nav class="md-nav" aria-label="References" data-md-level="1">
  476. <label class="md-nav__title" for="__nav_6">
  477. <span class="md-nav__icon md-icon"></span>
  478. References
  479. </label>
  480. <ul class="md-nav__list" data-md-scrollfix>
  481. <li class="md-nav__item">
  482. <a href="../spec/" class="md-nav__link">
  483. API specification
  484. </a>
  485. </li>
  486. </ul>
  487. </nav>
  488. </li>
  489. <li class="md-nav__item md-nav__item--nested">
  490. <input class="md-nav__toggle md-toggle" data-md-toggle="__nav_7" type="checkbox" id="__nav_7" >
  491. <label class="md-nav__link" for="__nav_7">
  492. Contributing
  493. <span class="md-nav__icon md-icon"></span>
  494. </label>
  495. <nav class="md-nav" aria-label="Contributing" data-md-level="1">
  496. <label class="md-nav__title" for="__nav_7">
  497. <span class="md-nav__icon md-icon"></span>
  498. Contributing
  499. </label>
  500. <ul class="md-nav__list" data-md-scrollfix>
  501. <li class="md-nav__item">
  502. <a href="../contributing-devguide/" class="md-nav__link">
  503. Developer guide
  504. </a>
  505. </li>
  506. <li class="md-nav__item">
  507. <a href="../contributing-process/" class="md-nav__link">
  508. Contributing Process
  509. </a>
  510. </li>
  511. <li class="md-nav__item">
  512. <a href="../contributing-coc/" class="md-nav__link">
  513. Code of Conduct
  514. </a>
  515. </li>
  516. </ul>
  517. </nav>
  518. </li>
  519. <li class="md-nav__item">
  520. <a href="../deprecation-policy/" class="md-nav__link">
  521. Deprecation Policy
  522. </a>
  523. </li>
  524. </ul>
  525. </nav>
  526. </div>
  527. </div>
  528. </div>
  529. <div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
  530. <div class="md-sidebar__scrollwrap">
  531. <div class="md-sidebar__inner">
  532. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  533. <label class="md-nav__title" for="__toc">
  534. <span class="md-nav__icon md-icon"></span>
  535. Table of contents
  536. </label>
  537. <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
  538. <li class="md-nav__item">
  539. <a href="#parameter-store" class="md-nav__link">
  540. Parameter Store
  541. </a>
  542. <nav class="md-nav" aria-label="Parameter Store">
  543. <ul class="md-nav__list">
  544. <li class="md-nav__item">
  545. <a href="#iam-policy" class="md-nav__link">
  546. IAM Policy
  547. </a>
  548. </li>
  549. <li class="md-nav__item">
  550. <a href="#json-secret-values" class="md-nav__link">
  551. JSON Secret Values
  552. </a>
  553. </li>
  554. </ul>
  555. </nav>
  556. </li>
  557. <li class="md-nav__item">
  558. <a href="#aws-authentication" class="md-nav__link">
  559. AWS Authentication
  560. </a>
  561. <nav class="md-nav" aria-label="AWS Authentication">
  562. <ul class="md-nav__list">
  563. <li class="md-nav__item">
  564. <a href="#controllers-pod-identity" class="md-nav__link">
  565. Controller's Pod Identity
  566. </a>
  567. </li>
  568. <li class="md-nav__item">
  569. <a href="#access-key-id-secret-access-key" class="md-nav__link">
  570. Access Key ID &amp; Secret Access Key
  571. </a>
  572. </li>
  573. <li class="md-nav__item">
  574. <a href="#eks-service-account-credentials" class="md-nav__link">
  575. EKS Service Account credentials
  576. </a>
  577. </li>
  578. </ul>
  579. </nav>
  580. </li>
  581. </ul>
  582. </nav>
  583. </div>
  584. </div>
  585. </div>
  586. <div class="md-content" data-md-component="content">
  587. <article class="md-content__inner md-typeset">
  588. <a href="https://github.com/external-secrets/external-secrets/edit/master/docs/provider-aws-parameter-store.md" title="Edit this page" class="md-content__button md-icon">
  589. <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>
  590. </a>
  591. <h1>Parameter Store</h1>
  592. <p><img alt="aws sm" src="../pictures/diagrams-provider-aws-ssm-parameter-store.png" /></p>
  593. <h2 id="parameter-store">Parameter Store</h2>
  594. <p>A <code>ParameterStore</code> points to AWS SSM Parameter Store in a certain account within a
  595. defined region. You should define Roles that define fine-grained access to
  596. individual secrets and pass them to ESO using <code>spec.provider.aws.role</code>. This
  597. way users of the <code>SecretStore</code> can only access the secrets necessary.</p>
  598. <p><div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
  599. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
  600. <span class="nt">metadata</span><span class="p">:</span>
  601. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">secretstore-sample</span>
  602. <span class="nt">spec</span><span class="p">:</span>
  603. <span class="nt">provider</span><span class="p">:</span>
  604. <span class="nt">aws</span><span class="p">:</span>
  605. <span class="nt">service</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ParameterStore</span>
  606. <span class="c1"># define a specific role to limit access</span>
  607. <span class="c1"># to certain secrets</span>
  608. <span class="nt">role</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">iam-role</span>
  609. <span class="nt">region</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">eu-central-1</span>
  610. <span class="nt">auth</span><span class="p">:</span>
  611. <span class="nt">secretRef</span><span class="p">:</span>
  612. <span class="nt">accessKeyIDSecretRef</span><span class="p">:</span>
  613. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">awssm-secret</span>
  614. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">access-key</span>
  615. <span class="nt">secretAccessKeySecretRef</span><span class="p">:</span>
  616. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">awssm-secret</span>
  617. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">secret-access-key</span>
  618. </code></pre></div>
  619. <strong>NOTE:</strong> In case of a <code>ClusterSecretStore</code>, Be sure to provide <code>namespace</code> in <code>accessKeyIDSecretRef</code> and <code>secretAccessKeySecretRef</code> with the namespaces where the secrets reside.</p>
  620. <div class="admonition warning">
  621. <p class="admonition-title">API Pricing &amp; Throttling</p>
  622. <p>The SSM Parameter Store API is charged by throughput and
  623. is available in different tiers, <a href="https://aws.amazon.com/systems-manager/pricing/#Parameter_Store">see pricing</a>.
  624. Please estimate your costs before using ESO. Cost depends on the RefreshInterval of your ExternalSecrets.</p>
  625. </div>
  626. <h3 id="iam-policy">IAM Policy</h3>
  627. <p>Create a IAM Policy to pin down access to secrets matching <code>dev-*</code>, for further information see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-access.html">AWS Documentation</a>:</p>
  628. <div class="highlight"><pre><span></span><code><span class="p">{</span>
  629. <span class="nt">&quot;Version&quot;</span><span class="p">:</span> <span class="s2">&quot;2012-10-17&quot;</span><span class="p">,</span>
  630. <span class="nt">&quot;Statement&quot;</span><span class="p">:</span> <span class="p">[</span>
  631. <span class="p">{</span>
  632. <span class="nt">&quot;Effect&quot;</span><span class="p">:</span> <span class="s2">&quot;Allow&quot;</span><span class="p">,</span>
  633. <span class="nt">&quot;Action&quot;</span><span class="p">:</span> <span class="p">[</span>
  634. <span class="s2">&quot;ssm:GetParameter*&quot;</span>
  635. <span class="p">],</span>
  636. <span class="nt">&quot;Resource&quot;</span><span class="p">:</span> <span class="s2">&quot;arn:aws:ssm:us-east-2:123456789012:parameter/dev-*&quot;</span>
  637. <span class="p">}</span>
  638. <span class="p">]</span>
  639. <span class="p">}</span>
  640. </code></pre></div>
  641. <h3 id="json-secret-values">JSON Secret Values</h3>
  642. <p>You can store JSON objects in a parameter. You can access nested values or arrays using <a href="https://github.com/tidwall/gjson/blob/master/SYNTAX.md">gjson syntax</a>:</p>
  643. <p>Consider the following JSON object that is stored in the Parameter Store key <code>my-json-secret</code>:
  644. <div class="highlight"><pre><span></span><code><span class="p">{</span>
  645. <span class="nt">&quot;name&quot;</span><span class="p">:</span> <span class="p">{</span><span class="nt">&quot;first&quot;</span><span class="p">:</span> <span class="s2">&quot;Tom&quot;</span><span class="p">,</span> <span class="nt">&quot;last&quot;</span><span class="p">:</span> <span class="s2">&quot;Anderson&quot;</span><span class="p">},</span>
  646. <span class="nt">&quot;friends&quot;</span><span class="p">:</span> <span class="p">[</span>
  647. <span class="p">{</span><span class="nt">&quot;first&quot;</span><span class="p">:</span> <span class="s2">&quot;Dale&quot;</span><span class="p">,</span> <span class="nt">&quot;last&quot;</span><span class="p">:</span> <span class="s2">&quot;Murphy&quot;</span><span class="p">},</span>
  648. <span class="p">{</span><span class="nt">&quot;first&quot;</span><span class="p">:</span> <span class="s2">&quot;Roger&quot;</span><span class="p">,</span> <span class="nt">&quot;last&quot;</span><span class="p">:</span> <span class="s2">&quot;Craig&quot;</span><span class="p">},</span>
  649. <span class="p">{</span><span class="nt">&quot;first&quot;</span><span class="p">:</span> <span class="s2">&quot;Jane&quot;</span><span class="p">,</span> <span class="nt">&quot;last&quot;</span><span class="p">:</span> <span class="s2">&quot;Murphy&quot;</span><span class="p">}</span>
  650. <span class="p">]</span>
  651. <span class="p">}</span>
  652. </code></pre></div></p>
  653. <p>This is an example on how you would look up nested keys in the above json object:
  654. <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
  655. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ExternalSecret</span>
  656. <span class="nt">metadata</span><span class="p">:</span>
  657. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">example</span>
  658. <span class="nt">spec</span><span class="p">:</span>
  659. <span class="c1"># [omitted for brevity]</span>
  660. <span class="nt">data</span><span class="p">:</span>
  661. <span class="p p-Indicator">-</span> <span class="nt">secretKey</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">firstname</span>
  662. <span class="nt">remoteRef</span><span class="p">:</span>
  663. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">my-json-secret</span>
  664. <span class="nt">property</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">name.first</span> <span class="c1"># Tom</span>
  665. <span class="p p-Indicator">-</span> <span class="nt">secretKey</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">first_friend</span>
  666. <span class="nt">remoteRef</span><span class="p">:</span>
  667. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">my-json-secret</span>
  668. <span class="nt">property</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">friends.1.first</span> <span class="c1"># Roger</span>
  669. </code></pre></div></p>
  670. <h2 id="aws-authentication">AWS Authentication</h2>
  671. <h3 id="controllers-pod-identity">Controller's Pod Identity</h3>
  672. <p><img alt="Pod Identity Authentication" src="../pictures/diagrams-provider-aws-auth-pod-identity.png" /></p>
  673. <p>This is basicially a zero-configuration authentication method that inherits the credentials from the runtime environment using the <a href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default">aws sdk default credential chain</a>.</p>
  674. <p>You can attach a role to the pod using <a href="https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html">IRSA</a>, <a href="https://github.com/uswitch/kiam">kiam</a> or <a href="https://github.com/jtblin/kube2iam">kube2iam</a>. When no other authentication method is configured in the <code>Kind=Secretstore</code> this role is used to make all API calls against AWS Secrets Manager or SSM Parameter Store.</p>
  675. <p>Based on the Pod's identity you can do a <code>sts:assumeRole</code> before fetching the secrets to limit access to certain keys in your provider. This is optional.</p>
  676. <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
  677. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
  678. <span class="nt">metadata</span><span class="p">:</span>
  679. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">team-b-store</span>
  680. <span class="nt">spec</span><span class="p">:</span>
  681. <span class="nt">provider</span><span class="p">:</span>
  682. <span class="nt">aws</span><span class="p">:</span>
  683. <span class="nt">service</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretsManager</span>
  684. <span class="nt">region</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">eu-central-1</span>
  685. <span class="c1"># optional: do a sts:assumeRole before fetching secrets</span>
  686. <span class="nt">role</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">team-b</span>
  687. </code></pre></div>
  688. <h3 id="access-key-id-secret-access-key">Access Key ID &amp; Secret Access Key</h3>
  689. <p><img alt="SecretRef" src="../pictures/diagrams-provider-aws-auth-secret-ref.png" /></p>
  690. <p>You can store Access Key ID &amp; Secret Access Key in a <code>Kind=Secret</code> and reference it from a SecretStore.</p>
  691. <p><div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
  692. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
  693. <span class="nt">metadata</span><span class="p">:</span>
  694. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">team-b-store</span>
  695. <span class="nt">spec</span><span class="p">:</span>
  696. <span class="nt">provider</span><span class="p">:</span>
  697. <span class="nt">aws</span><span class="p">:</span>
  698. <span class="nt">service</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretsManager</span>
  699. <span class="nt">region</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">eu-central-1</span>
  700. <span class="c1"># optional: assume role before fetching secrets</span>
  701. <span class="nt">role</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">team-b</span>
  702. <span class="nt">auth</span><span class="p">:</span>
  703. <span class="nt">secretRef</span><span class="p">:</span>
  704. <span class="nt">accessKeyIDSecretRef</span><span class="p">:</span>
  705. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">awssm-secret</span>
  706. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">access-key</span>
  707. <span class="nt">secretAccessKeySecretRef</span><span class="p">:</span>
  708. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">awssm-secret</span>
  709. <span class="nt">key</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">secret-access-key</span>
  710. </code></pre></div>
  711. <strong>NOTE:</strong> In case of a <code>ClusterSecretStore</code>, Be sure to provide <code>namespace</code> in <code>accessKeyIDSecretRef</code>, <code>secretAccessKeySecretRef</code> with the namespaces where the secrets reside.</p>
  712. <h3 id="eks-service-account-credentials">EKS Service Account credentials</h3>
  713. <p><img alt="Service Account" src="../pictures/diagrams-provider-aws-auth-service-account.png" /></p>
  714. <p>This feature lets you use short-lived service account tokens to authenticate with AWS.
  715. You must have <a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection">Service Account Volume Projection</a> enabled - it is by default on EKS. See <a href="https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html">EKS guide</a> on how to set up IAM roles for service accounts.</p>
  716. <p>The big advantage of this approach is that ESO runs without any credentials.</p>
  717. <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">v1</span>
  718. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">ServiceAccount</span>
  719. <span class="nt">metadata</span><span class="p">:</span>
  720. <span class="nt">annotations</span><span class="p">:</span>
  721. <span class="nt">eks.amazonaws.com/role-arn</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">arn:aws:iam::123456789012:role/team-a</span>
  722. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">my-serviceaccount</span>
  723. <span class="nt">namespace</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">default</span>
  724. </code></pre></div>
  725. <p>Reference the service account from above in the Secret Store:
  726. <div class="highlight"><pre><span></span><code><span class="nt">apiVersion</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">external-secrets.io/v1alpha1</span>
  727. <span class="nt">kind</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretStore</span>
  728. <span class="nt">metadata</span><span class="p">:</span>
  729. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">secretstore-sample</span>
  730. <span class="nt">spec</span><span class="p">:</span>
  731. <span class="nt">provider</span><span class="p">:</span>
  732. <span class="nt">aws</span><span class="p">:</span>
  733. <span class="nt">service</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">SecretsManager</span>
  734. <span class="nt">region</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">eu-central-1</span>
  735. <span class="nt">auth</span><span class="p">:</span>
  736. <span class="nt">jwt</span><span class="p">:</span>
  737. <span class="nt">serviceAccountRef</span><span class="p">:</span>
  738. <span class="nt">name</span><span class="p">:</span> <span class="l l-Scalar l-Scalar-Plain">my-serviceaccount</span>
  739. </code></pre></div>
  740. <strong>NOTE:</strong> In case of a <code>ClusterSecretStore</code>, Be sure to provide <code>namespace</code> for <code>serviceAccountRef</code> with the namespace where the service account resides.</p>
  741. </article>
  742. </div>
  743. </div>
  744. </main>
  745. <footer class="md-footer">
  746. <nav class="md-footer__inner md-grid" aria-label="Footer">
  747. <a href="../provider-aws-secrets-manager/" class="md-footer__link md-footer__link--prev" aria-label="Previous: Secrets Manager" rel="prev">
  748. <div class="md-footer__button md-icon">
  749. <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>
  750. </div>
  751. <div class="md-footer__title">
  752. <div class="md-ellipsis">
  753. <span class="md-footer__direction">
  754. Previous
  755. </span>
  756. Secrets Manager
  757. </div>
  758. </div>
  759. </a>
  760. <a href="../provider-azure-key-vault/" class="md-footer__link md-footer__link--next" aria-label="Next: Key Vault" rel="next">
  761. <div class="md-footer__title">
  762. <div class="md-ellipsis">
  763. <span class="md-footer__direction">
  764. Next
  765. </span>
  766. Key Vault
  767. </div>
  768. </div>
  769. <div class="md-footer__button md-icon">
  770. <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>
  771. </div>
  772. </a>
  773. </nav>
  774. <div class="md-footer-meta md-typeset">
  775. <div class="md-footer-meta__inner md-grid">
  776. <div class="md-copyright">
  777. Made with
  778. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  779. Material for MkDocs
  780. </a>
  781. </div>
  782. </div>
  783. </div>
  784. </footer>
  785. </div>
  786. <div class="md-dialog" data-md-component="dialog">
  787. <div class="md-dialog__inner md-typeset"></div>
  788. </div>
  789. <script id="__config" type="application/json">{"base": "..", "features": [], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../assets/javascripts/workers/search.22074ed6.min.js", "version": {"provider": "mike"}}</script>
  790. <script src="../assets/javascripts/bundle.960e086b.min.js"></script>
  791. </body>
  792. </html>