You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -904,6 +904,36 @@ DownstreamMTLS sets the <a href="https://www.pomerium.com/docs/reference/downstr
904
904
905
905
906
906
907
+
### `file`
908
+
909
+
File specifies file storage options.
910
+
911
+
<table>
912
+
<thead>
913
+
</thead>
914
+
<tbody>
915
+
916
+
<tr>
917
+
<td>
918
+
<p>
919
+
<code>path</code>  
920
+
921
+
<strong>string</strong> 
922
+
923
+
</p>
924
+
<p>
925
+
<strong>Required.</strong> 
926
+
Path defines the local file system path to store data.
927
+
</p>
928
+
929
+
</td>
930
+
</tr>
931
+
932
+
</tbody>
933
+
</table>
934
+
935
+
936
+
907
937
### `identityProvider`
908
938
909
939
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <ahref="https://www.pomerium.com/docs/identity-providers/">Identity Provider</a>
@@ -1492,6 +1522,23 @@ Storage defines persistent storage for sessions and other data. See <a href="htt
0 commit comments