summaryrefslogblamecommitdiffstats
path: root/archives/extend/2014-June.txt
blob: 38e87b0b3d16ca8db1124bc18abfcf8224df9156 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870





































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                     
From daniel.goertzen at gmail.com  Wed Jun  4 22:08:54 2014
From: daniel.goertzen at gmail.com (Daniel Goertzen)
Date: Wed, 4 Jun 2014 15:08:54 -0500
Subject: [99s-extend] cowboy client cert auth, basic auth
Message-ID: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>

I am having very good luck with Cowboy so far, but I have some questions:

1. There doesn't appear to be any way to do client certificate
authorization in Cowboy, although I see there is an example for doing
exactly that with Ranch.  I think I could modify Cowboy to do what I want,
but I thought I would ask if there were other options before doing that.

2. I am also looking at http basic auth.  Would creating a middleware to
sit in between cowboy_router and cowboy_handler be a typical way to go
about it?

Thanks,
Dan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140604/269377d0/attachment.html>

From paulo.ferraz.oliveira at gmail.com  Wed Jun  4 23:37:14 2014
From: paulo.ferraz.oliveira at gmail.com (Paulo F. Oliveira)
Date: Wed, 4 Jun 2014 22:37:14 +0100
Subject: [99s-extend] Mandatory init/3 and optional handle/2 and terminate/3
Message-ID: <CA+dV7cT6ftWCadGesyVOsSxVG8PQi0uDRSjHF-Uot3s4hmdDTg@mail.gmail.com>

Hello.

You wrote here <http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/>
that
"The only mandatory callback is init/3, needed to perform the protocol
upgrade."

In my code I have only this function for the protocol upgrade:

init({_TransportName, _ProtocolName}, _Req, []) ->
    {upgrade, protocol, cowboy_rest}.

On the other hand, when compiling, I get the following warnings:

src/handler_transactions.erl:3: Warning: undefined callback function
handle/2 (behaviour 'cowboy_http_handler')
src/handler_transactions.erl:3: Warning: undefined callback function
terminate/3 (behaviour 'cowboy_http_handler')

Is this the expected behavior? I know I _can_ ignore the warnings, but not
if I want to use Erlang compiler option warnings_as_errors, for example.

Many thanks.

- Paulo F. Oliveira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140604/407d3443/attachment.html>

From essen at ninenines.eu  Wed Jun  4 23:46:38 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Wed, 04 Jun 2014 23:46:38 +0200
Subject: [99s-extend] Mandatory init/3 and optional handle/2 and
	terminate/3
In-Reply-To: <CA+dV7cT6ftWCadGesyVOsSxVG8PQi0uDRSjHF-Uot3s4hmdDTg@mail.gmail.com>
References: <CA+dV7cT6ftWCadGesyVOsSxVG8PQi0uDRSjHF-Uot3s4hmdDTg@mail.gmail.com>
Message-ID: <[email protected]>

You shouldn't say -behavior(cowboy_http_handler) if you don't actually 
implement it.

On 06/04/2014 11:37 PM, Paulo F. Oliveira wrote:
> Hello.
>
> You wrote here
> <http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/> that "The
> only mandatory callback is init/3, needed to perform the protocol upgrade."
>
> In my code I have only this function for the protocol upgrade:
>
> init({_TransportName, _ProtocolName}, _Req, []) ->
>      {upgrade, protocol, cowboy_rest}.
>
> On the other hand, when compiling, I get the following warnings:
>
> src/handler_transactions.erl:3: Warning: undefined callback function
> handle/2 (behaviour 'cowboy_http_handler')
> src/handler_transactions.erl:3: Warning: undefined callback function
> terminate/3 (behaviour 'cowboy_http_handler')
>
> Is this the expected behavior? I know I _can_ ignore the warnings, but
> not if I want to use Erlang compiler option warnings_as_errors, for example.
>
> Many thanks.
>
> - Paulo F. Oliveira
>
>
> _______________________________________________
> Extend mailing list
> Extend at lists.ninenines.eu
> https://lists.ninenines.eu/listinfo/extend
>

-- 
Lo?c Hoguin
http://ninenines.eu

From essen at ninenines.eu  Wed Jun  4 23:48:01 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Wed, 04 Jun 2014 23:48:01 +0200
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>
Message-ID: <[email protected]>

