New binary artifact management tool
github.com
New binary artifact management tool
1–10 of 22 posts
Re: New binary artifact management tool
#2Re: New binary artifact management tool
#3Right now Artipie appears to support credentials stored in a flat file, or integration with GitHub. There’s an open issue[0] that makes it sound like LDAP integration is in progress, but the only comment of substance is “you should donate to make this happen faster.”
That’s somewhat unfortunate, because it’d be nice to have some idea of the current progress on the issue beforehand.
Re: New binary artifact management tool
#4Re: New binary artifact management tool
#5To replace Artifactory, Nexus, etc (as claimed at the start of the readme) authentication is an important component. Right now Artipie appears to support credentials stored in a flat file, or integration with GitHub. There’s an open issue[0] that makes it sound like LDAP integration is in progress, but the only comment of substance is “you should donate to make this happen faster.” That’s somewhat unfortunate, becaus…
It's rather unfortunate that federated identity is always an afterthought instead of the default. Every new project could have been using OpenID Connect instead of rolling their own authentication. I really wish web frameworks pushed for this.
I suppose some of the blame lies with the identity providers. So many of them use a custom OAuth protocol instead of OIDC, which shifts the burden to the developers. Adding a new IdP should be as simple as adding a new trusted URL, instead it's often integrating a new SDK.
Re: New binary artifact management tool
#6Re: New binary artifact management tool
#7https://gist.github.com/HalCanary/9abb045bf047da118c2467266b...
Re: New binary artifact management tool
#8I wonder if "Java code is extraordinary high" can be the moat for a company.
They are claiming "quality of Java code is extraordinary high". It is not even merely "good": Here is looking at you, dear misnamed and all over the place "Slice" flavors.
Re: New binary artifact management tool
#9To replace Artifactory, Nexus, etc (as claimed at the start of the readme) authentication is an important component. Right now Artipie appears to support credentials stored in a flat file, or integration with GitHub. There’s an open issue[0] that makes it sound like LDAP integration is in progress, but the only comment of substance is “you should donate to make this happen faster.” That’s somewhat unfortunate, becaus…
General observation, not necessarily related to this project: It's rather unfortunate that federated identity is always an afterthought instead of the default. Every new project could have been using OpenID Connect instead of rolling their own authentication. I really wish web frameworks pushed for this. I suppose some of the blame lies with the identity providers. So many of them use a custom OAuth protocol instead…
The reason being, companies that have a need for something like this are much more likely to be set up with their own LDAP server than with their own OIDC provider. I'm guessing the next most useful one might (still) be SAML, and then OIDC would be the cherry on top.
Re: New binary artifact management tool
#10Earlier quoted context omitted.
General observation, not necessarily related to this project: It's rather unfortunate that federated identity is always an afterthought instead of the default. Every new project could have been using OpenID Connect instead of rolling their own authentication. I really wish web frameworks pushed for this. I suppose some of the blame lies with the identity providers. So many of them use a custom OAuth protocol instead…
For this purpose, I'd strongly prefer LDAP over OIDC. The reason being, companies that have a need for something like this are much more likely to be set up with their own LDAP server than with their own OIDC provider. I'm guessing the next most useful one might (still) be SAML, and then OIDC would be the cherry on top.