Re: Podman - Guacamole

2024-09-23 Thread Oliver, Dario N
Hi Roberto, You should follow the instructions posted at https://guacamole.apache.org/doc/gug/guacamole-docker.html#saml-authentication for configuring your container with the SAML settings (regardless of if you are using podman, you can set the same environment variables in the container for

Re: Changing guacadmin password

2024-08-14 Thread Oliver, Dario N
I use this API wrapper to update passwords over the Guacamole API Pip Package: https://pypi.org/project/guacamole-api-wrapper/ GitLab Repo: https://gitlab.com/gacybercenter/open/guacamole-api-wrapper This will be some pseudo-code to do it: """ This script updates the password of a user in Apache

Re: guacd and guac-client in different hosts

2024-04-23 Thread Oliver, Dario N
Hi! I want to expand a little bit on this idea. My intention is to run the client in a centralized location (e.g. the cloud), and have multiple daemons deployed in remote locations, with the hosts in a location not accessible over the internet. For example, to connect to a host in a given locat

Re: SAML + Docker/Nginix Proxy Issue

2024-03-11 Thread Oliver, Dario N
Hi! I have a very similar setup, and for me it was a combination of thigs (nginx configs, saml configs, etc). This is a part of my guacamole setup in compose for reference: initdb: image: docker.io/guacamole/guacamole:1.5.3 user: root command: bash -c "/opt/guacamole/bin/initdb.sh -

Re: Fw: Using SAML Authentication behind a Reverse Proxy (nginx)

2024-02-14 Thread Oliver, Dario N
2:10 AM Oliver, Dario N mailto:dario.n.oli...@intel.com>> wrote: Hi! Note: I posted a similar topic some time ago, but that one was to use Guacamole behind a Proxy Server. This time, the issue is behind a Reverse Proxy. I am using the Guacamole DockerHub image, behind an Nginx pro

Fw: Using SAML Authentication behind a Reverse Proxy (nginx)

2024-01-29 Thread Oliver, Dario N
Hi! Note: I posted a similar topic some time ago, but that one was to use Guacamole behind a Proxy Server. This time, the issue is behind a Reverse Proxy. I am using the Guacamole DockerHub image, behind an Nginx proxy, as documented in https://guacamole.apache.org/doc/gug/reverse-proxy.html#ng

Re: Using SAML Authentication behind proxy

2023-10-27 Thread Oliver, Dario N
lue needs to be unquoted. Thank you so much! From: Michael Jumper Sent: Friday, October 13, 2023 2:22 PM To: user@guacamole.apache.org Subject: Re: Using SAML Authentication behind proxy On 10/13/2023 12:10 PM, Oliver, Dario N wrote: > Hi, > > I a

Using SAML Authentication behind proxy

2023-10-13 Thread Oliver, Dario N
Hi, I am using Guacamole with Docker and enabled the SAML extension for authentication. When I am in a proxied network, I can’t make the SAML extension to fetch the SAML_IDP_METADATA file that is externally hosted. I tried setting JAVA_OPTS and CATALINA_OPTS with the proxy configuration but

Re: [tboot-devel] Tboot on Intel NUC8i7HVK and Fedora 33

2021-03-24 Thread Oliver, Dario N
Hi Lukasz, I am having some problems to get that custom grub running with Secure Boot. I am using an Hyper-V VM with Fedora 33 to test this, after having to reinstall the OS twice in my NUC. I guess the end result will be the same in the VM and the NUC without TXT support. My build instructions

Re: [tboot-devel] Tboot on Intel NUC8i7HVK and Fedora 33

2021-03-19 Thread Oliver, Dario N
I am in for testing the 2.x branch with Secure Boot support. Run into a couple of issues while building: 1. make world fails because of missing README file (it should be README.md?) 2. generated 20_linux_tboot still say tboot version is 1.9.12 (tboot_version="1.9.12") Anyways, this Dockerfile ge

[tboot-devel] Tboot on Intel NUC8i7HVK and Fedora 33

2021-03-18 Thread Oliver, Dario N
Hello! I recently went over the experience of installing, configuring and running tboot, and I want to document my experience in this thread and ask some questions. My setup consists on the following: 1. Intel NUC8i7HVK 2. Linux Kernel 5.8.15 3. tboot-1.9.11-2.fc33.x86_64 My first step was to