-
Notifications
You must be signed in to change notification settings - Fork 7
/
escli.conf.sample
50 lines (32 loc) · 1.59 KB
/
escli.conf.sample
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
#######################################################################
### props used by escli.bash
#######################################################################
#----------------------------------------------------------------------
##### Examples
#----------------------------------------------------------------------
#--- 1. plain text (simple) -------------------------#
# usernameCmd='echo someusername'
# passwordCmd='echo somepassword'
#----------------------------------------------------------------------
#--- 2. plain text (complex) ------------------------#
# usernameCmd='echo someusername'
# passwordCmd="echo kd2.DW@a!pHHG{T\'\'b;azVz$,FQcHrt9"
#
# ^^ ^^^^^^ ^^
# || |||||| ||
# --------------------------------------------
# | notice use of double quotes & backslashes|
# --------------------------------------------
#----------------------------------------------------------------------
#--- 3, lastpass (lpass cli) ------------------------#
# usernameCmd='lpass show --username example.com'
# passwordCmd='lpass show --password example.com'
#----------------------------------------------------------------------
##### Sample
#----------------------------------------------------------------------
usernameCmd='lpass show --username somedom.com'
passwordCmd='lpass show --password somedom.com'
esBaseUrl="https://es-data-01b.${env}.somedom.com:9200"
esContType="Content-Type: application/json"
kbBaseUrl="https://${kbHost}.somedom.com"
kbContType="kbn-xsrf: true"