devopshq / devopshq/artifactory
Permission target
Open
Feedback needed
- Dominant language
- Python
- Stars
- 306
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to create permission templates?
i'm trying to do it like :
artifactory_ = ArtifactoryPath(
f"https://art/artifactory/", token=art_token, verify=False)
permission = artifactory_.find_permission_target(f"{repo_name}")
if permission is None:
permission = PermissionTarget.create(artifactory_)
but getting exception:
f"Create {self.__class__.__name__} [{getattr(self, self.resource_name)}]"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.