On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
> I am having very good luck with Cowboy so far, but I have some questions:
>
> 1. There doesn't appear to be any way to do client certificate
> authorization in Cowboy, although I see there is an example for doing
> exactly that with Ranch.  I think I could modify Cowboy to do what I
> want, but I thought I would ask if there were other options before doing
> that.

Same as Ranch really, you just gotta take the socket and then call the 
ssl functions.

> 2. I am also looking at http basic auth.  Would creating a middleware to
> sit in between cowboy_router and cowboy_handler be a typical way to go
> about it?

That's a common way to do it yes.

-- 
Lo?c Hoguin
http://ninenines.eu

From daniel.goertzen at gmail.com  Thu Jun  5 01:44:02 2014
From: daniel.goertzen at gmail.com (Daniel Goertzen)
Date: Wed, 4 Jun 2014 18:44:02 -0500
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <[email protected]>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>
 <[email protected]>
Message-ID: <CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>

On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin <essen at ninenines.eu> wrote:

> On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>
>> I am having very good luck with Cowboy so far, but I have some questions:
>>
>> 1. There doesn't appear to be any way to do client certificate
>> authorization in Cowboy, although I see there is an example for doing
>> exactly that with Ranch.  I think I could modify Cowboy to do what I
>> want, but I thought I would ask if there were other options before doing
>> that.
>>
>
> Same as Ranch really, you just gotta take the socket and then call the ssl
> functions.
>
>
Yes, but in cowboy there's no API to get at the socket.

I was thinking of adding a "onconnect" hook similar to how there are
"onrequest" and "onresponse" hooks.  The hook would be called in
cowboy_protocol:init(), would accept Transport and Socket, and return a
"user connection state" term that gets stashed in the state record.  The
user connection state would then be provided in the Req object to each
handler.  With these features one could do whatever computation they want
on the socket and provide the result to all subsequent requests on that
socket.  I want to use it for client cert checking, but it could be used
for other things such as an IP address security check.

Dan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140604/2bce99e1/attachment.html>

From paulo.ferraz.oliveira at gmail.com  Thu Jun  5 01:49:01 2014
From: paulo.ferraz.oliveira at gmail.com (Paulo F. Oliveira)
Date: Thu, 5 Jun 2014 00:49:01 +0100
Subject: [99s-extend] Mandatory init/3 and optional handle/2 and
	terminate/3
In-Reply-To: <[email protected]>
References: <CA+dV7cT6ftWCadGesyVOsSxVG8PQi0uDRSjHF-Uot3s4hmdDTg@mail.gmail.com>
 <[email protected]>
Message-ID: <CA+dV7cRvLwTj1L=myMrjEUEju8gr0gATSXO+Z+Oktsadh4y37w@mail.gmail.com>

Got it, thanks.

This here <http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/> had
the fine print that I hadn't read apparently: "This module cannot be
described as a behaviour due to most of the callbacks it defines being
optional. It has the same semantics as a behaviour otherwise."

- Paulo F. Oliveira


On 4 June 2014 22:46, Lo?c Hoguin <essen at ninenines.eu> wrote:

> You shouldn't say -behavior(cowboy_http_handler) if you don't actually
> implement it.
>
> On 06/04/2014 11:37 PM, Paulo F. Oliveira wrote:
>
>> Hello.
>>
>> You wrote here
>> <http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_rest/> that "The
>>
>> only mandatory callback is init/3, needed to perform the protocol
>> upgrade."
>>
>> In my code I have only this function for the protocol upgrade:
>>
>> init({_TransportName, _ProtocolName}, _Req, []) ->
>>      {upgrade, protocol, cowboy_rest}.
>>
>> On the other hand, when compiling, I get the following warnings:
>>
>> src/handler_transactions.erl:3: Warning: undefined callback function
>> handle/2 (behaviour 'cowboy_http_handler')
>> src/handler_transactions.erl:3: Warning: undefined callback function
>> terminate/3 (behaviour 'cowboy_http_handler')
>>
>> Is this the expected behavior? I know I _can_ ignore the warnings, but
>> not if I want to use Erlang compiler option warnings_as_errors, for
>> example.
>>
>> Many thanks.
>>
>> - Paulo F. Oliveira
>>
>>
>> _______________________________________________
>> Extend mailing list
>> Extend at lists.ninenines.eu
>> https://lists.ninenines.eu/listinfo/extend
>>
>>
> --
> Lo?c Hoguin
> http://ninenines.eu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140605/46eee3c0/attachment.html>

