Commit dbfb595
committed
PCD269: define EP_HELPER_USER and EP_HELPER_PASS from env (stage 2)
Mirrors the existing ELASTICSEARCH_DOCS_HOST → EP_HELPER_HOST pattern
so that when ELASTICSEARCH_DOCS_USER and ELASTICSEARCH_DOCS_PASS are
set in the pod env, the wp-proud-search-elastic plugin will send
Authorization: Basic on docsapi calls.
Env vars are intentionally not provisioned yet — the constants stay
undefined and the plugin behaves exactly as before. Stage 3 will add
the k8s Secret and wire the env vars per pod, then stage 4 flips
routeAuth on the docsapi side.
Refs PCD269.1 parent 2f44322 commit dbfb595
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| |||
0 commit comments