Summary
SciTokens provide a token format for distributed authorization. The tokens are self-describing, can be verified in a distributed fashion (no need to contact the issuer to determine if the token is valid). This is convenient for a federated environment where several otherwise-independent storage endpoints want to delegate trust for an issuer for managing a storage allocation.
Versions
v1.1.2 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86
- USE flags
- test
v1.1.1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64 ~x86
- USE flags
- test
v1.1.0-r1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-cpp / jwt-cpp : header only library for creating and validating JSON Web Tokens in C++11
dev-db / sqlite : SQL database engine
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-misc / curl : A Client that groks URLs
sys-apps / util-linux : Various useful Linux utilities
Runtime Dependencies
dev-cpp / jwt-cpp : header only library for creating and validating JSON Web Tokens in C++11
dev-db / sqlite : SQL database engine
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
net-misc / curl : A Client that groks URLs
sys-apps / util-linux : Various useful Linux utilities
Depending packages
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-cpp/scitokens-cpp: Stabilize 1.1.2 amd64, #944488
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-cpp/scitokens-cpp: Stabilize 1.1.2 x86, #944488
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: add 1.1.2
Closes: https://github.com/gentoo/gentoo/pull/39164 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: drop 1.0.2-r1, 1.0.2-r2, 1.1.0
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: stabilize 1.1.0-r1 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: add 1.1.1
Closes: https://github.com/gentoo/gentoo/pull/35581 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: restrict dependency to <jwt-cpp-0.7.0
jwt-cpp-0.7.0 introduced breaking changes: https://github.com/Thalhammer/jwt-cpp/releases/tag/v0.7.0 Closes: https://bugs.gentoo.org/923309 Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: backport fix for invalid vector access
Fixes tests on hardened systems and potential runtime errors. Closes: https://bugs.gentoo.org/922679 Closes: https://github.com/gentoo/gentoo/pull/34980 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: add 1.1.0
Closes: https://github.com/gentoo/gentoo/pull/33746 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: drop 1.0.1, 1.0.1-r1
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: stabilize 1.0.2-r1 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
dev-cpp/scitokens-cpp: remove leading space in DESCRIPTION
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31719 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: depend on dev-cpp/jwt-cpp[picojson]
This adds the missing explicit dependency on USE=picojson being enabled for dev-cpp/jwt-cpp, and also conditionalizes sys-apps/util-linux with kernel_linux. Closes: https://bugs.gentoo.org/908610 Closes: https://github.com/gentoo/gentoo/pull/31492 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: add 1.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Oliver Freyermuth · gentoo
dev-cpp/scitokens-cpp: unbundle dev-cpp/jwt-cpp, enable tests
This enables tests, unbundles dev-cpp/jwt-cpp, and adds myself as proxied maintainer. Bug: https://bugs.gentoo.org/834108 Closes: https://github.com/gentoo/gentoo/pull/31364 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Guilherme Amadio · gentoo
dev-cpp/scitokens-cpp: new package, add 1.0.1
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>