From essen at ninenines.eu  Thu Jun  5 10:04:08 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Thu, 05 Jun 2014 10:04:08 +0200
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>	<[email protected]>
 <CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>
Message-ID: <[email protected]>

On 06/05/2014 01:44 AM, Daniel Goertzen wrote:
>
>
>
> On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin <essen at ninenines.eu
> <mailto:essen at ninenines.eu>> wrote:
>
>     On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>
>         I am having very good luck with Cowboy so far, but I have some
>         questions:
>
>         1. There doesn't appear to be any way to do client certificate
>         authorization in Cowboy, although I see there is an example for
>         doing
>         exactly that with Ranch.  I think I could modify Cowboy to do what I
>         want, but I thought I would ask if there were other options
>         before doing
>         that.
>
>
>     Same as Ranch really, you just gotta take the socket and then call
>     the ssl functions.
>
>
> Yes, but in cowboy there's no API to get at the socket.

There is the undocumented function cowboy_req:get/1 which is meant for 
that kind of "special" use.

-- 
Lo?c Hoguin
http://ninenines.eu

From daniel.goertzen at gmail.com  Thu Jun  5 23:01:12 2014
From: daniel.goertzen at gmail.com (Daniel Goertzen)
Date: Thu, 5 Jun 2014 16:01:12 -0500
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <[email protected]>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>
 <[email protected]>
 <CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>
 <[email protected]>
Message-ID: <CAJCf5Ry4Okkua__YtfU8bO5=AvYKPsXzU+1EqyXsK7tx2q6K8w@mail.gmail.com>

But then I would have to check the client cert for each and every request.
I should have to check the cert only once at connect time and then be able
to pass the result of that check in the request to each handler.

Anyway I've gone ahead and implemented what I need in a generic manner and
it seems to work well.  I think it would be a useful addition to Cowboy.
If you agree I could write some more documentation for it.

https://github.com/goertzenator/cowboy/tree/onconnect

I added a "onconnect" hook and "connection metadata" to cowboy_req.  The
connection metadata works like existing metadata, but is preserved from
request to request on the same connection.  The onconnect hook provides
initial values for the connection metadata.

Dan.




On Thu, Jun 5, 2014 at 3:04 AM, Lo?c Hoguin <essen at ninenines.eu> wrote:

> On 06/05/2014 01:44 AM, Daniel Goertzen wrote:
>
>>
>>
>>
>> On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin <essen at ninenines.eu
>> <mailto:essen at ninenines.eu>> wrote:
>>
>>     On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>>
>>         I am having very good luck with Cowboy so far, but I have some
>>         questions:
>>
>>         1. There doesn't appear to be any way to do client certificate
>>         authorization in Cowboy, although I see there is an example for
>>         doing
>>         exactly that with Ranch.  I think I could modify Cowboy to do
>> what I
>>         want, but I thought I would ask if there were other options
>>         before doing
>>         that.
>>
>>
>>     Same as Ranch really, you just gotta take the socket and then call
>>     the ssl functions.
>>
>>
>> Yes, but in cowboy there's no API to get at the socket.
>>
>
> There is the undocumented function cowboy_req:get/1 which is meant for
> that kind of "special" use.
>
>
> --
> Lo?c Hoguin
> http://ninenines.eu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140605/3ba15fb3/attachment.html>

From essen at ninenines.eu  Thu Jun  5 23:24:50 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Thu, 05 Jun 2014 23:24:50 +0200
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <CAJCf5Ry4Okkua__YtfU8bO5=AvYKPsXzU+1EqyXsK7tx2q6K8w@mail.gmail.com>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>	<[email protected]>	<CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>	<[email protected]>
 <CAJCf5Ry4Okkua__YtfU8bO5=AvYKPsXzU+1EqyXsK7tx2q6K8w@mail.gmail.com>
Message-ID: <[email protected]>

Misunderstood what you needed then.

