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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[]
# Make this current account the default one to use when no account is
# specified in the CLI with the --account argument.
#
= true
# The client credentials
#
= "15d6e8a7-50cc-4df6-a60d-0904d280ede0"
#client-secret.raw = "46a5eac3-7e51-40bd-a486-0f8a39564993"
#client-secret.command = "pass show example"
#client-secret.keyring = "example"
# Endpoints, given by your OAuth provider.
#
= ""
= ""
#endpoints.redirection = "http://localhost"
# Access token scopes
#
= []
# TLS configuration
#
#tls = "native-tls"
#tls = "rustls-aws"
#tls = "rustls-ring"
# Enables Proof Key for Code Exchange (rfc7636)
#
= false
# Automatically refreshes expired access token when using `ortie token
# show` command.
#
= false
# Access token storage
#
= ["pass", "show", "ortie/example"]
= ["pass", "insert", "-e", "ortie/example"]
#storage.read.keyring = "ortie-example"
#storage.write.keyring = "ortie-example"
# Hooks
#
#on-issue-access-token.success.command = []
#on-issue-access-token.success.notify.summary = "Ortie"
#on-issue-access-token.success.notify.body = "Issued access token (expires in $EXPIRES_IN)"
#
#on-issue-access-token.error.command = []
#on-issue-access-token.error.notify.summary = "Ortie"
#on-issue-access-token.error.notify.body = "[$ERROR] Issue access token error\n$ERROR_DESCRIPTION"
#
#on-refresh-access-token.success.command = []
#on-refresh-access-token.success.notify.summary = "Ortie"
#on-refresh-access-token.success.notify.body = "Refreshed access token (expires in $EXPIRES_IN)"
#
#on-refresh-access-token.error.command = []
#on-refresh-access-token.error.notify.summary = "Ortie"
#on-refresh-access-token.error.notify.body = "[$ERROR] Refresh access token error\n$ERROR_DESCRIPTION"