Commit Graph

461 Commits

Author SHA1 Message Date
Scott Lougheed
6948848261 Merge branch 'master' into scoot/fix-k8s-readme-typos 2022-10-03 12:49:25 -07:00
Chas Lynch
93ddd664a3 Merge pull request #212 from 1Password/laz/2.6.2
Bump to 2.6.2
2022-09-30 12:21:17 -04:00
Lazarus Holl
0555f77282 undo auto format 2022-09-30 17:04:07 +02:00
Lazarus Holl
fc0a63be3e Merge branch 'laz/2.6.2' of https://github.com/1Password/scim-examples into laz/2.6.2 2022-09-30 17:03:09 +02:00
Lazarus Holl
2b67b642a1 bump to 2.6.2 2022-09-30 17:03:07 +02:00
Lazarus Holl
d9a38bc2b4 bump to 2.6.2 2022-09-30 16:58:50 +02:00
Scott Lougheed
19e9aeff02 reverting changes 2022-09-23 16:19:51 -07:00
Scott Lougheed
7eee7021ac Revert "further gw revisions"
This reverts commit 88705e51b4.
2022-09-23 16:17:44 -07:00
Scott Lougheed
88705e51b4 further gw revisions 2022-09-23 16:13:43 -07:00
Scott Lougheed
6988068e80 adding path to workspaces settings file 2022-09-23 16:11:23 -07:00
Scott Lougheed
c51f148910 minor copy tweaks 2022-09-23 16:08:15 -07:00
Scott Lougheed
1fd4ad7570 revising workspace error message caveat 2022-09-23 16:07:10 -07:00
Scott Lougheed
f1385694c7 revising workspace error message caveat 2022-09-23 16:06:48 -07:00
Scott Lougheed
af4eb4c4f5 fixing typo 2022-09-23 16:02:23 -07:00
Scott Lougheed
e9dfab59f4 minor formatting tweaks 2022-09-23 16:01:24 -07:00
Scott Lougheed
e04b3d9004 refining instructions and remove beta references 2022-09-23 15:58:31 -07:00
Adam Pike
ba9d992978 Update Kubernetes readme 2022-09-23 19:50:38 -02:30
Chas Lynch
c134427568 Merge pull request #205 from 1Password/204/google-workspace-credentials-k8s-fix
Add Google Workspace configuration to Kubernetes example
2022-09-19 10:04:49 -04:00
Scott Lougheed
1b2e00bb89 fixing typo in readme for create secret command
Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:15:52 -07:00
Scott Lougheed
ff77c5b1d1 rebase to retro-sign 2022-09-15 17:15:17 -07:00
Scott Lougheed
e597a93011 updating readme signed
Updating readme to include details of an error a person might encounter when applying a deployment from the same directory as the workspace json files.

Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:14:54 -07:00
Scott Lougheed
480d9ce764 Fixing type in readme for create secret command
signed
Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:14:19 -07:00
Scott Lougheed
ea7cb04d66 Updating readme
signed Updating readme to include details of an error a person might encounter when applying a deployment from the same directory as the workspace json files so they can self-troubleshoot.

Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:14:13 -07:00
Scott Lougheed
443fcc3dae changing mount path and adding .json
signed
Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:14:02 -07:00
Scott Lougheed
56ca993a1d workspace secrets optional, readme updated
signed Tested deployments with/without workspace credentials. Marked workspace secrets as optional. Updated readme to encourage users to specify a secret name as has recently been done with the scimsession file.

Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:13:53 -07:00
Scott Lougheed
7c9af927fa Initial support for workspace creds
signed Initial proof of concept to support workspace credentials. Moves to projected volumes for mounting secrets, since that supports multiple secrets in one dir.

Co-Authored-By: Adam Pike <adam.pike@1password.com>
2022-09-15 17:13:45 -07:00
Adam Pike
ad9c748e98 Merge pull request #202 from 1Password/solutions/aws-terraform-google-workspace
Introduce Google Workspace configuration for AWS Terraform deployment example
2022-09-13 12:25:31 -02:30
Adam Pike
5ae8ab5dfc Remove domain key from workspace-settings.json
Resolves #203.