Note that the services that are completely blocked from anyone who 
doesn't have the right cert are virtually non-existent, it doesn't make 
sense to add a feature for it.

You can do that kind of thing by having custom code creating the 
protocol process by the way. There's no need to patch Cowboy for that.

On 06/05/2014 11:01 PM, Daniel Goertzen wrote:
> But then I would have to check the client cert for each and every
> request.  I should have to check the cert only once at connect time and
> then be able to pass the result of that check in the request to each
> handler.
>
> Anyway I've gone ahead and implemented what I need in a generic manner
> and it seems to work well.  I think it would be a useful addition to
> Cowboy.  If you agree I could write some more documentation for it.
>
> https://github.com/goertzenator/cowboy/tree/onconnect
>
> I added a "onconnect" hook and "connection metadata" to cowboy_req.  The
> connection metadata works like existing metadata, but is preserved from
> request to request on the same connection.  The onconnect hook provides
> initial values for the connection metadata.
>
> Dan.
>
>
>
>
> On Thu, Jun 5, 2014 at 3:04 AM, Lo?c Hoguin <essen at ninenines.eu
> <mailto:essen at ninenines.eu>> wrote:
>
>     On 06/05/2014 01:44 AM, Daniel Goertzen wrote:
>
>
>
>
>         On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin <essen at ninenines.eu
>         <mailto:essen at ninenines.eu>
>         <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>>> wrote:
>
>              On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>
>                  I am having very good luck with Cowboy so far, but I
>         have some
>                  questions:
>
>                  1. There doesn't appear to be any way to do client
>         certificate
>                  authorization in Cowboy, although I see there is an
>         example for
>                  doing
>                  exactly that with Ranch.  I think I could modify Cowboy
>         to do what I
>                  want, but I thought I would ask if there were other options
>                  before doing
>                  that.
>
>
>              Same as Ranch really, you just gotta take the socket and
>         then call
>              the ssl functions.
>
>
>         Yes, but in cowboy there's no API to get at the socket.
>
>
>     There is the undocumented function cowboy_req:get/1 which is meant
>     for that kind of "special" use.
>
>
>     --
>     Lo?c Hoguin
>     http://ninenines.eu
>
>

-- 
Lo?c Hoguin
http://ninenines.eu

From daniel.goertzen at gmail.com  Fri Jun  6 15:59:43 2014
From: daniel.goertzen at gmail.com (Daniel Goertzen)
Date: Fri, 6 Jun 2014 08:59:43 -0500
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <[email protected]>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>
 <[email protected]>
 <CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>
 <[email protected]>
 <CAJCf5Ry4Okkua__YtfU8bO5=AvYKPsXzU+1EqyXsK7tx2q6K8w@mail.gmail.com>
 <[email protected]>
Message-ID: <CAJCf5Rz4HUayBM4vjoq=ukxYWL2xvKjm+j_KAE8uL_bTQkVD+w@mail.gmail.com>

Okay, I see how I can wrap cowboy_protocol:init() to perhaps add cert
information to env or stuff it in an ets table / gproc / process
dictionary.  Is this what you mean?  I think that will work for me.

My immediate application is to provide a secure RESTful API for a network
appliance.  Think securing the Web of Things.  I really do want to get in
the client's face if they don't have the right certificate.

I'm late in saying this, but thank you for making Cowboy so easy to read
and understand.

Cheers,
Dan.



On Thu, Jun 5, 2014 at 4:24 PM, Lo?c Hoguin <essen at ninenines.eu> wrote:

