Fix permission length permit (32chars) on SOFTWARE_MODULE_DOWNLOAD_AR… (#2665)
* Fix permission length permit (32chars) on SOFTWARE_MODULE_DOWNLOAD_ARTIFACT -> SM_DOWNLOAD_ARTIFACT Fix missing DISTRIBUTION_SET imply read DISTRIBUTION_SET_TYPE * change to SOFTWARE_MODULE_DOWNLOAD as more intuitive --------- Co-authored-by: vasilchev <vasil.ilchev@bosch.com>
This commit is contained in:
@@ -74,7 +74,7 @@ public final class SpPermission {
|
||||
*/
|
||||
@Deprecated(since = "0.10.0", forRemoval = true)
|
||||
public static final String DOWNLOAD_REPOSITORY_ARTIFACT = "DOWNLOAD_REPOSITORY_ARTIFACT";
|
||||
public static final String SOFTWARE_MODULE_DOWNLOAD_ARTIFACT = SOFTWARE_MODULE + "_DOWNLOAD_ARTIFACT";
|
||||
public static final String SOFTWARE_MODULE_DOWNLOAD_ARTIFACT = SOFTWARE_MODULE + "_DOWNLOAD";
|
||||
|
||||
/**
|
||||
* Permission to read the tenant settings.
|
||||
|
||||
Reference in New Issue
Block a user