Skip to content

Commit 30583c7

Browse files
weltekialexellis
authored andcommitted
Add tunnel auth feature to pricing grid
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 23faab0 commit 30583c7

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

_includes/pricing/pricing-grid.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Personal</h2>
9595
</td>
9696
</tr>
9797

98+
<tr class="border-t border-gray-200">
99+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">OAuth for HTTP tunnels</th>
100+
<td class="py-5 pr-4">
101+
<span class="block text-sm text-gray-700 text-right">GitHub (username, email)</span>
102+
</td>
103+
</tr>
104+
98105
<tr class="border-t border-gray-200">
99106
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Kubernetes Integration.</th>
100107
<td class="py-5 pr-4">
@@ -283,6 +290,12 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Business</h2>
283290
</td>
284291
</tr>
285292

293+
<tr class="border-t border-gray-200">
294+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">OAuth for HTTP tunnels</th>
295+
<td class="py-5 pr-4">
296+
<span class="block text-sm text-gray-700 text-right">Google or GitHub (username, email, organisation)</span>
297+
</td>
298+
</tr>
286299

287300
<tr class="border-t border-gray-200">
288301
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
@@ -466,6 +479,13 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
466479
</td>
467480
</tr>
468481

482+
<tr class="border-t border-gray-200">
483+
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">OAuth for HTTP tunnels</th>
484+
<td class="py-5 pr-4">
485+
<span class="block text-sm text-gray-400 text-right">n/a</span>
486+
</td>
487+
</tr>
488+
469489
<tr class="border-t border-gray-200">
470490
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Commercial use.</th>
471491
<td class="py-5 pr-4">
@@ -795,6 +815,19 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
795815
</td>
796816
</tr>
797817

818+
<tr>
819+
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">OAuth for HTTP tunnels</th>
820+
<td class="py-5 px-6">
821+
<span class="block text-sm text-gray-700">GitHub (username, email)</span>
822+
</td>
823+
<td class="py-5 px-6">
824+
<span class="block text-sm text-gray-700">Google or GitHub (username, email or organisation)</span>
825+
</td>
826+
<td class="py-5 px-6">
827+
<span class="block text-sm text-gray-400">n/a</span>
828+
</td>
829+
</tr>
830+
798831
<tr>
799832
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Inlets Uplink Control Plane.</th>
800833
<td class="py-5 px-6">

0 commit comments

Comments
 (0)