[Freeipa-users] Re: FreeIPA running in Kubernetes

2023-10-27 Thread Jay Smith via FreeIPA-users
That's my approach for a deployment in kubernetes but the container doesn't start at all. I try to get it running in a KinD. apiVersion: apps/v1 kind: Deployment metadata: name: freeipa-server spec: selector: matchLabels: app: freeipa template: metadata: labels:

[Freeipa-users] Re: FreeIPA running in Kubernetes

2023-10-27 Thread Rob Crittenden via FreeIPA-users
Jay Smith via FreeIPA-users wrote: > It is possible to run FreeIPA in a Kubernetes cluster as a Pod? > If Yes. It is a good idea? > > I'm new in Kubernetes. I'm currently running FreeIPA as a docker container > and it's working very well. The problem in K8s is, there's no fix IP address > and

[Freeipa-users] FreeIPA running in Kubernetes

2023-10-27 Thread Jay Smith via FreeIPA-users
It is possible to run FreeIPA in a Kubernetes cluster as a Pod? If Yes. It is a good idea? I'm new in Kubernetes. I'm currently running FreeIPA as a docker container and it's working very well. The problem in K8s is, there's no fix IP address and the privileged permission could be a problem.

[Freeipa-users] Re: unable to Authenticate users from Ubuntu Desktops

2023-10-27 Thread Rob Crittenden via FreeIPA-users
md tabrez via FreeIPA-users wrote: > Hi Everyone, > got an issue with our ipa server, users cannot login into > there ipa account. > > failed to initialize credentials using keytab [MEMORY:/ETC/KRB5.KEYTAB]: > cannot contact any kdc for realm 'ABC.COM' unable to create

[Freeipa-users] Re: Web UI thinks PEM-encoded CSR is Base64

2023-10-27 Thread Ian Pilcher via FreeIPA-users
On 10/27/23 10:05, Ian Pilcher wrote: I am attempting to generate a host certificate, but the FreeIPA web interface will not accept the PEM-encoded CSR.  I am receiving the following error:   IPA Error 4015: Base64DecodeError   Base64 decoding failed: Incorrect padding The CSR is in PEM

[Freeipa-users] Web UI thinks PEM-encoded CSR is Base64

2023-10-27 Thread Ian Pilcher via FreeIPA-users
I am attempting to generate a host certificate, but the FreeIPA web interface will not accept the PEM-encoded CSR. I am receiving the following error: IPA Error 4015: Base64DecodeError Base64 decoding failed: Incorrect padding The CSR is in PEM format, rather than Base64: -BEGIN