fence
fence copied to clipboard
AuthN/AuthZ OIDC Service
### New Features ### Breaking Changes ### Bug Fixes ### Improvements - Fence supports a secondary configuration for shibboleth header to search for a user's unique ID during login ###...
Placeholder. Testing. ### New Features - Implemented XXX ### Breaking Changes ### Bug Fixes ### Improvements ### Dependency updates Cirrus for testing ### Deployment changes
The `master` branch is broken, unfortunately, we need to rollback this change. We did not notice the `k8sReset` failure in one of the previous PR checks. There is still an...
Is there any reason `scope`s are included in `aud`? ``` "aud": [ "openid", "user", "data", "abcdefghijklmnopqrstuvwxyz" ] ``` I was expecting `aud` to be a single case-sensitive string (audience id)...
### New Features ### Breaking Changes ### Bug Fixes - always use region even with s3 compatible urls like cleversafe ### Improvements ### Dependency updates ### Deployment changes
Add steps for new IdP Description about what this pull request does. Please make sure to follow the [DEV guidelines](https://gen3.org/resources/developer/dev-introduction/) before asking for review. ### New Features - Implemented XXX...
### New Features ### Breaking Changes ### Bug Fixes - Fix bug where if acl field in indexd had * but authz field restricted access, we assumed the file was...
Updates the requirements on [oauth2client](https://github.com/google/oauth2client) to permit the latest version. Release notes *Sourced from [oauth2client's releases](https://github.com/google/oauth2client/releases).* > ## v4.1.3 > **Note**: oauth2client is deprecated. No more features will be added...
Enables ceph support via ceph's s3 gateway. Adds support for s3 endpoint, which allows fence to connect to s3 instances other than AWS. ### New Features Following new properties read...