Project

General

Profile

Actions

Documentation #13670

closed

rgw frontends not mentioned in radosgw config-ref

Added by Nathan Cutler over 8 years ago. Updated about 6 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

The Ceph Object Gateway Config Reference1 does not mention rgw frontends

The documentation, when it materializes, should cover:

  • how to deploy RGW with SSL
  • how to tell RGW to listen on localhost only (default is to listen on all interfaces?)

[1] http://docs.ceph.com/docs/master/radosgw/config-ref/


Related issues 1 (0 open1 closed)

Is duplicate of rgw - Documentation #13523: rgw: document civetweb ssl configurationResolvedCasey Bodley10/19/2015

Actions
Actions #1

Updated by Nathan Cutler over 8 years ago

  • Description updated (diff)
Actions #2

Updated by weijun duan over 8 years ago

http://tracker.ceph.com/issues/13718

now it civetweb conf ssl like this:
rgw frontends = "civetweb port=443s ssl_certificate=/home/dwj/ssl/server.pem"

https://github.com/civetweb/civetweb/blob/master/docs/OpenSSL.md

listen i don't know...

Actions #3

Updated by Nathan Cutler almost 8 years ago

rgw frontends got some documentation in https://github.com/ceph/ceph/pull/7264 but it is still not mentioned in http://docs.ceph.com/docs/master/radosgw/config-ref/

Actions #4

Updated by Yuan Zhou over 6 years ago

Civetweb supports listen on specific IP:port already, the code snip is listed below
https://github.com/ceph/civetweb/blob/bdaa39a1ebb01ae38edee9e97a3d46972cb68ac9/src/main.c#L271-L290

for example with below configuration:

rgw frontends = "civetweb port=443s ssl_certificate=/home/dwj/ssl/server.pem" 

civetweb will listen on https://*:443

Instead if we change the configuration to

rgw frontends = "civetweb port=1.2.3.4:443s ssl_certificate=/home/dwj/ssl/server.pem" 

civetweb will listen on https://1.2.3.4:443 only

Actions #5

Updated by Nathan Cutler about 6 years ago

Actions #6

Updated by Nathan Cutler about 6 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF