Commit Graph

111 Commits

Author SHA1 Message Date
chas
62bb2e2ef7 Fix typo 2022-04-22 12:28:31 -04:00
chas
4257826f0b Rename redis configuration name to match other templates, mention config in README 2022-04-22 12:13:24 -04:00
De Ville Weppenaar
152c59fa29 introduce config map for redis 2022-04-11 09:25:11 -07:00
De Ville Weppenaar
354c0d281a set redis args 2022-04-08 15:39:19 -07:00
De Ville Weppenaar
d3ac9907f5 set op-scim-redis requests and limits 2022-04-08 15:36:29 -07:00
De Ville Weppenaar
c44c38fbd2 set op-scim-bridge requests and limits 2022-04-08 15:36:19 -07:00
De Ville Weppenaar
28d3c3a669 update whitespace to simplify removing comments 2022-03-28 12:11:24 -07:00
De Ville Weppenaar
9aad709807 fix indentation 2022-03-28 12:00:26 -07:00
De Ville Weppenaar
20eca09189 revert port change 2022-03-28 11:59:23 -07:00
De Ville Weppenaar
54d10a7811 fix indentation 2022-03-28 11:58:36 -07:00
De Ville Weppenaar
663902e87b remove trailing space from comment 2022-03-28 11:57:41 -07:00
Adam Pike
b74f964014 Update Redis ports
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-03-25 17:02:12 -02:30
Adam Pike
405354ccb1 Update Service spec 2022-03-25 12:51:29 -02:30
Adam Pike
c721a1f024 Update container ports in Deployment manifest
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-03-24 22:53:47 -02:30
alicethorne-ab
27dfe12b32 bump to v2.3.1 2022-02-17 11:34:17 -05:00
Adam Pike
9def0e9d8e Fix typo in OP_LETSENCRYPT_EMAIL env var
Missing a `C` here. :-)
2021-12-23 11:48:04 -03:30
alicethorne-ab
3c0d0636d2 v2.3.0, documenting new env flag 2021-11-25 14:45:12 -05:00
alicethorne-ab
59d7360130 v2.2.1 2021-10-20 18:58:12 -04:00
alicethorne-ab
13f16c6958 v2.2.0 2021-10-07 13:43:10 -04:00
alicethorne-ab
a81220593b v2.1.2 2021-09-07 17:19:32 -04:00
alicethorne-ab
6828db2bb7 v2.1.0 2021-07-05 16:07:57 -04:00
alicethorne-ab
b8df004c8e bump to v2.0.2 2021-05-19 16:30:17 -04:00
chas
af52d9dfe0 Version bump to 2.0.1 2021-05-07 16:17:56 -04:00
alicethorne-ab
7e17cc2425 post-release fixes 2021-04-07 19:19:55 -04:00
alicethorne-ab
7daa72b51e debug and pretty logs 2021-04-07 19:19:55 -04:00
alicethorne-ab
6efe397ae0 expose OP_JSON_LOGS 2021-04-07 19:19:55 -04:00
alicethorne-ab
f6c5031a90 AWS terraform changes for 2.0 2021-04-07 19:19:55 -04:00
alicethorne-ab
d3bb258c47 SCIM bridge 2.0 changes 2021-04-07 19:19:55 -04:00
De Ville Weppenaar
e082c961a5 update to v1.6.2 2021-02-08 10:16:32 -08:00
De Ville Weppenaar
438fd7ef0b fix formatting 2021-02-08 10:15:50 -08:00
accraw
b83ed4126e Merge branch 'master' into accraw/1012 2021-01-11 09:20:48 -04:00
Graham L Brown
0e65e7e4c2 Update to v1.6.1 2020-12-10 09:30:06 -08:00
Amanda Crawley
17f8423d10 updated to remove ENTRYPOINT command because it's in the image 2020-11-19 14:53:04 -04:00
Alice Thorne
2090f01447 Merge pull request #121 from 1Password/alice/doc-improvements
Further documentation improvements
2020-11-11 12:45:29 -05:00
alicethorne-ab
9a6c47ccee add curl to docker/aws 2020-11-10 12:13:51 -05:00
alicethorne-ab
9f5dbd879f PR review changes 2020-11-10 11:57:24 -05:00
Pierre-Alexandre St-Jean
4b4bde4dea Update op-scim-config.yaml 2020-11-04 08:30:36 -05:00
alicethorne-ab
85a01a4b13 more improvements to documentation 2020-11-03 14:17:23 -05:00
alicethorne-ab
93ce31b829 improve docker/kubernetes documentation, add Updating info 2020-11-02 15:34:05 -05:00
alicethorne-ab
beb7ec05a1 remove livenessProbe (fixes issue with Azure Kubernetes Service) 2020-10-23 17:12:49 -04:00
alicethorne-ab
0df9e6e202 one last typo 2020-10-14 14:17:01 -04:00
alicethorne-ab
2c36358466 more tweaks 2020-10-14 14:12:40 -04:00
alicethorne-ab
1f37f886c9 expanding upon the kubernetes simplification PR 2020-10-14 13:03:19 -04:00
Pierre-Alexandre St-Jean
ff14b04b10 Update op-scim-service.yaml 2020-10-14 08:48:40 -04:00
Pierre-Alexandre St-Jean
86edc0f0be Add newlines 2020-10-09 17:07:34 -04:00
Pierre-Alexandre St-Jean
f8dfc02a81 typo 2020-10-09 17:04:26 -04:00
Pierre-Alexandre St-Jean
9d878734d4 Simplify kubernetes explanations
The example text is currently long to read and understand, this is my take at trying to make the kubernetes deployment simpler to understand with options to customize

- We encourage to use the provided redis instance here, explicit options to configure the redis host and port are added if you want to use another instace.
- We highly encourage let's encrypt. Let's document it a little, documentation on how to not use it is in /PREPARATION.md
- Add a LivelinessProbe to the SCIM bridge deployment
- Rename the redis deployment to something SCIM Bridge specific
- Fix some typo here and there
2020-10-09 17:01:27 -04:00
alicethorne-ab
59d17fe84f bump to version 1.6.0 2020-09-23 14:48:23 -04:00
Graham L Brown
fc373ae350 Version bump to 1.4.4 2020-08-06 12:23:19 -07:00
Kristi Burnette
2c01e8be37 Bump to version 1.4.3 2020-07-09 13:50:25 -06:00