blob: 162c90b6fb6902a6ae603f1bd945542b35250beb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>o.freyermuth@googlemail.com</email>
<name>Oliver Freyermuth</name>
</maintainer>
<maintainer type="person">
<email>amadio@gentoo.org</email>
<name>Guilherme Amadio</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
oidc-agent is a set of tools to manage OpenID Connect tokens and make them
easily usable from the command line. We followed the ssh-agent design, so users
can handle OIDC tokens in a similar way as they do with ssh keys.
oidc-agent is usually started in the beginning of an X-session or a login
session. Through use of environment variables the agent can be located and
used to handle OIDC tokens.
</longdescription>
<upstream>
<remote-id type="github">indigo-dc/oidc-agent</remote-id>
</upstream>
</pkgmetadata>
|