> Misunderstood what you needed then.
>
> Note that the services that are completely blocked from anyone who doesn't
> have the right cert are virtually non-existent, it doesn't make sense to
> add a feature for it.
>
> You can do that kind of thing by having custom code creating the protocol
> process by the way. There's no need to patch Cowboy for that.
>
>
> On 06/05/2014 11:01 PM, Daniel Goertzen wrote:
>
>> But then I would have to check the client cert for each and every
>> request.  I should have to check the cert only once at connect time and
>> then be able to pass the result of that check in the request to each
>> handler.
>>
>> Anyway I've gone ahead and implemented what I need in a generic manner
>> and it seems to work well.  I think it would be a useful addition to
>> Cowboy.  If you agree I could write some more documentation for it.
>>
>> https://github.com/goertzenator/cowboy/tree/onconnect
>>
>> I added a "onconnect" hook and "connection metadata" to cowboy_req.  The
>> connection metadata works like existing metadata, but is preserved from
>> request to request on the same connection.  The onconnect hook provides
>> initial values for the connection metadata.
>>
>> Dan.
>>
>>
>>
>>
>> On Thu, Jun 5, 2014 at 3:04 AM, Lo?c Hoguin <essen at ninenines.eu
>> <mailto:essen at ninenines.eu>> wrote:
>>
>>     On 06/05/2014 01:44 AM, Daniel Goertzen wrote:
>>
>>
>>
>>
>>         On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin <essen at ninenines.eu
>>         <mailto:essen at ninenines.eu>
>>         <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>>> wrote:
>>
>>              On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>>
>>                  I am having very good luck with Cowboy so far, but I
>>         have some
>>                  questions:
>>
>>                  1. There doesn't appear to be any way to do client
>>         certificate
>>                  authorization in Cowboy, although I see there is an
>>         example for
>>                  doing
>>                  exactly that with Ranch.  I think I could modify Cowboy
>>         to do what I
>>                  want, but I thought I would ask if there were other
>> options
>>                  before doing
>>                  that.
>>
>>
>>              Same as Ranch really, you just gotta take the socket and
>>         then call
>>              the ssl functions.
>>
>>
>>         Yes, but in cowboy there's no API to get at the socket.
>>
>>
>>     There is the undocumented function cowboy_req:get/1 which is meant
>>     for that kind of "special" use.
>>
>>
>>     --
>>     Lo?c Hoguin
>>     http://ninenines.eu
>>
>>
>>
> --
> Lo?c Hoguin
> http://ninenines.eu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ninenines.eu/archives/extend/attachments/20140606/b992565e/attachment.html>

From essen at ninenines.eu  Fri Jun  6 16:09:56 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Fri, 06 Jun 2014 16:09:56 +0200
Subject: [99s-extend] cowboy client cert auth, basic auth
In-Reply-To: <CAJCf5Rz4HUayBM4vjoq=ukxYWL2xvKjm+j_KAE8uL_bTQkVD+w@mail.gmail.com>
References: <CAJCf5Ry4T701NtypmLkmZhbx1hWvwV-df9zF+iypVOkdPCULDQ@mail.gmail.com>	<[email protected]>	<CAJCf5RyYUNPmVcLEV+VyKpA24x0Pjb15+7doeugeQ=ZEJSpc6w@mail.gmail.com>	<[email protected]>	<CAJCf5Ry4Okkua__YtfU8bO5=AvYKPsXzU+1EqyXsK7tx2q6K8w@mail.gmail.com>	<[email protected]>
 <CAJCf5Rz4HUayBM4vjoq=ukxYWL2xvKjm+j_KAE8uL_bTQkVD+w@mail.gmail.com>
Message-ID: <[email protected]>

On 06/06/2014 03:59 PM, Daniel Goertzen wrote:
> Okay, I see how I can wrap cowboy_protocol:init() to perhaps add cert
> information to env or stuff it in an ets table / gproc / process
> dictionary.  Is this what you mean?  I think that will work for me.

Something like that, yes. Process dictionary is probably the quick and 
dirty way, env would be cleaner but take more code as you then have to 
move it from env to handler opts.

