Skip to content

Commit

Permalink
update version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Apr 7, 2023
1 parent a76fc00 commit 78def75
Show file tree
Hide file tree
Showing 15 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion infra/examples-dev/aws-google-workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ data "google_project" "psoxy-google-connectors" {

module "psoxy" {
source = "../../modular-examples/aws-google-workspace"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn # role that can test the instances (lambdas)
Expand Down
2 changes: 1 addition & 1 deletion infra/examples-dev/aws-msft-365/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ provider "azuread" {

module "psoxy" {
source = "../../modular-examples/aws-msft-365"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn # role that can test the instances (lambdas)
Expand Down
2 changes: 1 addition & 1 deletion infra/examples-dev/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ provider "azuread" {

module "psoxy" {
source = "../../modular-examples/aws"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn # role that can test the instances (lambdas)
Expand Down
2 changes: 1 addition & 1 deletion infra/examples-dev/gcp-google-workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {

module "psoxy" {
source = "../../modular-examples/gcp-google-workspace"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=v0.4.18"

gcp_project_id = var.gcp_project_id
environment_name = var.environment_name
Expand Down
2 changes: 1 addition & 1 deletion infra/examples-dev/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provider "azuread" {

module "psoxy" {
source = "../../modular-examples/gcp"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/gcp?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/gcp?ref=v0.4.18"

gcp_project_id = var.gcp_project_id
environment_name = var.environment_name
Expand Down
2 changes: 1 addition & 1 deletion infra/examples/aws-google-workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ data "google_project" "psoxy-google-connectors" {

module "psoxy" {
# source = "../../modular-examples/aws-google-workspace"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-google-workspace?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn # role that can test the instances (lambdas)
Expand Down
2 changes: 1 addition & 1 deletion infra/examples/aws-msft-365/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ provider "azuread" {

module "psoxy" {
# source = "../../modular-examples/aws-msft-365"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/aws-msft-365?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn # role that can test the instances (lambdas)
Expand Down
2 changes: 1 addition & 1 deletion infra/examples/gcp-google-workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {

module "psoxy" {
# source = "../../modular-examples/gcp-google-workspace"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/gcp-google-workspace?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modular-examples/gcp-google-workspace?ref=v0.4.18"

gcp_project_id = var.gcp_project_id
environment_name = var.environment_name
Expand Down
8 changes: 4 additions & 4 deletions infra/examples/msft-365/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "azuread_client_config" "current" {}

module "worklytics_connector_specs" {
# source = "../../modules/worklytics-connector-specs"
source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connector-specs?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connector-specs?ref=v0.4.18"

enabled_connectors = var.enabled_connectors

Expand All @@ -52,7 +52,7 @@ module "msft-connection" {
for_each = module.worklytics_connector_specs.enabled_msft_365_connectors

# source = "../../modules/azuread-connection"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-connection?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-connection?ref=v0.4.18"

display_name = "Psoxy Connector - ${each.value.display_name}${var.connector_display_name_suffix}"
tenant_id = var.msft_tenant_id
Expand All @@ -65,7 +65,7 @@ module "msft-connection-auth-federation" {
for_each = module.worklytics_connector_specs.enabled_msft_365_connectors

# source = "../../modules/azuread-federated-credentials"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-federated-credentials?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-federated-credentials?ref=v0.4.18"

application_object_id = module.msft-connection[each.key].connector.id
display_name = "AccessFromAWS"
Expand Down Expand Up @@ -107,7 +107,7 @@ module "msft_365_grants" {
for_each = module.worklytics_connector_specs.enabled_msft_365_connectors

# source = "../../modules/azuread-grant-all-users"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-grant-all-users?ref=rc-v0.4.18"
source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-grant-all-users?ref=v0.4.18"

psoxy_instance_id = each.key
application_id = module.msft-connection[each.key].connector.application_id
Expand Down
30 changes: 15 additions & 15 deletions infra/modular-examples/aws-google-workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

module "worklytics_connector_specs" {
source = "../../modules/worklytics-connector-specs"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connector-specs?ref=rc-v0.4.18
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connector-specs?ref=v0.4.18

enabled_connectors = var.enabled_connectors
google_workspace_example_user = var.google_workspace_example_user
Expand All @@ -31,7 +31,7 @@ module "worklytics_connector_specs" {

module "psoxy-aws" {
source = "../../modules/aws"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws?ref=rc-v0.4.18
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws?ref=v0.4.18

aws_account_id = var.aws_account_id
psoxy_base_dir = var.psoxy_base_dir
Expand All @@ -43,7 +43,7 @@ module "psoxy-aws" {
# secrets shared across all instances
module "global_secrets" {
source = "../../modules/aws-ssm-secrets"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-secrets?ref=rc-v0.4.18
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-secrets?ref=v0.4.18

path = var.aws_ssm_param_root_path
kms_key_id = var.aws_ssm_key_id
Expand All @@ -64,7 +64,7 @@ module "google-workspace-connection" {
for_each = module.worklytics_connector_specs.enabled_google_workspace_connectors

source = "../../modules/google-workspace-dwd-connection"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/google-workspace-dwd-connection?ref=rc-v0.4.18
# source = "git::https://github.com/worklytics/psoxy//infra/modules/google-workspace-dwd-connection?ref=v0.4.18

project_id = var.gcp_project_id
connector_service_account_id = "psoxy-${each.key}"
Expand All @@ -82,7 +82,7 @@ module "google-workspace-connection-auth" {
for_each = module.worklytics_connector_specs.enabled_google_workspace_connectors

source = "../../modules/gcp-sa-auth-key"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-sa-auth-key?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-sa-auth-key?ref=v0.4.18"

service_account_id = module.google-workspace-connection[each.key].service_account_id
}
Expand All @@ -91,7 +91,7 @@ module "sa-key-secrets" {
for_each = module.worklytics_connector_specs.enabled_google_workspace_connectors

source = "../../modules/aws-ssm-secrets"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-secrets?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-secrets?ref=v0.4.18"
# other possibly implementations:
# source = "../hashicorp-vault-secrets"

Expand All @@ -110,7 +110,7 @@ module "psoxy-google-workspace-connector" {
for_each = module.worklytics_connector_specs.enabled_google_workspace_connectors

source = "../../modules/aws-psoxy-rest"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-rest?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-rest?ref=v0.4.18"

function_name = "psoxy-${each.key}"
source_kind = each.key
Expand Down Expand Up @@ -150,7 +150,7 @@ module "worklytics-psoxy-connection-google-workspace" {
for_each = module.worklytics_connector_specs.enabled_google_workspace_connectors

source = "../../modules/worklytics-psoxy-connection"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection?ref=v0.4.18"

psoxy_instance_id = each.key
psoxy_host_platform_id = local.host_platform_id
Expand Down Expand Up @@ -196,7 +196,7 @@ module "parameter-fill-instructions" {
for_each = local.long_access_parameters

source = "../../modules/aws-ssm-fill-md"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-fill-md?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-ssm-fill-md?ref=v0.4.18"

region = var.aws_region
parameter_name = aws_ssm_parameter.long-access-secrets[each.key].name
Expand All @@ -206,7 +206,7 @@ module "source_token_external_todo" {
for_each = module.worklytics_connector_specs.enabled_oauth_long_access_connectors_todos

source = "../../modules/source-token-external-todo"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/source-token-external-todo?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/source-token-external-todo?ref=v0.4.18"

source_id = each.key
connector_specific_external_steps = each.value.external_token_todo
Expand All @@ -219,7 +219,7 @@ module "aws-psoxy-long-auth-connectors" {
for_each = module.worklytics_connector_specs.enabled_oauth_long_access_connectors

source = "../../modules/aws-psoxy-rest"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-rest?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-rest?ref=v0.4.18"

function_name = "psoxy-${each.key}"
path_to_function_zip = module.psoxy-aws.path_to_deployment_jar
Expand Down Expand Up @@ -262,7 +262,7 @@ module "worklytics-psoxy-connection" {
for_each = module.worklytics_connector_specs.enabled_oauth_long_access_connectors

source = "../../modules/worklytics-psoxy-connection"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection?ref=v0.4.18"

psoxy_instance_id = each.key
connector_id = try(each.value.worklytics_connector_id, "")
Expand Down Expand Up @@ -295,7 +295,7 @@ module "psoxy-bulk" {
for_each = merge(module.worklytics_connector_specs.enabled_bulk_connectors, var.custom_bulk_connectors)

source = "../../modules/aws-psoxy-bulk"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-bulk?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-bulk?ref=v0.4.18"

aws_account_id = var.aws_account_id
aws_assume_role_arn = var.aws_assume_role_arn
Expand Down Expand Up @@ -332,7 +332,7 @@ module "psoxy-bulk-to-worklytics" {
var.custom_bulk_connectors)

source = "../../modules/worklytics-psoxy-connection-generic"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection-generic?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection-generic?ref=v0.4.18"

psoxy_host_platform_id = local.host_platform_id
psoxy_instance_id = each.key
Expand All @@ -352,7 +352,7 @@ module "lookup_output" {
for_each = var.lookup_table_builders

source = "../../modules/aws-psoxy-output-bucket"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-output-bucket?ref=rc-v0.4.18"
# source = "git::https://github.com/worklytics/psoxy//infra/modules/aws-psoxy-output-bucket?ref=v0.4.18"

instance_id = each.key
iam_role_for_lambda_name = module.psoxy-bulk[each.value.input_connector_id].instance_role_name
Expand Down
Loading

0 comments on commit 78def75

Please sign in to comment.