Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Casbin

An authorization library that supports access control models like ACL, RBAC, ABAC for Golang, Java, C/C++, Node.js, Javascript, PHP, Python, .NET (C#), Delphi, Rust, Dart/Flutter and Elixir
Collective - Host: opensource - https://opencollective.com/casbin - Website: https://casbin.org/ - Code: https://github.com/casbin

Fixed tepit's bug that status code can't be rightly recognized.

github.com/casbin/openstack-patron - 20d556f2563cea46250517ba911af918d90bb92d authored almost 9 years ago by hsluoyz <[email protected]>
Fixed tepit's bug that parsing fails when resource ID contains special chars like '$'.

github.com/casbin/openstack-patron - 05f234ed07d51a0ff3e5a245807398ac2952cbc1 authored almost 9 years ago by hsluoyz <[email protected]>
Fixed tepit's bug that some requests are omitted to be analyzed.

github.com/casbin/openstack-patron - db7ea848dcb501eec7050e31ea102d5f1678e4b0 authored almost 9 years ago by hsluoyz <[email protected]>
Updated tepit to improve the saving file logic and printing format.

github.com/casbin/openstack-patron - 9de09b062fff3de28aa46a4470238b67f2a5da9c authored almost 9 years ago by hsluoyz <[email protected]>
Updated tepit to support multiple services, and fixed the bug that none pathlet is displayed in the final result.

github.com/casbin/openstack-patron - 7a448127a107e78ab40807895ff3dcf6e0e98231 authored almost 9 years ago by lwyeluo <[email protected]>
Merge pull request #21 from xenolf/logging

Make acme.Logger optional; otherwise use standard log.Logger

github.com/casbin/lego - 5ace5e130b4896c4e173794afc5dbba0647106d4 authored almost 9 years ago by xenolf <[email protected]>
Removed unused functions, more consistent/readable debugging

github.com/casbin/lego - 10f2b59add4f551e3b077eb533ac98589853be2f authored almost 9 years ago by Matthew Holt <[email protected]>
Added more keys to target mapping to adapt to Glance and Neutron in AEM.

github.com/casbin/openstack-patron - 79422dd5f2e4ea6056878f8776f9faf783d83ecd authored almost 9 years ago by lwyeluo <[email protected]>
Fixed the bug that AEM doesn't work and always returns permitted.

github.com/casbin/openstack-patron - 1dabea8db4cac84ff74a704f5ac51b28c3fab165 authored almost 9 years ago by lwyeluo <[email protected]>
Integrated the shared code between AEM and tepit.

github.com/casbin/openstack-patron - 34fbe0f82ce8cc09a153d13b26ece11d4db68942 authored almost 9 years ago by lwyeluo <[email protected]>
Make acme.Logger optional; otherwise use standard log.Logger

Also fixed lil' vet warning

github.com/casbin/lego - 6f9e487d7dcaf9592d19306c2d66cfa05e82a32d authored almost 9 years ago by Matthew Holt <[email protected]>
Now APC can toggle the log recording from policy.py to tempest.log.

github.com/casbin/openstack-patron - 98ff876eb34d83fa6fd583174e2630651852ee45 authored almost 9 years ago by hsluoyz <[email protected]>
Changed template generating functions in AEM to @classmethod, so that they can be easily called by tepit.

github.com/casbin/openstack-patron - 2ca5154cc3aaa139a67138208e526dcca45123ba authored almost 9 years ago by hsluoyz <[email protected]>
Added manual service restart buttons for APC.

github.com/casbin/openstack-patron - c82b03a125c732800a0079adfc7bd6d6e7f74a0a authored almost 9 years ago by hsluoyz <[email protected]>
Formatted the five-element tuple logged by AEM, and switch off cache by default.

github.com/casbin/openstack-patron - 7a7f9dd723168b63b88f88291e62a7f8c263e27e authored almost 9 years ago by hsluoyz <[email protected]>
Made a tool called API Paste Change (APC) to assist in adding and removing AEM filter in services' api-paste.ini file.

github.com/casbin/openstack-patron - 29c48602e3c9579e990c05720c4c40ceb1550e2c authored almost 9 years ago by hsluoyz <[email protected]>
Refined the op mapping newly added for neutron in AEM.

github.com/casbin/openstack-patron - 6b030e8f0912e3acb23ba18926c48ac38161a126 authored almost 9 years ago by hsluoyz <[email protected]>
Added generating five-element tuple function for AEM, this is for debug use.

github.com/casbin/openstack-patron - 10cda6364b143b0d96fb8068d92103cc83cd6c5f authored almost 9 years ago by hsluoyz <[email protected]>
Added AEM's support for one neutron function "neutron net-list".

github.com/casbin/openstack-patron - cc50f2f44e8cae501fc0d427833f803f54642bb8 authored almost 9 years ago by hsluoyz <[email protected]>
Bind to domain:port to solve simple HTTP

This way it doesn't conflict with other processes bound to 0.0.0.0 on the same port. Refactored ...

github.com/casbin/lego - 71d0e8db6f778676d15c29368301ef195209ff7c authored almost 9 years ago by Matthew Holt <[email protected]>
Added AEM's support for two glance functions: "glance image-list" and "glance image-show %UUID%".

github.com/casbin/openstack-patron - b32cddbd1bc0353de40569fd8f76a6e1cbfa0ab4 authored almost 9 years ago by hsluoyz <[email protected]>
Moved AEM code from /nova/api/ to /patron/aem/, filter configurations need to be modified to adapt to this change.

github.com/casbin/openstack-patron - 46c6734edbedb2bae7e09bcf65625a461e44cc63 authored almost 9 years ago by hsluoyz <[email protected]>
Removed project_id from path_info in AEM, because glance's path_info doesn't contain one.

github.com/casbin/openstack-patron - 96c94296ec971bb942fb6d424f827e0121ac9b11 authored almost 9 years ago by hsluoyz <[email protected]>
Improved the op mapping format outputted by tepit .

github.com/casbin/openstack-patron - dc3d8ac83ac8e13f2c977ea16ee29a62c815844f authored almost 9 years ago by lwyeluo <[email protected]>
Improved AEM's compatibility for glance, path_info's modification is not yet finished.

github.com/casbin/openstack-patron - 8132bded8b32ff32c8c93a49f1c25aa29e72c68e authored almost 9 years ago by hsluoyz <[email protected]>
Improved the file paths for tempest integration test (tepit).

github.com/casbin/openstack-patron - 49cba90667c20e3698b285acbeb847e1bd7ab7d2 authored almost 9 years ago by hsluoyz <[email protected]>
Add hooks to SimpleHTTP

github.com/casbin/lego - 3e1a5dc04b649b51b0ce2a6742c5295613832382 authored almost 9 years ago by xenolf <[email protected]>
Add TOSError and change ObtainCertificates to return errors by domain.

github.com/casbin/lego - a2867a0c181e3c97fb31316d62362ac9ced00c0c authored almost 9 years ago by xenolf <[email protected]>
Remove unused CLI option

github.com/casbin/lego - ee58d205a56da0ac559c226c16ce40dcca4f0348 authored almost 9 years ago by xenolf <[email protected]>
Finished integration of the tempest result of nova.

github.com/casbin/openstack-patron - 3aa77555a0e6e00a0f9833214660b0c14b3868ad authored almost 9 years ago by lwyeluo <[email protected]>
Library support for optional email

github.com/casbin/lego - ee2c7f3ad752f59e7f704bd39d18b472814b8ba5 authored almost 9 years ago by xenolf <[email protected]>
Close leaky file descriptors

github.com/casbin/lego - 2c240563741c58162ccdd21edc7b3732026cd433 authored almost 9 years ago by Matthew Holt <[email protected]>
Added more integration.

github.com/casbin/openstack-patron - 4de8b4a447c8b30e7145a1e2eef2d9be7d3a2d29 authored almost 9 years ago by lwyeluo <[email protected]>
Fix test regexp

github.com/casbin/lego - 38e66cf43ae075e5b3319e0f004f1cbf129ade8a authored almost 9 years ago by xenolf <[email protected]>
Fix test to also match on travis

github.com/casbin/lego - f91d853068a50f3faea6bec5f3cafe2003b28355 authored almost 9 years ago by xenolf <[email protected]>
Re-organized SimpleHTTPTests and expanded them a bit

github.com/casbin/lego - 34fe2a55475deaffa824288e420126acf0db0671 authored almost 9 years ago by xenolf <[email protected]>
Add docs to error

github.com/casbin/lego - fc08101f794282b3882c95a1cf75ac1d2c2d1a8d authored almost 9 years ago by xenolf <[email protected]>
fix panic for situation common with self-signed certs

github.com/casbin/lego - f146acc019a07fb1436c6ef551fc11302e93fee3 authored almost 9 years ago by Matthew Holt <[email protected]>
Forward server error messages to the caller

Fixes #18.

github.com/casbin/lego - 3842dc64321740146d8bee2a5f0534205fef8942 authored almost 9 years ago by xenolf <[email protected]>
Change Content-Type of JWS posts.

Fixes #19.

github.com/casbin/lego - cf288a3503ef42eed9c998bee1b7f80b5d9e6e53 authored almost 9 years ago by xenolf <[email protected]>
Merge pull request #17 from xenolf/errorhandling

Replaced fatal with print; return errors from NewClient

github.com/casbin/lego - 6764e53bbefb0228c32bf5817dd9ce96145aca35 authored almost 9 years ago by xenolf <[email protected]>
Built a tempest interation test script for nova based on tempest result.

github.com/casbin/openstack-patron - 8dfe3897768439285200b1863e701de7e2a05dd1 authored almost 9 years ago by lwyeluo <[email protected]>
Update CLI for new NewClient signature

github.com/casbin/lego - ef2501bb4c9b36c98b7f50a48a565727f7919cd2 authored almost 9 years ago by Matthew Holt <[email protected]>
Replaced fatal with print; return errors from NewClient

github.com/casbin/lego - 56d50cebd8cd8d7717bf6a43683a62f7cd89037b authored almost 9 years ago by Matthew Holt <[email protected]>
Add the OCSP status code to GetOCSPForCert

github.com/casbin/lego - 94aeac7b5f45d7f5197abef4240f375643974b1d authored almost 9 years ago by xenolf <[email protected]>
Make ocsp validate the signature of a response.

OCSP signatures should get validated if no issuer certificate is returned from
the OCSP responder.

github.com/casbin/lego - 65b62b567023d5b52e439195b1598861345f1956 authored almost 9 years ago by xenolf <[email protected]>
Fix client_test

github.com/casbin/lego - f2f5117496ae98c0b7c1d31506a2a3c1ce540979 authored almost 9 years ago by xenolf <[email protected]>
Remove devMode from library and cli.

github.com/casbin/lego - 8b16d59831322f3fbfbd139b9205ccf78c9ae48c authored almost 9 years ago by xenolf <[email protected]>
Remove challenge pre-checks.

We won't ever be able to do this properly for all possible scenarios.

github.com/casbin/lego - 8d31bb01230aa427878b9ca3f192085f37030ad2 authored almost 9 years ago by xenolf <[email protected]>
Update client.go

github.com/casbin/lego - 537a0b74fd5534f05883ef4ae220a6835c0cb890 authored almost 9 years ago by xenolf <[email protected]>
Update README.md

github.com/casbin/lego - 5699fffccc84fbf502eeb8176a79113d2fae9265 authored almost 9 years ago by xenolf <[email protected]>
Fix cert bundle order

github.com/casbin/lego - 2afea7930985e2f996f469590b6686dba2b09ffb authored almost 9 years ago by xenolf <[email protected]>
Add initial support for certificate bundling

github.com/casbin/lego - 51a95ee548d13658971259b286d0b84bc885906e authored almost 9 years ago by xenolf <[email protected]>
Add support for getting OCSP responses for OCSPStapling

github.com/casbin/lego - d6f4e42b137e2614378962a767014bf4cf57bb8e authored almost 9 years ago by xenolf <[email protected]>
Support for RecoveryKey (not enabled). But not supported server side...

github.com/casbin/lego - 4d99c9e543ac02936a0c6e0a1468d1caa6c45025 authored almost 9 years ago by xenolf <[email protected]>
Propagate AgreeToTOS change to CLI

github.com/casbin/lego - 3d311b9882d2bb8519f4421940d26c6707031b42 authored almost 9 years ago by xenolf <[email protected]>
Change name of AgreeToTos to AgreeToTOS.

According to https://github.com/golang/go/wiki/CodeReviewComments#initialisms

github.com/casbin/lego - 3ddf33c8c353db4ae21980d999cb280bbede0741 authored almost 9 years ago by xenolf <[email protected]>
Merge pull request #135 from fugr/develop

update to match beego develop

github.com/casbin/bee - 25eedc9a1a2a054582adffd09502353861c50b4a authored almost 9 years ago by astaxie <[email protected]>
Merge pull request #13 from mholt/master

Fix file descriptor leaks

github.com/casbin/lego - 899ca37a8012b1f0b783109dad1939956f02e155 authored almost 9 years ago by xenolf <[email protected]>
Fix file descriptor leaks

github.com/casbin/lego - 5efb56a1d4f6f908cd6c04a3f7843d20bc91d6ac authored almost 9 years ago by Matthew Holt <[email protected]>
ServeJson-->ServeJSON,update to match beego develop

github.com/casbin/bee - dec41734bd1c39c6622c07e5f4a34aafddb46b50 authored almost 9 years ago by fugr <[email protected]>
Update README.md

github.com/casbin/lego - 01c629d83481995d60084fddbe7b0a6ad8f0fd91 authored almost 9 years ago by xenolf <[email protected]>
Update README.md

github.com/casbin/lego - c651c9e7f36638f547ba6d049cb13f64276f4f50 authored almost 9 years ago by xenolf <[email protected]>
Update README.md

github.com/casbin/lego - 00c260915f5bad0ab77a2c4f8a941c1df8362ad8 authored almost 9 years ago by xenolf <[email protected]>
Make cert revocation on renewal optional. Also change signature of renew.

github.com/casbin/lego - e74d5d4586f0afc198efc250e3a7aa3e33436a6f authored about 9 years ago by xenolf <[email protected]>
README.md fix + include godoc link

github.com/casbin/lego - 006242198bdccc40d8898d2c1d4e8dfde67a8764 authored about 9 years ago by xenolf <[email protected]>
Implement renewal. Fixes #7

github.com/casbin/lego - 0cd31861d37fb249ad33598245648f0dbd262fae authored about 9 years ago by xenolf <[email protected]>
Make CertResources json savable. Fix cli_handlers to use it.

github.com/casbin/lego - 29a27ba807a9096f9dbaac7134d026957cd96d78 authored about 9 years ago by xenolf <[email protected]>
Change GetCertExpiration to accept PEM encoded certs.

github.com/casbin/lego - dc4125d3cf235a134df4dfbd004ea398266744f8 authored about 9 years ago by xenolf <[email protected]>
Fix goroutine leak.

Fixes #10
Tired coding is bad for you, mkay?

github.com/casbin/lego - 10b019225553a4b73481b04fe6f8d40bcc8270c7 authored about 9 years ago by xenolf <[email protected]>
Merge pull request #9 from mholt/patch-2

Fix panic

github.com/casbin/lego - d322fc0c7e247e07a421ebf0a5eceba9c8050f45 authored about 9 years ago by xenolf <[email protected]>
Fix panic

github.com/casbin/lego - 5d31b0a04cf910d46f7f86cbc0b8fe48bad8a10d authored about 9 years ago by Matt Holt <[email protected]>
Wrap []byte for DER certificates in its own type.

github.com/casbin/lego - 7f6f7902532acbac24de45c3db7d74eef33ba6bb authored about 9 years ago by xenolf <[email protected]>
Merge pull request #8 from mholt/patch-1

Add bare-bones acme usage example

github.com/casbin/lego - 141900789d266bd7994e94d206a749b8bce2bd7c authored about 9 years ago by xenolf <[email protected]>
Certificates are PEM encoded by default now

github.com/casbin/lego - dcdcde03aa9ee430916244e4402789787227e123 authored about 9 years ago by xenolf <[email protected]>
Clean some stuff up and refactor getCerts for some concurrency.

github.com/casbin/lego - caa6e78289c7c57b334463b73f9a37d4da808b52 authored about 9 years ago by xenolf <[email protected]>
Fix client tests

github.com/casbin/lego - 62b4ebe72bdd91afc82e6b26a35c60fe0f23e7a4 authored about 9 years ago by xenolf <[email protected]>
Move the tests to a different port.

github.com/casbin/lego - 12c04828c1e8fb2417dc345d7049865a4671b4af authored about 9 years ago by xenolf <[email protected]>
Add a dev flag for skipping challenge pre-checks

github.com/casbin/lego - b49f37d92021a647bc715c57f876df05d1ab2bec authored about 9 years ago by xenolf <[email protected]>
Clean-up ugly zero time check

github.com/casbin/lego - 835927f5d57036507a6e058b82368bcea29844a2 authored about 9 years ago by xenolf <[email protected]>
Minor correction

github.com/casbin/lego - 6c06e1cd65b9b118c53eb0bb4e6c9c6378963e8b authored about 9 years ago by Matt Holt <[email protected]>
Add bare-bones acme usage example

github.com/casbin/lego - d44f8a48a2f6bb6ee6c40e9d540b50b1eec69cad authored about 9 years ago by Matt Holt <[email protected]>
Add a comment to GetCertExpiration

github.com/casbin/lego - 3ef08f74134c2edad18000065028d03de180a3d1 authored about 9 years ago by xenolf <[email protected]>
Add a function to check cert expiration dates.

github.com/casbin/lego - 34910bd541315993224af1f04f9b2877513e5477 authored about 9 years ago by xenolf <[email protected]>
Initial commit for our customized Tempest.

github.com/casbin/openstack-patron - 6c244e7c3e679f83555d944c5d748dd9e1f54e3d authored about 9 years ago by lwyeluo <[email protected]>
update the status cide

github.com/casbin/bee - e2ee2a8a79ae22f23758d8fc19449a7ae95d3a4b authored about 9 years ago by astaxie <[email protected]>
Merge pull request #132 from haibin/develop

Fix no error message issue

github.com/casbin/bee - 581b80bc6c2c56b74f75f9a984f746a8781384cc authored about 9 years ago by astaxie <[email protected]>
Fixed the bug that "os-hypervisors" target is retrieved using wrong function in AEM.

github.com/casbin/openstack-patron - 22c6f4b546b8ef0291208de8d78184da1ea75610 authored about 9 years ago by hsluoyz <[email protected]>
Fixed the bug that list-style "target" fails the AEM if running commands like "nova host-describe compute1".

github.com/casbin/openstack-patron - 4074ff0b00c2b5f210ec8f72e1981e397e79e57a authored about 9 years ago by hsluoyz <[email protected]>
Added returning all false functionality for test in patron.

github.com/casbin/openstack-patron - 29fc43085e29951e4bfc9d60226e620efb759496 authored about 9 years ago by hsluoyz <[email protected]>
Added the delete image failure show for "answer" fiekd in CmdIt.

github.com/casbin/openstack-patron - 8abde5a1e445d6e0527750bca3277a0da405408a authored about 9 years ago by hsluoyz <[email protected]>
Fixed the format error in AEM and CmdIt that path_info lacks "&" in query string.

github.com/casbin/openstack-patron - 7dbaba116f8e54acd471fd1b1753cbffeb39eb09 authored about 9 years ago by hsluoyz <[email protected]>
Let path_info of AEM include query string now.

github.com/casbin/openstack-patron - bbde4e1c36e6c1aec5ff8c4db27fbf7289c72b72 authored about 9 years ago by hsluoyz <[email protected]>
Printed log to nova-api.log if HTTP 412 error encountered in AEM.

github.com/casbin/openstack-patron - 06ae60d0f68022bcbe162ed953a9af49e508a43c authored about 9 years ago by hsluoyz <[email protected]>
Added 5 new key_calls elements for AEM, used as path_to_target mappings.

github.com/casbin/openstack-patron - 0127988622d3c8138f50e6533cb35670920cacc7 authored about 9 years ago by hsluoyz <[email protected]>
Patron will allow the request with "" op now.

github.com/casbin/openstack-patron - e94be8261e15662adfbf536b9c80c36a05df726d authored about 9 years ago by hsluoyz <[email protected]>
Improved AEM according to CmdIt's result, also removed the HTTP 413 error, because a "" string op should pass the access controls.

github.com/casbin/openstack-patron - f6b43530c8b353f5d9728de79329aa350bd86254 authored about 9 years ago by hsluoyz <[email protected]>
Fixed the bug that CmdIt crashes if the ops from myapi.txt has no elements.

github.com/casbin/openstack-patron - cc0c78504884069a557cfce20668427808804a23 authored about 9 years ago by hsluoyz <[email protected]>
Fixed the bug that CmdIt can't stop itself when getting work finished.

github.com/casbin/openstack-patron - bb87246c7b54ebbb27a5a9f2e9ac099495a00437 authored about 9 years ago by hsluoyz <[email protected]>
Now path_info's "GET" paramters can be templated as "%VALUE%" in CmdIt.

github.com/casbin/openstack-patron - f2a4a0c25292e836ac3cafaa4b24e93e1d011028 authored about 9 years ago by hsluoyz <[email protected]>