| module.exports = [ | |
| { | |
| caption: "Intel RMD", | |
| image: "/img/users/intel.png", | |
| infoLink: "https://github.com/intel/rmd", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "VMware Harbor", | |
| image: "/img/users/vmware.png", | |
| infoLink: "https://github.com/goharbor/harbor", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Casbin Authorization Plugin", | |
| image: "/img/users/docker.png", | |
| infoLink: | |
| "https://docs.docker.com/engine/extend/legacy_plugins/#authorization-plugins", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Orange Gobis", | |
| image: "/img/users/orange.png", | |
| infoLink: "https://github.com/orange-cloudfoundry/gobis", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Cisco Cloud", | |
| image: "/img/users/cisco.svg", | |
| infoLink: "https://www.linkedin.com/in/openmohan/", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Verizon", | |
| image: "/img/users/verizon.png", | |
| infoLink: "https://github.com/casbin/casbin/pull/56", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Alibaba", | |
| image: "/img/users/alibaba.png", | |
| infoLink: "https://github.com/dragonflyoss/Dragonfly2/search?q=casbin&type=code", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Red Hat", | |
| image: "/img/users/redhat.png", | |
| infoLink: "https://github.com/skydive-project/skydive", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Tencent", | |
| image: "/img/users/tencent.png", | |
| infoLink: "https://github.com/tkestack/tke", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "T-Mobile", | |
| image: "/img/users/t-mobile.png", | |
| infoLink: "https://github.com/tmobile/jazz", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "IBM", | |
| image: "/img/users/ibm.png", | |
| infoLink: | |
| "https://loopback.io/doc/en/lb4/migration-auth-access-control-example.html#using-casbin", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "F5", | |
| image: "/img/users/f5.png", | |
| infoLink: "https://github.com/casbin/casbin/issues/299", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Bose", | |
| image: "/img/users/bose.png", | |
| infoLink: "https://github.com/casbin/casbin/issues/302", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "r/SpaceX", | |
| image: "/img/users/rspacex.png", | |
| infoLink: | |
| "https://github.com/r-spacex/SpaceX-API/commit/f8daa8f9878dcd7a281fc8081e3aeb8e5d216089", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Elastic", | |
| image: "/img/users/elastic.svg", | |
| infoLink: | |
| "https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-dependencies.html", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "360", | |
| image: "/img/users/360.jfif", | |
| infoLink: "https://www.linkedin.com/in/andrew-weng/", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Honeywell", | |
| image: "/img/users/honeywell.png", | |
| infoLink: "https://www.linkedin.com/search/results/people/?keywords=casbin%20honeywell", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "HPE", | |
| image: "/img/users/hpe.jpg", | |
| infoLink: "https://www.linkedin.com/in/raghavbabu", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Schneider Electric", | |
| image: "/img/users/se.png", | |
| infoLink: "https://www.linkedin.com/in/peterjotoole", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "SIEMENS", | |
| image: "/img/users/siemens.svg", | |
| infoLink: "https://www.linkedin.com/in/kshitij-rastogi19", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "KubeMQ", | |
| image: "/img/users/kubemq.png", | |
| infoLink: "https://docs.kubemq.io/license/open-source-software-notices", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "OVO", | |
| image: "/img/users/ovo.png", | |
| infoLink: "https://ovo.id", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Musma", | |
| image: "/img/users/musma.svg", | |
| infoLink: "https://www.musma.net/", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Ontario Government", | |
| image: "/img/users/ontario.jpg", | |
| infoLink: "https://www.linkedin.com/in/nihalpandit", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "JDLT", | |
| image: "/img/users/jdlt.svg", | |
| infoLink: "https://jdlt.co.uk", | |
| pinned: true, | |
| }, | |
| { | |
| caption: "Apache Pulsar", | |
| image: "/img/users/pulsar.svg", | |
| infoLink: "https://apachecon.com/acasia2021/sessions/1049.html", | |
| pinned: true, | |
| }, | |
| ]; |