-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog
52 lines (46 loc) · 1.93 KB
/
changelog
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
04-12-19 v2.5.0 chaim-cli
author: chris.allison@hivehome.com
added display of role and region when listing current accounts managed by chaim-cli (cca)
11-10-19 v2.4 pre-release
author: chris.allison@hivehome.com
Framework for user identify command
Additional database mapping table 'slackmap'
Pin wavefront_pyformance to v0.9.2
Output of slackid and workspaceid when showing/generating init credentials
Re-factor permissions for better memeory usage
Update documentation
Split across accounts for dev/prod
Ensure Make uses correct AWS profile
Policy documentation
Adjust config files for seperate dev and prod AWS accounts
Ensure that username is set from slackid
Use yaml.safeloader for config files
Decode and add workspaceid into the output
Document slackmap table usage
Retire generic slack token and use a 'proper' auth token this will now show the app name as 'chaim' rather than 'slack API
Tester'
Slack API tokens are now stored under the environment path as well as under the workspaceid
'identify' command now returns to slack quickly without any other checks
Ensure data is returned to the 'slack' user name not the 'chaim' user name
Chaim now has limited OAuth Scope in Slack
Client uses workspaceid if it is present
Add questions for slackid and workspaceid when initialising the client
Slack api token is now only obtained just before it is required - this fixes the client being unable to decode the output from
chaim.
Further documentation updates.
2019-08-13
author: chris.allison@hivehome.com
Use slackid as identifier rather than slack display name
2019-05-31
author: anibal.capotorto@hivehome.com
Cognito cache
Parameter Store cache
both for warm lambdas (no caching when lambda is started from cold, obviously).
2019-05-15
author: chris.allison@hivehome.com
added Ansible and Terraform support to the CCA client
2019-01-21
author: chris.allison@hivehome.com
Fuzzy time display for credential/user token expiration times
2018-08-14
repository started