Trying to make an Architecture Schema

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
HKroll
Posts: 12
Joined: Thu Jan 16, 2020 8:25 am

Trying to make an Architecture Schema

Post by HKroll » Thu Mar 25, 2021 1:42 pm

Hi,
My company is migrating several programs/databases (including Vault) to a new server. As part of this process, they're requesting that I provide them with an architecture schema. I've never done this before - is there a resource or template available that is specific to Vault?

I tried looking up the ports an protocols being used by using the Windows 10 Netstat -ano command, but I couldn't find the process ID for Vault in the list (I was referencing the Task Manager for the process ID). Do you know what I might be doing wrong? Or is there a better way to do this?

I've attached the architecture template I was provided. Any help would be appreciated.
Capture.PNG
Company template
Capture.PNG (52.03 KiB) Viewed 11552 times
Capture2.PNG
My best guess so far
Capture2.PNG (13.15 KiB) Viewed 11552 times
Thanks!

Tonya
Posts: 862
Joined: Thu Jan 20, 2005 1:47 pm
Location: SourceGear

Re: Trying to make an Architecture Schema

Post by Tonya » Thu Mar 25, 2021 3:34 pm

The Vault Server works as a normal web service through a single IIS installation. The server also has a connection to SQL Server.

You will likely be able to locate images on the internet in regards to how a web service works (by default over port 80 with HTTP or port 443 with HTTPS) and how a instance connects to SQL Server.

The admin portion is incorrect, the Admin is in a browser and connects only to the server. There are no external connection directly to the Vault related databases within SQL Server. All communications (admin and client) flow through the Vault Server on IIS.

Thanks,

Tonya

HKroll
Posts: 12
Joined: Thu Jan 16, 2020 8:25 am

Re: Trying to make an Architecture Schema

Post by HKroll » Thu Mar 25, 2021 3:39 pm

Thanks for your help!
Thanks!

HKroll
Posts: 12
Joined: Thu Jan 16, 2020 8:25 am

Re: Trying to make an Architecture Schema

Post by HKroll » Tue Apr 06, 2021 10:32 am

One more question: Does Vault use any multicast/udp protocols?
Thanks!

Tonya
Posts: 862
Joined: Thu Jan 20, 2005 1:47 pm
Location: SourceGear

Re: Trying to make an Architecture Schema

Post by Tonya » Tue Apr 06, 2021 10:59 am

No, only HTTP/HTTPs over TCP.

Tonya

HKroll
Posts: 12
Joined: Thu Jan 16, 2020 8:25 am

Re: Trying to make an Architecture Schema

Post by HKroll » Wed Apr 07, 2021 6:29 am

Thanks again!
Thanks!

Post Reply