@blakearoberts/visage 0.0.5-rc.13 → 0.0.5-rc.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1006,6 +1006,7 @@ function writeOauth2ProxyConfig(config) {
1006
1006
  function renderOauth2ProxyConfig(config) {
1007
1007
  const data = {
1008
1008
  http_address: `127.0.0.1:${config.upstreams.oauth2_proxy.port}`,
1009
+ metrics_address: '0.0.0.0:4181',
1009
1010
  provider: 'oidc',
1010
1011
  oidc_issuer_url: config.idp.oidc.issuer,
1011
1012
  ...(config.idp.oidc.algs === undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blakearoberts/visage",
3
- "version": "0.0.5-rc.13",
3
+ "version": "0.0.5-rc.14",
4
4
  "description": "Vite plugin for local development with HMR and OIDC session cookie lifecycle semantics.",
5
5
  "type": "module",
6
6
  "author": "Blake Roberts",