Bake in .anyconnect_global preferences
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 00:24:43 +00:00
parent 6a04bd911a
commit a4c3f0bd9a
2 changed files with 20 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ RUN tar -xzf /tmp/cisco-userdata.tar.gz -C /root && \
COPY vpn-sso.sh /root/vpn-sso.sh
RUN chmod +x /root/vpn-sso.sh
# Copy AnyConnect preferences
COPY .anyconnect_global /opt/cisco/secureclient/vpn/.anyconnect_global
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh