Skip to content

Commit cf0a6ee

Browse files
feat: ITN@PROD (#188)
mil-auth@prod
1 parent 42799b9 commit cf0a6ee

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
subscription=PROD-CSTAR
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
resource_group_name = "terraform-state-rg"
2+
storage_account_name = "tfappprodcstar"
3+
container_name = "terraform-state"
4+
key = "mil-auth-prod.tfstate"
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# ------------------------------------------------------------------------------
2+
# General variables.
3+
# ------------------------------------------------------------------------------
4+
prefix = "cstar"
5+
env_short = "p"
6+
env = "prod"
7+
location = "italynorth"
8+
location_short = "itn"
9+
domain = "mcshared"
10+
11+
# ------------------------------------------------------------------------------
12+
# External resources.
13+
# ------------------------------------------------------------------------------
14+
cae_name = "cstar-p-itn-mcshared-cae"
15+
cae_resource_group_name = "cstar-p-itn-mcshared-compute-rg"
16+
id_name = "cstar-p-itn-mcshared-auth-id"
17+
id_resource_group_name = "cstar-p-itn-mcshared-security-rg"
18+
general_kv_name = "cstar-p-itn-mc-gen-kv"
19+
general_kv_resource_group_name = "cstar-p-itn-mcshared-security-rg"
20+
auth_kv_name = "cstar-p-itn-mc-auth-kv"
21+
auth_kv_resource_group_name = "cstar-p-itn-mcshared-security-rg"
22+
23+
# ------------------------------------------------------------------------------
24+
# Names of key vault secrets.
25+
# ------------------------------------------------------------------------------
26+
cosmosdb_account_primary_mongodb_connection_string_kv_secret = "cosmosdb-account-mcshared-primary-mongodb-connection-string"
27+
cosmosdb_account_secondary_mongodb_connection_string_kv_secret = "cosmosdb-account-mcshared-secondary-mongodb-connection-string"
28+
key_vault_auth_vault_uri_kv_secret = "key-vault-auth-vault-uri"
29+
application_insigths_connection_string_kv_secret = "core-application-insigths-connection-string"
30+
31+
# ------------------------------------------------------------------------------
32+
# Configuration of the Container App used by the microservice.
33+
# ------------------------------------------------------------------------------
34+
workload_profile_name = "Consumption"
35+
36+
# ------------------------------------------------------------------------------
37+
# Configuration of the microservice.
38+
# ------------------------------------------------------------------------------
39+
mil_auth_quarkus_log_level = "DEBUG"
40+
mil_auth_app_log_level = "DEBUG"
41+
mil_auth_json_log = false
42+
mil_auth_quarkus_rest_client_logging_scope = "request-response"
43+
mil_auth_cryptoperiod = 31536000
44+
mil_auth_keysize = 4096
45+
mil_auth_access_duration = 1800
46+
mil_auth_refresh_duration = 21600
47+
mil_auth_image = "ghcr.io/pagopa/mil-auth:latest"
48+
mil_auth_cpu = "1"
49+
mil_auth_memory = "2.0Gi"
50+
mil_auth_max_replicas = 5
51+
mil_auth_min_replicas = 1
52+
mil_auth_keyvault_maxresults = 20
53+
mil_auth_keyvault_backoff_num_of_attempts = 5
54+
mil_auth_mongodb_connect_timeout = "5s"
55+
mil_auth_mongodb_read_timeout = "10s"
56+
mil_auth_mongodb_server_selection_timeout = "5s"
57+
mil_auth_base_url = "https://api-mcshared.cstar.pagopa.it/auth"

0 commit comments

Comments
 (0)