Greg greg
  • Joined on 2018-11-05
greg closed pull request kosmos/chef#119 2019-12-27 15:32:14 +00:00
Use MIT as default cookbook license
greg pushed to master at kosmos/chef 2019-12-27 15:32:14 +00:00
484f1306da Merge branch 'chore/default_license' of kosmos/chef into master
d029ee91be Move the generate options to config.rb at the root of the repo
8d78d41af7 Use MIT as default cookbook license
Compare 3 commits »
greg merged pull request kosmos/chef#119 2019-12-27 15:32:14 +00:00
Use MIT as default cookbook license
greg commented on issue kosmos/chef#119 2019-12-27 10:41:31 +00:00
Use MIT as default cookbook license

I found a way to make it work (d029ee91be), but it wasn't easy as this is undocumented and only works with a config.rb file at the root of the repo, not at the usual locations. I have asked in the issue about this being documented if I should create a new issue about it: https://github.com/chef/chef-cli/issues/54#issuecomment-569243112

greg pushed to chore/default_license at kosmos/chef 2019-12-27 10:36:01 +00:00
d029ee91be Move the generate options to config.rb at the root of the repo
greg closed pull request kosmos/chef#115 2019-12-23 17:50:22 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)
greg merged pull request kosmos/chef#115 2019-12-23 17:50:22 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)
greg pushed to master at kosmos/chef 2019-12-23 17:50:22 +00:00
7fd558215d Merge branch 'feature/107-ldap_server' of kosmos/chef into master
9828b867ba Disable anonymous binds
0a96c31e12 Add initial LDAP documentation
1240ed9da8 Move the dirsrv cert generation to a certbot deploy hook
0d192f536f Add the empty nginx vhost template
Compare 15 commits »
greg commented on issue kosmos/gitea.kosmos.org#41 2019-12-23 15:48:16 +00:00
WIP: StatefulSet config for gitea-server

Good idea, I think scheduling gitea-server pods/replicas on the same node should fit with our current nodes, but we'll have to try to be sure

greg merged pull request kosmos/chef#118 2019-12-20 16:09:13 +00:00
Wiki file uploads and permissions
greg pushed to master at kosmos/chef 2019-12-20 16:09:13 +00:00
f3a711ccfe Merge branch 'feature/mediawiki_file_uploads' of kosmos/chef into master
11c7019bfa Fix thumbnails not working for larger SVGs
2358ed00db Fix wiki permissions
cbfb760787 Increase wiki file upload size limit
2158e1d4bf Allow SVG file uploads
Compare 5 commits »
greg closed pull request kosmos/chef#118 2019-12-20 16:09:13 +00:00
Wiki file uploads and permissions
greg commented on issue kosmos/chef#118 2019-12-20 16:08:52 +00:00
Wiki file uploads and permissions

I missed this one, LGTM

greg commented on issue kosmos/chef#119 2019-12-20 15:56:05 +00:00
Use MIT as default cookbook license

I gave this a try, I know this used to be the way to set the defaults for the cookbook generate. The docs say that is still the case, but they are using default values when I use chef generate cookbook COOKBOOK_NAME. Figuring it out

greg pushed to feature/107-ldap_server at kosmos/chef 2019-12-20 15:46:39 +00:00
9828b867ba Disable anonymous binds
greg commented on issue kosmos/chef#115 2019-12-20 15:45:35 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I have set nsslapd-allow-anonymous-access: off on barnard, pushing the code changes

greg commented on issue kosmos/chef#115 2019-12-20 15:35:28 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

I got it, passing the empty unquoted variable as a password is the same as doing this:

greg commented on issue kosmos/chef#115 2019-12-19 21:55:23 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

By actual results I mean this part:

greg commented on issue kosmos/chef#115 2019-12-19 15:49:35 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

Thanks, I can reproduce that on barnard. The search does not return actual results with that empty password variable, but it is successful, unlike with an empty/wrong password, or without a -w switch. It does not look like it is a problem since no results are returned on local requests without the correct password

greg commented on issue kosmos/chef#115 2019-12-10 14:36:59 +00:00
Cookbook to deploy a LDAP server (389 Directory Server)

@raucao I don't understand how you can get search results without the correct admin password. With an incorrect password I get ldap_bind: Invalid credentials (49) and with an empty one: