blob: 2b5ceb26e3edc9e3ea3d50ca64c557337b12c7c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## oama version 0.22.0 - 2025-08-29 0290.e419ef10
## This is a YAML configuration file, indentation matters.
## Double ## indicates comments while single # default values.
## Not all defaults are shown, for full list run `oama printenv`
## and look at the `services:` section.
encryption:
tag: GPG
contents: moreka@mit.edu
services:
microsoft:
client_id: 9e5f94bc-e8a4-4e73-b8be-63364c29d753
tenant: common
google:
client_id_cmd: pass show google/oauth/clientid
client_secret_cmd: pass show google/oauth/clientsecret
|