li chaoran
li chaoran
Im working on this, firstly some pacakges need to be imported :) @FrostyX @praiskup [1]. My first package review: https://bugzilla.redhat.com/show_bug.cgi?id=2161003 and https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2161156 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2161163 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2161164
> > [1]. My first package review: https://bugzilla.redhat.com/show_bug.cgi?id=2161003 > > I am taking the review Some srpm links were refered to html links, already change to a raw link.
Will give authlib a try😀
Hi @FrostyX @praiskup , these day i tried [authlib](https://github.com/lepture/authlib), but seems encountered https://github.com/lepture/authlib/issues/462 with our provider, im not so familiar with JWT&JWS, so still need some time to try to...
Today i integrated authlib with our provider successfully, and i will try to make a tiny PR to introduce authlib: 1. add authlib into dockerfile and frontend spec 2. add...
> Were you able to handle groups? The group is bit tricky, as openid connect spec seems do not have a group terms, It will need some design to cover...
Its a random UID in host view when you enable user namespace, but in container, its a fixed number depends on the creation sequence, how about we specify the UID/GID...
> How are we going to make sure that the new container can read/write to that directory (which was originally created in a different container)? I doubt we want to...
Will the new default method have ability to handle the `flat source struct`? like ``` # tree . |-- xxx.tar.gz |-- xxx.patch `-- xxx.spec ``` because most our [SCM repo](https://gitee.com/src-openeuler)...
> I've made an implementation in [goblin](https://github.com/m4b/goblin/blob/master/src/pe/authenticode.rs). > Because goblin doesn't want to pull extra dependencies, there an external crate ([goblin-signing](https://github.com/RaitoBezarius/goblin-signing/blob/main/src/authenticode.rs)) that brings rust-crypto hashers in. > > (That second...