EOSXD fixes
Hi, I've done a couple of fixes to the EOS chart to allow us to use oAuth in our SWAN k8s:
- Made the sss keytab configurable and with mode 0400 (otherwise EOS doesn't take it)
- Also made
sss = 1
, as this is the default value - I still use the default keytab that gets installed with EOS. If this chart is only deployed at CERN, I think we should set the value to the proper
eosnobody
keytab. Otherwise, it will have to be configured by everyone wanting to use oAuth with EOS.
- Also made
- Changed the configuration of "global" values
- Previously, it was not generating a valid JSON file because it had extra
,
on the last elements - Tell me if this change is a merge blocker
- Previously, it was not generating a valid JSON file because it had extra
- Added the
hide-versions
config.- We use it to list file versions, but values.yaml has the default value (we will change in our config)