fedora-infra / supybot-fedora

Fedora plugin for Supybot
20 stars 23 forks source link

Add support for Fasjson #71

Closed ryanlerch closed 3 years ago

abompard commented 3 years ago

Hmm, so you're running kinit before starting the service? While it may work, that's not how applications should be configured to setup Kerberos (as the kinit ticket will expire a day after), this document explain how it should be done. I'm interested in feedback if it does not work.

ryanlerch commented 3 years ago

Hmm, so you're running kinit before starting the service? While it may work, that's not how applications should be configured to setup Kerberos (as the kinit ticket will expire a day after), this document explain how it should be done. I'm interested in feedback if it does not work.

Yeah, that is how i set it up for the devel vagrant box, rather than setting up keytabs. I figured that you have to restart the service when making a change anyway, so it'll just automatically refresh the ticket then.

Of course, this is not how to set it up in prod LOL.

ryanlerch commented 3 years ago

Hmm, so you're running kinit before starting the service? While it may work, that's not how applications should be configured to setup Kerberos (as the kinit ticket will expire a day after), this document explain how it should be done. I'm interested in feedback if it does not work.

I have also updated that commit to use the keytabs, rather than the dodgy kinit dance i was doing previously.