commit 72dfae3b10a774b854ecd43761cdcf83430e5126 Author: James Antill Date: Mon Aug 8 12:42:29 2022 -0400 Update yaml diff --git a/mod_auth_openidc.yaml b/mod_auth_openidc.yaml new file mode 100644 index 0000000..6f4a171 --- /dev/null +++ b/mod_auth_openidc.yaml @@ -0,0 +1,67 @@ +--- +document: modulemd +version: 2 +data: + name: mod_auth_openidc + stream: 2.3 + version: 8070020220420144029 + context: 3b9f49c4 + summary: Apache module suporting OpenID Connect authentication + description: >- + This module enables an Apache 2.x web server to operate as an OpenID Connect Relying + Party and/or OAuth 2.0 Resource Server. + license: + module: + - MIT + xmd: + mbs: + buildrequires: + platform: + context: 00000000 + filtered_rpms: [] + koji_tag: module-centos-8.7.0-build + ref: virtual + stream: el8.7.0 + stream_collision_modules: + ursine_rpms: + version: 2 + commit: 852dc3e6e9e9d2bcdafb5894a3c523c02ea9cb0a + mse: TRUE + rpms: + cjose: + ref: 96ae33cc2db332dfb12b555faa11f57a01529578 + mod_auth_openidc: + ref: 1bc2852ece62e45f4b80b6bac2ef6379340e3876 + scmurl: git+https://git.centos.org/modules/mod_auth_openidc.git?#852dc3e6e9e9d2bcdafb5894a3c523c02ea9cb0a + dependencies: + - buildrequires: + platform: [el8.7.0] + requires: + platform: [el8] + references: + community: https://github.com/zmartzone/mod_auth_openidc + documentation: https://github.com/zmartzone/mod_auth_openidc/wiki + tracker: https://github.com/zmartzone/mod_auth_openidc/issues + profiles: + default: + description: Default mod_auth_openidc module installation + rpms: + - cjose + - mod_auth_openidc + components: + rpms: + cjose: + rationale: Provides JOSE support + repository: git+https://git.centos.org/rpms/cjose + cache: https://git.centos.org/repo/pkgs/cjose + ref: 96ae33cc2db332dfb12b555faa11f57a01529578 + buildorder: 1 + arches: [aarch64, i686, ppc64le, x86_64] + mod_auth_openidc: + rationale: Provides the core functionality. + repository: git+https://git.centos.org/rpms/mod_auth_openidc + cache: https://git.centos.org/repo/pkgs/mod_auth_openidc + ref: 1bc2852ece62e45f4b80b6bac2ef6379340e3876 + buildorder: 2 + arches: [aarch64, i686, ppc64le, x86_64] +...