Multi-depot

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
hasop
Messages: 44
Registration: December 13, 2017 - 10:31

December 18, 2017 - 4:44 PM

Hello,

The documentation (https://www.wapt.fr/fr/doc/Multi-depot/index.html) indicates that it's possible to create a multi-repository to, for example, differentiate between free and licensed software.

However, I don't see the configuration details for making only the free software repository visible to the user. Is there any additional documentation available?

Thank you in advance.
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
User avatar
agauvrit
WAPT Expert
Messages: 238
Registration: Nov 17, 2016 - 10:25
Location: Nantes
Contact :

December 18, 2017 - 5:19 PM

Good morning,

We are currently rewriting the documentation; the updated version is here: https://www.wapt.fr/fr/doc-1.5/Replicat ... index.html

It is possible to differentiate between the deposits:
  • General software repository
  • Microsoft Software Repository
  • Adobe Software Repository
  • Software deposit under other licenses (AutoDesk/Dassault Systems/etc.)
  • etc..
Adding these repositories to agent configurations is easily done using a WAPT package, following the example of this package: https://store.wapt.fr/package_details?p ... 6_all.wapt

Package visibility filtering by user group, based on Active Directory security groups, is only available in version Enterprise from WAPT.

Sincerely,

Alexander
hasop
Messages: 44
Registration: December 13, 2017 - 10:31

December 18, 2017 - 5:43 PM

Thank you for your feedback.

However, in addition to the functionality you describe (which could be of interest to us if the application test is successful), it seems useful to be able to separate a software repository that the user cannot see, regardless of their access rights (for example, all the tools deployed by default on their machine), from those they can see in the self-service area.

Indeed, I don't find it logical that a user can view/delete packages deployed by default, even if they are present on their machine. Essentially, they have the right to have them, but this should be transparent to them.

Will your system, based on the Enterprise edition of Active Directory, allow this functionality, or is it something else?

In the documentation you mentioned, there doesn't seem to be any further information on the repository's visibility in the self-service area. Am I mistaken?
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

December 18, 2017 - 9:00 PM

One of the features in the open-source version is the restricted section.

https://github.com/tranquilit/WAPT/blob ... t.html#L56

If a package is a "restricted" type package, it won't appear in the agent's web service. However, this is a global setting.

In the enterprise version, you can define software access based on Active Directory user groups.

For example, you can define that users in the accounting group will have access to the tis-msoffice and tis-adobecs6 packages.

The user will then be able to install or uninstall the software!

Note: If someone uninstalls software that is dependent on the package, the software will reappear, since the dependency will no longer be present! The WAPT agent will then try to resolve the missing dependency!
hasop
Messages: 44
Registration: December 13, 2017 - 10:31

December 19, 2017 - 09:06

These two features are indeed very interesting.

One last thing: To make the package invisible, you need to add "section: restricted" to the control file, right?
Is it possible to do this from the interface (make a package imported from the internet "restricted" without having to edit it)?
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

December 19, 2017 - 09:19

hasop wrote: Dec 19, 2017 - 09:06 These two features are indeed very interesting.

One last thing: To make the package invisible, you need to put "section: restricted" in the control file, right?
Yes
hasop wrote: Dec 19, 2017 - 09:06
Is it possible to do this from the interface (make a package imported from the Internet "restricted" without having to edit it)?
No :)
hasop
Messages: 44
Registration: December 13, 2017 - 10:31

December 19, 2017 - 9:55 AM

I think it's not that easy technically, but it could be interesting to be able to edit certain package properties directly from the interface (name, section, etc.).

I have all my answers, thank you very much!
WAPT 1.5.1.9
Server: CentOS 7
Administration: Windows 7 Pro
Clients: Windows 7 Pro
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

December 19, 2017 - 10:30

hasop wrote: Dec 19, 2017 - 09:55 I think that technically it's not that easy, but it could be interesting to be able to edit certain package properties directly from the interface (name, section, ...)
Not planned for the moment
Locked