15:00:33 #startmeeting Server Technical Specification Working Session (2014-02-28) 15:00:33 Meeting started Fri Feb 28 15:00:33 2014 UTC. The chair is sgallagh. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:33 Useful Commands: #action #agreed #halp #info #idea #link #topic. 15:00:43 #chair sgallagh mizmo nirik davidstrauss Evolution adamw simo tuanta mitr 15:00:43 Current chairs: Evolution adamw davidstrauss mitr mizmo nirik sgallagh simo tuanta 15:00:48 #topic roll call 15:01:16 .hellomynameis sgallagh 15:01:23 sgallagh: sgallagh 'Stephen Gallagher' 15:04:39 hola amigos 15:04:52 Greetings, simo 15:05:05 So far, it's you and I. 15:05:20 we can wait some 15:05:30 it was not clear to me you called for another meeting today tbh, I saw it by accident 15:05:55 When I sent out the message to the WG members, I noted that we'd use this slot if yesterday's ran out of time 15:06:24 Hopefully, others saw that :-( 15:11:18 Hello 15:11:59 Hello 15:12:03 That makes three :) 15:12:12 Need a couple more folks for quorum 15:15:00 * nirik is kinda sorta barely here. 15:15:50 * sgallagh nods 15:15:53 I'm also co-attending the Base WG meeting concurrently 15:15:54 But I can juggle that well enough 15:28:43 Ok, we should really try to have at least some of this conversation now and get votes on the list later. 15:29:17 My suggestion was that we should go through the items on the rough draft I sent out and discuss any that seem contentious. 15:29:51 go 15:30:12 Meta-comment: This doesn't specify anything for roles, and we can't get it done. 15:30:15 Alright, as I wrote most of it, I defer to you guys to tell me which sections need to be adjusted. 15:30:31 mitr: "and we can't get it done"? 15:30:37 sgallagh: .. by March 3 15:30:44 mitr: what are you referring to ? 15:31:38 You guys are chaired, set the topic for any section you want to discuss 15:32:40 #topic Logging 15:33:04 1) The 'developer use case" reference doesn't apply here, and "collect" vs."send" the logs. Perhaps "Server will support sending logs to a remote log server (which we want to eventually provide a s a role)."? 15:33:48 what section ? 15:33:53 2) I don't know what to do about all the daemons that manage their own log files. Do we want to commit to forward that to the syslog stream? 15:34:02 simo: see /topic, in https://fedoraproject.org/wiki/Server/Technical_Specification 15:34:05 +1cccccccbjhrgtrkrrffdlidcnigiujbndjcutbrluhnl 15:34:08 820134 15:34:11 nice. ;( 15:34:15 sorry about that. 15:34:31 * nirik is +1 to remote logging. 15:35:10 That's quite a password ;-) 15:35:21 nirik: your OTP PIN needs changing I guess :) 15:35:30 (Should I be bringing up /var/log text logs? That's probably a flamewar we don't need, rather focusing on remote logging. So I'm not bringing that up :) ) 15:36:07 simo: just got a yubikey nano, it's apparently easy to brush up against. ;) Luckily that is just otp, not the pin. ;) 15:36:16 mitr: we should certainly enable (by default ?) syslog logging for those projects that suport both file or syslog logging 15:36:19 I think we should commit to scraping the logs of any service that's part of the base or a Role 15:36:31 yeah. 15:36:51 sgallagh: isn't that provided by journald if you can at least tell the daemon to log to stderror instead of files ? 15:37:04 sgallagh: but something like apache ? 15:37:06 Yes, assuming the daemon can 15:37:14 Right, Apache might be trickier 15:37:29 there is also a problem of verbosity, this area is hard 15:37:33 simo: That still means packaging/repackaging work. 15:37:49 mitr: I know, which is why I am thinking we should not have strong wording 15:37:57 but just express an intent 15:38:05 to be done as much as feasible in the short term 15:38:25 Well, that's the point of the opening paragraph 15:38:53 "Some of the desired characteristics may not be entirely achievable in the first version of the Server product, and will be approximated." 15:39:03 (FWIW rsyslog has "imfile" to watch a log with inotify and import it into the syslog stream ... but that means depending on rsyslog, and journal won't be complete log storage unless we support running _two_ instances of rsyslog, one to do imfile -> journal, another to do journal -> socket) 15:39:22 ... so native logging to syslog would be much simpler. 15:39:35 I think it makes sense to have journal for local logging + rsyslog for remote. 15:40:12 journald doesn't have forwarding to remote syslog yet? 15:40:18 I thought that was on the 2013 plan. 15:40:45 it doesn't... 15:40:52 but you can run a local rsyslog to do that. 15:41:08 sgallagh: the way toi do it is to have a local rsyslog 15:41:23 in that case you have local -> journal -> rsyslog -> remote 15:41:43 mitr: what is the problem of requiring rsyslog for remote logging ? 15:42:06 Mostly proliferation of daemons, I'd guess 15:42:17 simo: there's no problem with that. There's somewhat of a problem with using imfile to get non-syslog files into the log stream (you need two rsyslogs - doable but ugly) 15:42:34 mitr: why 2 rsyslogs ? 15:42:54 simo: ... or giving up on "local storage backend is journal" 15:43:34 mitr: Or deciding that you can only get those logs if you use central forwarding 15:43:49 simo: Because one rsyslog manages the inotifies and forwards to journald 15:43:59 journald then forwards to the other rsylog to send to the remote server 15:44:04 mitr: Accurate? 15:44:24 sgallagh: yes. 15:44:27 sgallagh: why to we care for journald when we are fdoing remote logging ? 15:44:28 are there other cases aside from httpd that we would need to worry about? 15:44:48 So, proposal - part 1: goals 15:44:50 nirik samba ? 15:44:50 Server will by default store log files locally, and to the maximum extent possible support sending full log data to an external server. For writing to logs, we recommend the syslog or ournal APIs. An API for reading the logs will be provided through OpenLMI. 15:44:51 simo: structured logging is still nice 15:45:14 sgallagh: it still lost when you send it remotely after you grepped it from files ? 15:45:20 nirik: samba at least; individual log files are fairly widespread 15:45:28 journal has a number of advantages, but still has issues too. ;) 15:45:34 I mean if you are aggregating remotely through syslog it doesn't really matter if the stuff is available locally and structured 15:46:53 Well, you still might want to grab the binary journal and use native tools on it 15:47:04 But I can't decide how common I think that will be 15:47:17 Certainly less if we don't support the journal locally 15:47:27 Proposal part 2 - implementation: We will use rsyslog for forwarding data to a central server; Roles are expected to configure their daemons or rsyslog so that Role-generated data is included in the rsyslog stream. At this point we don't commit to having the full data available locally in the jourrnal storage database, but it will be locally available within /var/log in convenient format. 15:47:55 ^^^ is basically saying "we don't know" 15:48:55 sgallagh: (systemctl status) is certainly convenient. OTOH whether it should include the last N transactions for httpd is... rather unclear :) 15:48:56 mitr: Let me try to restate this so I'm sure I understand 15:49:59 mitr: 1) any service that CAN send to the journal, must. 15:50:29 2) The journal will forward to rsyslog for remote transmission 15:50:29 Hm... OpenLMI actually can read only journal/syslog, not all files in /var/log, or can it? 15:50:46 sgallagh: 1) I didn't say that, but probably should have; that's certainly the simplest option. 15:50:46 3) Anything that cannot send to the journal will go directly to rsylog and remote 15:50:55 I mean we could tweak httpd and samba and whatever to send to journal... but I don't know how much work that will be. 15:51:00 2) yes; 3) will go both to some local files, and to rsyslog and remote 15:51:02 and is not expected to be shoehorned into the journal 15:51:08 yes 15:51:40 note that I do not think samba logs should ever sent anywhere, they are more debug logs than anything useful :-) 15:51:48 but whatever :) 15:52:01 yeah, thats another case too... some logs should just not be created by default. ;) 15:54:50 but I think a goal of using journal, but using rsyslog for now where needed makes sense to me. 15:55:43 +1 15:55:47 Proposal v2: 15:55:48 "Server will by default store log files locally, and to the maximum extent possible support sending full log data to an external server. For writing to logs, we recommend the syslog or journal APIs, rather than managing application-specific log files. An API for reading the logs will be provided through OpenLMI. 15:55:51 We will use rsyslog for forwarding data to a central server. Programs using the recommended APIs will have their logs locally stored in the journal database, and automatically forwarded; the other programs should include appropriate configuration for rsyslog so that their log output is included in the rsyslog-forwarded data stream." 15:56:19 mitr: +1 to that phrasing 15:56:30 sure, +1 15:57:03 * sgallagh notes we don't have enough members for approval 15:57:16 I'll update the doc with this phrasing and leave the unapproved tag there 15:57:23 simo: OK with you? 15:57:40 How about "High-volume transaction logs may be considered for exceptional treatment, logging in them in an low-overhead way locally only"? 15:58:02 I have _really_ no idea what is usually done for e.g. the httpd request logs. 15:58:25 Alternatively, let's move on? 15:58:40 mitr: In many cases, people actually just stick /var/log/httpd on an NFS drive :-P 15:58:51 We don't need to get it perfect today, feel free to shut me up 15:59:29 sgallagh: one sec sorry 16:00:05 sgallagh: +1 with me too 16:00:31 #info "Server will by default store log files locally, and to the maximum extent possible support sending full log data to an external server. For writing to logs, we recommend the syslog or journal APIs, rather than managing application-specific log files. An API for reading the logs will be provided through OpenLMI. We will use rsyslog for forwarding data to a central server. Programs using the recommended APIs will have th 16:00:31 eir logs locally stored in the journal database, and automatically forwarded; the other programs should include appropriate configuration for rsyslog so that their log output is included in the rsyslog-forwarded data stream." 16:00:53 #info Doc will be updated but left unapproved until voting 16:00:53 mitr: for http logs in many case people do log aggregation/analysis either locally or remotely and then throw away the full stuff after X time 16:02:23 #topic System Installer 16:02:40 (Next sections I have comments on: Firewall, low-prio on Problem reporting , propose to drop Session tracking, low-prio on Account Handling, low-prio on all the GUI stuff) 16:02:53 #info Updated this section to include note that kickstart (as implemented by pyKickstart and Anaconda) is the supported unattended installation mechanism 16:03:01 That was just for informational purposes. 16:03:08 #topic Firewall 16:03:53 (I'm undecided on the default confinguration of the firewall.) 16:04:03 mitr: In what way? 16:04:31 I feel fairly strongly that roles should not be manipulating the firewall "in its firewall function"; i.e. libvirt might be manipulating bridges and forwarding for VMs, but nothing should be enabling/disabling itself. 16:04:35 allow ssh, deny everything else until the role config says some service is ready to serve, then open it's needs. 16:05:02 well, the role shouldn't, but the configuration tool (cockpit) should based on the roles needs? 16:05:04 sgallagh: Both "allow anything that runs" and "deny everything that runs" by default make some sense to me. 16:05:14 mitr: I think the Role API can do this, not the Role itself. 16:05:20 If that's at all clear... 16:05:32 * nirik is with sgallagh there... 16:05:55 sgallagh: It isn't. I think Server should provide an API for system management tools (cockpit, human admins, scripts, whatever) to manipulate firewalls, but we shouldn't be expecting Roles to do that. 16:05:55 I think the role should be able to say "I need these ports open, may I?" and require admin permission 16:06:19 Roles may say what they need to have open, and mgmt tools may use that information. 16:06:22 sgallagh: yeah, and after they are otherwise configured.. 16:06:32 "May I" would only make sense in an interactive setup context. 16:06:48 ie, "You have finished configuring your freeipa server, would you like to open the firewall and start all the services?" 16:06:52 mitr: Role setup *is* interactive. 16:06:59 Role *installation* isn't. 16:07:14 sgallagh: Great. 16:07:50 mitr: Does that make more sense to you? 16:08:12 And if so, would you like to suggest a phrasing that would have been less confusing? 16:08:42 * sgallagh tries 16:09:50 Proposal: "Server roles will describe what port access they need. The configuration process of a role may prompt the user to adjust the firewall accordingly. Roles, while running, must not manipulate the firewall to enable/disable access to themselves (but may manipulate the firewall if it is their core function, e.g. managing network connectivity for VMs or containers)." 16:09:56 Server Roles must present an API listing the set of firewall behaviors they declare are necessary for proper operation, but does not set these rules implicitly. Administrator action is necessary. 16:10:12 +1 16:10:15 mitr: +1 16:10:26 sgallagh: +1 to yours.as well :) 16:10:50 mitr: I think yours covers mine and phrases it better. 16:12:10 Ok, I'll update the doc with mitr's phrasing 16:12:50 I'll leave in the line about OpenLMI in the future, though 16:13:17 Do we want to say the default operation will be ESTABLISHED+SSH only? 16:13:18 sgallagh: And leave the first paragraph about default configuration as well, please. 16:13:21 Prior to configuration? 16:13:34 Or let's talk about that :) 16:14:30 "The default configuration of the firewall on Fedora Server will be to allow inbound access only to SSH." 16:14:36 Proposal: "The default configuration of the firewall on Fedora Server will be to allow inbound access only to SSH." 16:14:50 ... and cockpit, if that ends up running by default? 16:14:53 well, and all outgoing? 16:15:06 Anyway, "0" I really don't know. 16:15:37 Cloud will be running with firewall disabled, won't it? 16:15:48 mitr: Cockpit operates via SSH tunnel :) 16:16:25 sgallagh: if you have another Server running 16:16:36 mitr: Sorry, you're right. We still need the web port, though 16:16:38 sgallagh: sorry to be jhonny come late 16:16:49 I do not get why role install shouldn't open firewall ports ? 16:16:49 hmm? 16:16:51 This would impact the "first Linux server for testing by a newbie" scenario 16:17:09 simo: Risk for multi-homed servers 16:17:22 Only safe thing to do is ask which interfaces we're allowed to open 16:18:00 simo: What is the firewall protecting against? If every running process opens its own ports, the firewall is essentially equivalent to kernel replying RST to an incoming connection on an unused port. 16:18:05 so in interactive config you have to make complex determinations of what interfaces should be open and ask for each of them ? 16:18:05 mitr: A newbie would hit google and see 'systemctl stop firewalld' and get on with his life... 16:18:30 mitr: install/config != process ask for itself 16:18:38 sgallagh:"find another computer; install putty; log in; then..." 16:18:57 mitr: I don't follow you, sorry 16:19:00 simo: Sorry, the proposed wording does allow interactive dialogs on role _installation_. 16:19:12 yes but it seem complex to me 16:19:22 the qustion should just be: can i poke the firewall ? yes/no 16:19:32 simo: I'm actually leaning towards the orignal proposal, i.e. firewall is open by default. 16:19:35 if you have multihomed and say 'yes' you get what you asked for 16:19:42 I'd like to leave the UX decision to someone else 16:19:54 I'd rather we just agree that *technically* we want a decision to be made 16:19:59 As opposed to being made *for* you 16:20:00 mitr: I am completely contrary to running a firewall that firewalls nothing :) 16:20:02 if you say no tho, it would be nice to know what you need to manually add to your custom fw 16:20:03 simo: I think such as yes/no is what the proposed wording allows. 16:20:20 nirik: right 16:20:22 simo: How about running a firewall API that also may be a firewall? :) 16:20:35 sgallagh: the *only* reason freeipa does not open its ports, it is because it is too hard to code up with iptable 16:20:45 nirik: The proposed wording is already asking for that. 16:20:49 sgallagh: once we can give firewalld for granted we will just proceed and open the ports for you 16:20:53 simo: It's trivial with firewalld :) 16:21:01 sgallagh: I do not understand what's the point of asking 16:21:19 the service may not yet be configured? 16:21:31 sgallagh: should we also ask at the end of config/install: "congrats now that you nstalled do you *really* want to run it?" 16:22:01 nirik: read configure-script-run 16:23:31 nirik: when you run ipa-server-install you have it ready and runnig 16:23:35 what is the point to even ask if you want to poke the firewall ? 16:23:37 simo: ipa is kind of special in that you always want it to be fully accessible 16:23:38 *of course* I want to poke it, I installed *and* configured a network role! 16:23:39 Not necessarily 16:23:39 you may also want to start things and test locally before opening firewall? 16:23:42 simo: Think httpd, where it might make sense to open it for a subnet, do some penetration testing, and then open to the whole world. (... might e an unusual case) 16:23:43 mitr: ok but then we need to acknowledge that roles *themselves* determine if they need to ask 16:23:43 not a general rule 16:23:46 I disagree 16:23:46 nirik: seriously ? no 16:23:48 sgallagh: ok you get -1 16:23:48 They should always ask, and we can special-case some of them to say yes 16:23:48 let's move on 16:24:46 simo: How about this: 16:24:48 If there is more than one public interface on the system (handwavy bonding), then we ask 16:24:48 simo: I think what would make sense is either 1) firewall off by default, roles don't touch it, admins that want to do something different enable firewall first, then set up roles, or 2) firewall on by default, and then we need a reasonable UI that makes it easy to allow the firewall 16:24:49 If there's only one public interface, assume it's okay to open 16:25:48 morning 16:25:49 adamw: Hello! 16:25:51 (We're at quorum!) 16:25:57 sgallagh: I do not think single/multiple interface matters tbh 16:25:58 sgallagh: A good heuristic for making the right decision, might be confusing to the admin ("but I tested this and the firewall was on!") 16:25:58 some service you must always ask 16:25:59 database for example 16:26:00 because it could be fully local 16:26:22 some others it makes little sense 16:26:22 domain controller 16:26:40 and defaulting to opening on install makes sense 16:26:40 the admin can always close it down 16:26:48 s/install/setup/ but I suppose I can see that argument 16:26:54 Re-proposal: by default, ssh open, others closed 16:26:55 so I propose each single role determines the policy 16:26:55 (Rationale; we have little time, and this is the F20 default; we don't strictly need to decide on a better design today, it doesn't affect Role implementation in any case) 16:27:02 We certainly want to make sure we have an interface that displays clearly what's open 16:27:19 sgallagh: yes sorry by install here I mean exactly "role setup" 16:27:23 simo: Strongly -1 on roles deciding for themselves 16:27:23 certainly *not* rpm install 16:27:36 simo: Would you mind starting a discussion thread on this? 16:27:48 mitr: it totally affect role implementation or I wouldn;t care 16:27:48 I think we clearly need to hash this out with a wider audience 16:28:25 simo: We ask the role to list ports that it needs; whether they would be open by default or open by interactive UI or closed by default is something that only the role setup code needs to know. 16:28:33 mitr: I think you are still confused about role doing itself means program opens firewall at startup, which is not what I am proposing 16:28:54 mitr: we are talking about role setup here 16:29:08 simo: No, even at role setup time, the role shouldn't have a say. The admin should know what to expect when installing a role they haven't seen before. 16:29:15 and you are telling me exactly what I proposed after you said -1 :-) 16:29:25 mitr: ah no then we do not agree 16:29:36 we are here to make things uable 16:29:39 *usable 16:29:40 sgallagh: i think we're not technically at quorum until i have a coffee 16:29:44 what are we arguing about? 16:29:47 usability means *things work* after I runs etup 16:29:55 adamw: firewall behavior wrt roles 16:30:12 * sgallagh suggests that adamw may want a whole pot for this 16:31:03 simo: I _would_ see a good case for disabling the firewall by default at all; I can well live with having the firewall enabled, and having a "yes I'm OK with that" step during role setup. Having a silent role install and not knowing whether the service is accessible by the time setup finishes doesn't work for me. 16:31:18 Unpredictability is not usable. 16:31:39 mitr: and simo's argument is that if you install/configure a role, it should ALWAYS be available 16:31:46 Punching holes in the firewall where necessary 16:32:02 sgallagh: That's just a high-overhead way to disable a firewall 16:32:48 eh... the default firewall config in F20 is DROP, whereas if the firewall is up, doesn't it become REJECT? 16:33:00 err, "firewall is down" 16:33:35 REJECT at least tells you there's a machine at that address to start nmapping 16:33:45 I don't think drop/reject matters much 16:33:58 You can always map port 22 16:34:10 fair 16:35:09 Let's assume for the moment that (regardless of value) there is a sizeable chunk of the population that would balk at the firewall not being enabled by default. 16:35:21 (Because this is likely true) 16:35:46 are we agreed that, at least, roles should be accessible once configured? 16:35:56 (without manual firewall configuration) 16:36:13 what does accessable mean there? 16:36:13 adamw: I don't have a strong opinion 16:36:35 remote? local? both? 16:36:48 nirik: well, in this context, "not blocked by firewall"... 16:36:50 adamw: There are problematic roles 16:36:55 sgallagh: Right, with that assumption, auto-punching holes is a practical thing to do - stomach-turning but practical 16:36:58 sgallagh: I think DROP is a stupid configuration we shouldn't use it by default 16:37:02 e.g. A Database Server may only be needed locally 16:37:08 true. 16:37:13 yeah. 16:37:13 A File Server may only want to be available on some interfaces 16:37:47 sgallagh: that's why each role need to be allow to choose how to behave wrt firewall punching IMO 16:37:49 So the way I see it, we have two choices 16:37:53 DC will probably auto open 16:38:00 database almost certainly will *ask* 16:38:21 other roles may not even ask and assume *local* use by default 16:38:26 1) Default to allowing roles to punch through all interfaces and make sure the admin has an easy way to close it up again 16:38:31 database we may even decide not to ask and assume local by default 16:38:34 2) Require the roles to ask for permission 16:38:51 sgallagh: -1 and -1 16:39:06 proposal: roles determine the best default policy ro firewall puncing 16:39:07 per-role behaviour seems reasonable, but it should be based on some kind of product policy, not just up to whim of an individual role maintainer or something 16:39:11 Either way, I think we need the Roles to have an API that describes what firewall holes they want and currently have, so we can present that 16:39:19 (Either during the configuration or after the fact) 16:39:25 role APIs will allow admins to affect default policy and query status 16:39:59 simo: Ok, even with that proposal, I think the most important piece here is the API I just described 16:40:11 Because whatever default the Role would choose, the admin needs an easy override 16:40:32 sgallagh: yes imo role api should be able to be told: "install (use role default policy)" or "install (no poking firewall)" 16:40:32 if a role just makes no sense for local-only use, it must be unblocked, we can't just have it blocked 'for security!' as in current situation 16:40:37 Ideally simpler than the complete Firewall view. I should be able to look at a role's status and understand immediately whether it's open 16:40:44 sgallagh: Either disable firewall by default, or 2) 16:40:47 or install (poke firewall this is a pubblic service)" 16:41:22 sgallagh: I agree 16:41:30 role has default 16:41:32 Let me try another proposal 16:41:36 admin can override at setup time 16:41:43 I'm coming around to simo's point here 16:41:46 admin should be able to query/change after setup 16:42:13 (Ideally the firewall API and role setup API should be decoupled, so that one can set the filrewall up in the desired state before setting up and starting the role; whether specific UIs expose that would be up to them) 16:42:16 mitr: disable firewall by default is not ok, we've already got plenty feedback about that 16:42:48 simo: I'm in a pedantic mood today and I'm not inclined to make "enable firewall by default but punch all holes" the default choice. 16:42:54 mitr: you can always "systemctld disable firewalld.service :-) 16:43:13 I recognize we may need to support that, but it really is revolting. 16:43:13 mitr: it is not, you are being a little bit obtuse now if I may :) 16:43:28 Proposal: On a pristine system, the only open incoming port is SSH. When Roles are deployed, they may elect to open one or more ports based on the most likely need. Roles *must* provide an interface that describes which ports they want open and which ones they currently have opened. The admin must be able to easily modify this configuration. 16:43:51 sgallagh: +1 16:44:15 sgallagh: -1. User should know what to expect when installing a Role. 16:44:30 mitr: ok let me get a little bit upset now 16:44:36 mitr: What they should expect is that the Role works. 16:44:45 mitr: if I install a domain controller, do you expect it to be operationl when I finish the setup ? 16:44:47 It's up to the Role designers to say whether that means a port is open 16:44:48 mitr: i agree with simo. there's a significant difference between 'no firewall' and 'firewall but with hole punching for all services deployed by a well-understood central configuration mechanism'. 16:44:52 (I will go with the majority even if it's not 5 votes, I don't want us to be blocked on this) 16:45:35 broadly +1, i'd like a bit more policy around the 'may'. 16:45:35 adamw: That difference is "you got owned and a php script has opened a root shell port - because it is stupid and hasn't instead connected to a remote command center" AFAICT 16:45:55 mitr: i can't parse that at all. 16:46:07 the php script shouldn't be able to do that... 16:46:14 simo: I agree with that expectation, so let's disable the firewall/ coinfigure it not to reject anything by default and stop the charade 16:46:36 mitr: that is just stupid 16:46:40 no-one seems to agree with you that it's a 'charade'. 16:46:43 adamw: On a non-compromised system, what else but deployed services is there? 16:46:56 mitr: the reason the firewall is up is that you do not want random JOE user to create a listening daemon on port 12345 16:47:01 mitr: services deployed outside of the role mechanism, for instance? 16:47:09 random joe cannot install roles though 16:47:11 * nirik thinks we are in the weeds. Perhaps move this to list and see if there's any other topics we should try and get to today now? 16:47:11 mitr: systemd, notoriously, contains a web server. 16:47:25 simo: Do we expect "multi-user Linux shell system" to at all become a role? 16:47:27 and yes, services deployed by a non-admin user in some way. 16:47:31 mitr: YEs 16:47:31 As I said, I'll go with the majority here, let's not waste time on this... 16:47:40 It seems like making sure deployed services are /intentionally/ deployed would be a more productive discussion to have than arguing about whether deployed services should be firewalled or not. 16:47:48 "bastion host" is clearly a role that would make sense 16:47:57 it would have pretty tight configuration 16:48:07 except with your proposal it would be a hole 16:48:19 Wouldn't a VPN server be a more common thing nowadays? 16:48:25 taht too 16:48:46 but lot's of people regard ssh as good 16:48:58 especially in open infrastructures like ... fedora infra ? 16:49:03 any other votes? 16:49:30 pjones: role setup is always intentional 16:49:52 adamw: BTW, if the "may" was supplemented by "default port openings must be approved by the Server WG", would that suffice? 16:50:09 sgallagh:+1 to that from me 16:50:18 sgallagh: eh, i'd like it just to be a policy, not explicit approval for everything. but sure. you can count me as a +1 already. 16:50:23 I do not want a free pass for roles 16:50:36 I just want role setup to be meaningful and give a working product 16:50:42 pjones: right, as simo said, the whole 'role' thing is kind of about that. we are not expecting that anyone is going to be able to accidentally deploy a role. 16:50:45 adamw: Roles are going to be few. I think it just becomes part of the official process of promoting them to official 16:51:09 sgallagh: just count me as +1. :P 16:51:21 sgallagh: at least official roles 16:51:29 simo: Right 16:51:38 but this mechanism would be great for "unofficial roles" too once we have an API of sorts 16:51:46 * sgallagh nods 16:52:26 ok, I have a hard stop in seven minutes. 16:52:49 We don't have a consensus here, so I'm going to ask either simo or mitr to start a mailing list thread, please 16:53:30 sgallagh: Just use the majority opinion in the document 16:53:39 mitr: Ok 16:54:16 It should be up to me tho start the thread I suppose, but I can't allocate much time for it in the near future - and I can live with that opinion even if I don't like it. 16:54:18 iirc, the typical 'quorum' rules are that, if you're using a quorum system, a majority of voting members present at a vote is sufficient to pass it. 16:54:33 e.g. if we have a quorum of 5, and 5 people present, 3 votes are sufficient to pass. 16:54:41 i don't know if we've written our rules down anywhere, though. 16:54:58 adamw: https://fedoraproject.org/wiki/Server/Governance_Charter says "5" 16:55:03 I think we discussed in the past we want always simple majority 16:55:09 right 16:55:34 ah, OK. 16:55:40 sgallagh: anything 'light' we can go through in 5 min ? 16:56:15 Not likely. 16:56:25 Proposal: drop "session tracking" rationale: don't expect multi-user sessions to be an important case so that we need to enshrine an API for this 16:56:25 Shall we formally request additional time from FESCo? 16:56:37 I don't think it's likely that we'll be ready on Monday... 16:58:03 mitr: +1. I mostly copied that from Workstation without thinking about it too hard. 16:58:03 proposal: Drop accountservice reference; rationale: Server doesn't need any of the additional accountservice-provided fields 16:59:34 +1 and +1 16:59:35 we might want to do something in future, but now we shouldn;t waste time on this 16:59:35 +1 to the accountsservice as well 16:59:35 Proposal: drop "vision-impaired on the console" commitment to support rare devices, assume a Workstatiion with a good accessibility support instead 16:59:35 ... and I think that's all I have for now. 17:00:11 +1 to dropping accountsservice 17:00:11 I added that one (vision-impaired) at simo's recommendation 17:00:11 i'm kinda +1 to that t oo 17:00:11 mitr: -1 to the last one 17:00:11 a11y is awesome 17:00:13 well let's say i'm interested 17:00:13 if you are vision impaired and the network interface is down having a workstation is useless 17:00:13 simo, adamw: Do we do any testing with a11y hardware right now? 17:00:13 simo: how strong a commitment do we have to supporting the stuff we write about? 17:00:13 adamw: best effort 17:00:42 desktop is coming from a position of relative strength: they have an a11y framework that's very mature 17:00:44 i'm at least not aware that we have something like that for console 17:00:48 simo: then it seems questionable to write something that's 'best effort' into our spec unless we're going to throw resources at it somehow 17:00:48 adamw: I know, I just think we should have at least 1 known config that can be used (locally) not via network 17:00:50 adamw: brltty has existed for a long time, but no idea whether it even works 17:00:51 adamw: uhmm 17:01:25 mitr: right. i mean, if we're okay with writing it into the spec and just saying 'that means it's there; we have no idea if it works'... 17:01:25 adamw: maybe we can get away with saying: "install the desktop components on the server for now" 17:01:47 although, how do you get to install them ... 17:01:47 simo: can't we just leave it out of the spec, but include the bits? 17:01:59 ok 17:02:00 let's drop it 17:02:08 message being "it's there, but we're not pretending we can 100% support it" 17:02:18 +1 drop 17:02:21 or explicitly write into the spec that we're providing it but not yet in a position to guarantee its functionality, or something 17:02:23 it would be nice though if we can get someone with hw to help make it a future feature 17:02:28 sure 17:02:43 simo: Sure, if that happens, we can add it to the spec then 17:02:44 ack 17:02:50 Note that "Accessibility support in the optional graphical environment will be aligned with the Fedora Workstation offering. " would still stay with my proposal, just not the promise to have something for the console 17:02:51 +1 to drop for the record 17:02:54 SUSE ALERT! SUSE ALERT! ACTIVATE DEFENCES! 17:02:56 :P 17:03:12 * sgallagh blinks 17:03:14 rotfl 17:03:21 brockmeier just came in :) 17:03:27 took a while for me to understand what that was about 17:03:31 and on this note I thank you all but I have to go 17:03:35 * sgallagh suppresses join/part 17:03:38 Wait 17:03:45 One last thing: shall we formally request more time? 17:03:46 ... and with that, I'd be actually fine with submitting this to FESCo (as a partial document, missing the actual Role API and whether cockpit runs by default) 17:03:46 * simo waits 17:04:05 sgallagh: how many items are lef or w/o quorum ? 17:04:21 do we in fact need more time? iirc, what fesco wants is enough to work on scheduling 17:04:25 Well, we might be able to wrangle a whole-doc vote, I guess 17:04:30 does what we have so far provide enough information for that? 17:04:38 Ok, I'll clean up the changes we made today and call for a vote in time for Monday. 17:04:47 these documents are not set in stone 17:04:56 if something changes slightly will fesco care ? 17:04:58 I think it would be good to get it to fesco early, even if we are still working on it. 17:05:04 #topic Closing Remarks 17:05:11 adamw: THe scheduling-important parts are the new development efforts like role API, which is exactly what we haven't talked about 17:05:29 #action sgallagh to fix up the draft and call for a vote by Monday. 17:05:44 mitr: true... 17:05:53 mitr: FWIW, I had several conversations with the Cockpit folks this week 17:06:00 mitr: though, i mean, what extra concrete info is the spec going to provide there? 17:06:04 They're agreed to writing at least the first role example with us 17:06:16 And believe they can deliver that by September. 17:06:29 we at least broadly know the roles are going to be Cockpit and we're going to need an API to be written. is the spec going to provide any more useful detail in terms of estimating a timeframe for that to happen? eh. anyway. 17:06:41 August would be pushing our luck, but it looks likely that we'll end up in October anyway 17:06:41 adamw: Better idea of the scope. I'm notoriously bad on time estimates, so it wouldn't help _me_ :) 17:06:47 =) 17:06:56 mitr: my rule of estimates is to take whatever the developer says and tripe it 17:06:58 triple* 17:07:06 I think "tripe" was accurate. 17:07:36 Anyway, given that I actually have an estimate on that part from the people most involved with implementing it, I think we're in decent shape tehre 17:07:57 adamw: I trpe it and get trite, often even contrite after a while 17:08:06 trippy 17:08:20 a troupe of developers will of course trip on the tripwire of the deadline 17:08:20 Ok, anything further to discuss today? 17:08:33 for me the big unknowns are: api, dbus listenerthing for api, and how exactly roles will be set (if rpm, then how and what dirs, etc). But we are making progress. 17:08:37 someone tell the barman to cut simo off 17:08:43 sgallagh: i think i'm good 17:08:55 nirik: yeah, role deployment seems like a biggy. 17:09:02 adamw: a trappist beer for me, it's beer'o'clock (somewhere anyway) 17:09:30 Here! 17:09:31 nirik: some of these things will only be discovered in time I guess 17:09:45 mitr: yes, thank you for sticking it out late again 17:09:46 mitr: ah right 17:09:55 have a good beer^Wweekend 17:11:43 #endmeeting