The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

OpenVPN with pipelines

Abdoulaye Tandian
May 7, 2019

11

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 9, 2019

Hi @Abdoulaye Tandian

I see your description was edited and now there is just a number there.

Is your problem solved already?

Abdoulaye Tandian
May 16, 2019

No  , 

I'd like to know if it is possible to implement openvpn in pipeline ? 

i need it to acces to my client . 

What i have tried : 

pipelines:
default:
- step:
     script:

       - apk update 
       - apk upgrade 
       - apk --no-cache --no-progress add bash curl ip6tables iptables openvpn shadow tini sudo
       - adduser --system --no-create-home vpn
       - addgroup -S vpn
       - mkdir /dev/net
       - mknod /dev/net/tun c 10 200
       - chmod 666 /dev/net/tun
       - cp cloud.conf /etc/openvpn/
       - sudo openvpn --config /etc/openvpn/cloud.conf



the problem remain : 

Thu May 16 10:44:15 2019 ERROR: Cannot ioctl TUNSETIFF tun0: Operation not permitted (errno=1)
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 16, 2019

Hi @Abdoulaye Tandian

I guess I don't have good news for you on this one.

Due to security reasons, Pipelines does not allow some special settings which prevent the use of OpenVPN. This was already discussed in this post:

Philip is one of our developers. He shared an enhancement request already tracked in our system:

And a survey where more information could be collected so they can better evaluate and prioritize this issue among others.

The only option we have now is to leave comments on that enhancement request, fill the survey requested by Philip and wait.

TAGS
AUG Leaders

Atlassian Community Events