> My immediate application is to provide a secure RESTful API for a
> network appliance.  Think securing the Web of Things.  I really do want
> to get in the client's face if they don't have the right certificate.
>
> I'm late in saying this, but thank you for making Cowboy so easy to read
> and understand.
>
> Cheers,
> Dan.
>
>
>
> On Thu, Jun 5, 2014 at 4:24 PM, Lo?c Hoguin <essen at ninenines.eu
> <mailto:essen at ninenines.eu>> wrote:
>
>     Misunderstood what you needed then.
>
>     Note that the services that are completely blocked from anyone who
>     doesn't have the right cert are virtually non-existent, it doesn't
>     make sense to add a feature for it.
>
>     You can do that kind of thing by having custom code creating the
>     protocol process by the way. There's no need to patch Cowboy for that.
>
>
>     On 06/05/2014 11:01 PM, Daniel Goertzen wrote:
>
>         But then I would have to check the client cert for each and every
>         request.  I should have to check the cert only once at connect
>         time and
>         then be able to pass the result of that check in the request to each
>         handler.
>
>         Anyway I've gone ahead and implemented what I need in a generic
>         manner
>         and it seems to work well.  I think it would be a useful addition to
>         Cowboy.  If you agree I could write some more documentation for it.
>
>         https://github.com/__goertzenator/cowboy/tree/__onconnect
>         <https://github.com/goertzenator/cowboy/tree/onconnect>
>
>         I added a "onconnect" hook and "connection metadata" to
>         cowboy_req.  The
>         connection metadata works like existing metadata, but is
>         preserved from
>         request to request on the same connection.  The onconnect hook
>         provides
>         initial values for the connection metadata.
>
>         Dan.
>
>
>
>
>         On Thu, Jun 5, 2014 at 3:04 AM, Lo?c Hoguin <essen at ninenines.eu
>         <mailto:essen at ninenines.eu>
>         <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>>> wrote:
>
>              On 06/05/2014 01:44 AM, Daniel Goertzen wrote:
>
>
>
>
>                  On Wed, Jun 4, 2014 at 4:48 PM, Lo?c Hoguin
>         <essen at ninenines.eu <mailto:essen at ninenines.eu>
>                  <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>>
>                  <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>
>         <mailto:essen at ninenines.eu <mailto:essen at ninenines.eu>>>> wrote:
>
>                       On 06/04/2014 10:08 PM, Daniel Goertzen wrote:
>
>                           I am having very good luck with Cowboy so far,
>         but I
>                  have some
>                           questions:
>
>                           1. There doesn't appear to be any way to do client
>                  certificate
>                           authorization in Cowboy, although I see there
>         is an
>                  example for
>                           doing
>                           exactly that with Ranch.  I think I could
>         modify Cowboy
>                  to do what I
>                           want, but I thought I would ask if there were
>         other options
>                           before doing
>                           that.
>
>
>                       Same as Ranch really, you just gotta take the
>         socket and
>                  then call
>                       the ssl functions.
>
>
>                  Yes, but in cowboy there's no API to get at the socket.
>
>
>              There is the undocumented function cowboy_req:get/1 which
>         is meant
>              for that kind of "special" use.
>
>
>              --
>              Lo?c Hoguin
>         http://ninenines.eu
>
>
>
>     --
>     Lo?c Hoguin
>     http://ninenines.eu
>
>

-- 
Lo?c Hoguin
http://ninenines.eu

From essen at ninenines.eu  Tue Jun 10 12:38:10 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Tue, 10 Jun 2014 12:38:10 +0200
Subject: [99s-extend] [ANN] Cowboy and Ranch 0.10
Message-ID: <[email protected]>

Hello!

I just pushed Cowboy 0.10 and Ranch 0.10.

   https://github.com/extend/cowboy
   https://github.com/extend/ranch

The Cowboy changelog can be found here: 
https://github.com/extend/cowboy/blob/master/CHANGELOG.md

This release sees the addition of functions for reading multipart! (And 
there are also functions for creating multipart bodies in the cowlib 
library if you need them.) The old multipart interface got removed.

The other big change is a rework of the body reading interface, again. 
Users have reported having timeout issues sometimes so the new interface 
allows you to configure read length/timeout so you can control the rate 
of transfer *per body function call*.

The functions init_stream, stream_body and skip_body have been 
deprecated and will be removed in 1.0 (alongside one clause of the 
body/2 and body_qs/2 functions).

Current code *should* be compatible but you are really encouraged to 
test and remove dead code introduced by this change.

The changes in Ranch are mostly small so I won't bore you with the details.

The next step will be to release 1.0 sometimes this summer. Work on 2.0 
will start immediately after that but 2.0 is planned to be released 
after Erlang 18.0 is out. We'll have a new version bump for every Erlang 
version basically. More details later.

Hope you enjoy this release, and that I didn't break your code (too much)!

Enjoy.

-- 
Lo?c Hoguin
http://ninenines.eu