Co-Authored-By: Chas Lynch <chas@lynchcrew.net>
2022-09-13 11:12:31 -02:30
Adam Pike
5211846167 Clarify variable description
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-09-10 16:43:51 -02:30
Adam Pike
8e109a98f8 Refresh readme
Add collapsible sections, specify `terraform` language in relevant code blocks
2022-09-10 16:43:51 -02:30
Adam Pike
8d1471a902 Encode module path, update file function call
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-09-10 16:43:51 -02:30
Adam Pike
fa1bc849c8 White space formatting for .tfvars template
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-09-10 16:43:51 -02:30
Adam Pike
cf8d21ac89 Include default null values in task definition
For cleaner `terraform apply` when merging changes to container definitions
2022-09-10 16:43:51 -02:30
Adam Pike
2eeede3bd8 Add instructions to enable GW config to readme
Co-Authored-By: Bryan Black <bryan.black@agilebits.com>
Co-Authored-By: Scott Lougheed <scott@scottlougheed.com>
2022-09-10 16:43:51 -02:30
Adam Pike
9bd4d9e950 Refactor container defs, invoke GW module
Co-Authored-By: Bryan Black <bryan.black@agilebits.com>
Co-Authored-By: Scott Lougheed <scott@scottlougheed.com>
2022-09-10 16:43:51 -02:30
Adam Pike
6b3c1ff266 Add workspace config to .gitignore 2022-09-10 16:43:51 -02:30
Adam Pike
d878e1559b Introduce variable to enable GW config
Co-Authored-By: Bryan Black <bryan.black@agilebits.com>
Co-Authored-By: Scott Lougheed <scott@scottlougheed.com>
2022-09-10 16:43:40 -02:30
Adam Pike
ff2feaaa8b Introduce Google Workspace module
Co-Authored-By: Bryan Black <bryan.black@agilebits.com>
Co-Authored-By: Scott Lougheed <scott@scottlougheed.com>
2022-09-10 16:43:40 -02:30
Chas Lynch
d47b25015f Merge pull request #196 from 1Password/chas/2673-update-resource-recommendations
Add resource recommendations for SCIM and Redis deployments to README
2022-09-07 09:40:43 -04:00
chas
4cf2f4d37d Update ecsfargate example 2022-08-30 10:16:07 -04:00
chas
062e397ef7 Better wording 2022-08-30 10:14:52 -04:00
Adam Pike
1536076607 Merge pull request #198 from 1Password/solutions/fix-terraform-secret
Updates `aws_secretsmanager_secret_version` in Terraform deployment example and pins minimum required version of Terraform to [v1.1](https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md)https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md
2022-08-29 16:12:50 -02:30
Chas Lynch
0ceecd984b Merge pull request #199 from 1Password/alice/2.6.0
Bump to v2.6.0
2022-08-29 09:11:55 -04:00
Alice Thorne
dcb1358b6e bump to v2.6.0 2022-08-26 17:29:29 -04:00
Adam Pike
f63d67a463 Updated required_version to support move block
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-08-26 12:23:58 -02:30
Adam Pike
064207c403 Reformatted with terraform fmt
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-08-25 16:23:10 -02:30
Adam Pike
028a3dfde4 Add moved block
Signed-off-by: Adam Pike <adam.pike@1password.com>
2022-08-25 16:21:56 -02:30
Adam Pike
4f9e82fb51 Updated secret_version label
Co-Authored-By: Scott Lougheed <scott@scottlougheed.com>
Co-Authored-By: Bryan Black <106387451+black-bryan@users.noreply.github.com>
2022-08-24 16:15:18 -02:30
chas
7ef7144d88 Add resource recommendations for SCIM and Redis deployments to README 2022-08-18 13:38:51 -04:00
De Ville Weppenaar
5a1a32e2f5 Merge pull request #195 from 1Password/cl/2.5.1
Version bump to v2.5.1
2022-08-11 13:36:42 -07:00