From roger at differentpla.net  Wed Jun 11 14:38:59 2014
From: roger at differentpla.net (Roger Lipscombe)
Date: Wed, 11 Jun 2014 13:38:59 +0100
Subject: [99s-extend] Stop ranch listeners without dropping connections
Message-ID: <CAJgnQd-Rc7HpqeFe4xYBShvxjN27n0-VJLf6+P7yr4gTnJ=B1Q@mail.gmail.com>

Using ranch, is there any way to stop the listener (and acceptors)
without dropping the existing connections?

I ask because I'd like to start another instance of my server on the
same box and have the old instance continue to handle its existing
connections for a while.

It looks to me that if I call ranch:stop_listener, it'll kill the
ranch_listener_sup, which will also kill the ranch_conns_sup (and the
existing connections).

If I manually do a supervisor:terminate_child(ListenerPid,
ranch_acceptors_sup), the acceptors go away, but the socket is still
open, which means that I can't start another instance of my server.

Thoughts?

From essen at ninenines.eu  Mon Jun 23 13:36:50 2014
From: essen at ninenines.eu (=?UTF-8?B?TG/Dr2MgSG9ndWlu?=)
Date: Mon, 23 Jun 2014 13:36:50 +0200
Subject: [99s-extend] Stop ranch listeners without dropping connections
In-Reply-To: <CAJgnQd-Rc7HpqeFe4xYBShvxjN27n0-VJLf6+P7yr4gTnJ=B1Q@mail.gmail.com>
References: <CAJgnQd-Rc7HpqeFe4xYBShvxjN27n0-VJLf6+P7yr4gTnJ=B1Q@mail.gmail.com>
Message-ID: <[email protected]>

It is not possible at this point. Please open a ticket.

On 06/11/2014 02:38 PM, Roger Lipscombe wrote:
> Using ranch, is there any way to stop the listener (and acceptors)
> without dropping the existing connections?
>
> I ask because I'd like to start another instance of my server on the
> same box and have the old instance continue to handle its existing
> connections for a while.
>
> It looks to me that if I call ranch:stop_listener, it'll kill the
> ranch_listener_sup, which will also kill the ranch_conns_sup (and the
> existing connections).
>
> If I manually do a supervisor:terminate_child(ListenerPid,
> ranch_acceptors_sup), the acceptors go away, but the socket is still
> open, which means that I can't start another instance of my server.
>
> Thoughts?
> _______________________________________________
> Extend mailing list
> Extend at lists.ninenines.eu
> https://lists.ninenines.eu/listinfo/extend
>

-- 
Lo?c Hoguin
http://ninenines.eu

From roger at differentpla.net  Mon Jun 23 15:55:47 2014
From: roger at differentpla.net (Roger Lipscombe)
Date: Mon, 23 Jun 2014 14:55:47 +0100
Subject: [99s-extend] Stop ranch listeners without dropping connections
In-Reply-To: <[email protected]>
References: <CAJgnQd-Rc7HpqeFe4xYBShvxjN27n0-VJLf6+P7yr4gTnJ=B1Q@mail.gmail.com>
 <[email protected]>
Message-ID: <CAJgnQd8XTjZeLAW4iP4s67B1pWyCf8yom_UfWeoApreVmmv+tA@mail.gmail.com>

Done: https://github.com/extend/ranch/issues/83

On 23 June 2014 12:36, Lo?c Hoguin <essen at ninenines.eu> wrote:
> It is not possible at this point. Please open a ticket.
>
>
> On 06/11/2014 02:38 PM, Roger Lipscombe wrote:
>>
>> Using ranch, is there any way to stop the listener (and acceptors)
>> without dropping the existing connections?
>>
>> I ask because I'd like to start another instance of my server on the
>> same box and have the old instance continue to handle its existing
>> connections for a while.
>>
>> It looks to me that if I call ranch:stop_listener, it'll kill the
>> ranch_listener_sup, which will also kill the ranch_conns_sup (and the
>> existing connections).
>>
>> If I manually do a supervisor:terminate_child(ListenerPid,
>> ranch_acceptors_sup), the acceptors go away, but the socket is still
>> open, which means that I can't start another instance of my server.
>>
>> Thoughts?
>> _______________________________________________
>> Extend mailing list
>> Extend at lists.ninenines.eu
>> https://lists.ninenines.eu/listinfo/extend
>>
>
> --
> Lo?c Hoguin
> http://ninenines.eu