You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ Note: AWS specific checks must be skipped as they do not work on STACKIT. For de
167
167
-`service_account_key` (String) Service account key used for authentication. If set, the key flow will be used to authenticate all operations.
168
168
-`service_account_key_path` (String) Path for the service account key used for authentication. If set, the key flow will be used to authenticate all operations.
169
169
-`service_account_token` (String) Token used for authentication. If set, the token flow will be used to authenticate all operations.
170
+
-`service_enablement_custom_endpoint` (String) Custom endpoint for the Service Enablement API
170
171
-`ske_custom_endpoint` (String) Custom endpoint for the Kubernetes Engine (SKE) service
171
172
-`sqlserverflex_custom_endpoint` (String) Custom endpoint for the SQL Server Flex service
172
173
-`token_custom_endpoint` (String) Custom endpoint for the token API, which is used to request access tokens when using the key flow
"credentials_path": "Path of JSON from where the credentials are read. Takes precedence over the env var `STACKIT_CREDENTIALS_PATH`. Default value is `~/.stackit/credentials.json`.",
118
-
"service_account_token": "Token used for authentication. If set, the token flow will be used to authenticate all operations.",
119
-
"service_account_key_path": "Path for the service account key used for authentication. If set, the key flow will be used to authenticate all operations.",
120
-
"service_account_key": "Service account key used for authentication. If set, the key flow will be used to authenticate all operations.",
121
-
"private_key_path": "Path for the private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
122
-
"private_key": "Private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
123
-
"service_account_email": "Service account email. It can also be set using the environment variable STACKIT_SERVICE_ACCOUNT_EMAIL. It is required if you want to use the resource manager project resource.",
124
-
"region": "Region will be used as the default location for regional services. Not all services require a region, some are global",
125
-
"argus_custom_endpoint": "Custom endpoint for the Argus service",
126
-
"dns_custom_endpoint": "Custom endpoint for the DNS service",
127
-
"iaas_custom_endpoint": "Custom endpoint for the IaaS service",
128
-
"mongodbflex_custom_endpoint": "Custom endpoint for the MongoDB Flex service",
129
-
"loadbalancer_custom_endpoint": "Custom endpoint for the Load Balancer service",
130
-
"logme_custom_endpoint": "Custom endpoint for the LogMe service",
131
-
"rabbitmq_custom_endpoint": "Custom endpoint for the RabbitMQ service",
132
-
"mariadb_custom_endpoint": "Custom endpoint for the MariaDB service",
133
-
"authorization_custom_endpoint": "Custom endpoint for the Membership service",
134
-
"objectstorage_custom_endpoint": "Custom endpoint for the Object Storage service",
135
-
"opensearch_custom_endpoint": "Custom endpoint for the OpenSearch service",
136
-
"postgresql_custom_endpoint": "Custom endpoint for the PostgreSQL service",
137
-
"postgresflex_custom_endpoint": "Custom endpoint for the PostgresFlex service",
138
-
"redis_custom_endpoint": "Custom endpoint for the Redis service",
139
-
"server_backup_custom_endpoint": "Custom endpoint for the Server Backup service",
140
-
"resourcemanager_custom_endpoint": "Custom endpoint for the Resource Manager service",
141
-
"secretsmanager_custom_endpoint": "Custom endpoint for the Secrets Manager service",
142
-
"sqlserverflex_custom_endpoint": "Custom endpoint for the SQL Server Flex service",
143
-
"ske_custom_endpoint": "Custom endpoint for the Kubernetes Engine (SKE) service",
144
-
"token_custom_endpoint": "Custom endpoint for the token API, which is used to request access tokens when using the key flow",
145
-
"jwks_custom_endpoint": "Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when using the key flow",
146
-
"enable_beta_resources": "Enable beta resources. Default is false.",
118
+
"credentials_path": "Path of JSON from where the credentials are read. Takes precedence over the env var `STACKIT_CREDENTIALS_PATH`. Default value is `~/.stackit/credentials.json`.",
119
+
"service_account_token": "Token used for authentication. If set, the token flow will be used to authenticate all operations.",
120
+
"service_account_key_path": "Path for the service account key used for authentication. If set, the key flow will be used to authenticate all operations.",
121
+
"service_account_key": "Service account key used for authentication. If set, the key flow will be used to authenticate all operations.",
122
+
"private_key_path": "Path for the private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
123
+
"private_key": "Private RSA key used for authentication, relevant for the key flow. It takes precedence over the private key that is included in the service account key.",
124
+
"service_account_email": "Service account email. It can also be set using the environment variable STACKIT_SERVICE_ACCOUNT_EMAIL. It is required if you want to use the resource manager project resource.",
125
+
"region": "Region will be used as the default location for regional services. Not all services require a region, some are global",
126
+
"argus_custom_endpoint": "Custom endpoint for the Argus service",
127
+
"dns_custom_endpoint": "Custom endpoint for the DNS service",
128
+
"iaas_custom_endpoint": "Custom endpoint for the IaaS service",
129
+
"mongodbflex_custom_endpoint": "Custom endpoint for the MongoDB Flex service",
130
+
"loadbalancer_custom_endpoint": "Custom endpoint for the Load Balancer service",
131
+
"logme_custom_endpoint": "Custom endpoint for the LogMe service",
132
+
"rabbitmq_custom_endpoint": "Custom endpoint for the RabbitMQ service",
133
+
"mariadb_custom_endpoint": "Custom endpoint for the MariaDB service",
134
+
"authorization_custom_endpoint": "Custom endpoint for the Membership service",
135
+
"objectstorage_custom_endpoint": "Custom endpoint for the Object Storage service",
136
+
"opensearch_custom_endpoint": "Custom endpoint for the OpenSearch service",
137
+
"postgresql_custom_endpoint": "Custom endpoint for the PostgreSQL service",
138
+
"postgresflex_custom_endpoint": "Custom endpoint for the PostgresFlex service",
139
+
"redis_custom_endpoint": "Custom endpoint for the Redis service",
140
+
"server_backup_custom_endpoint": "Custom endpoint for the Server Backup service",
141
+
"resourcemanager_custom_endpoint": "Custom endpoint for the Resource Manager service",
142
+
"secretsmanager_custom_endpoint": "Custom endpoint for the Secrets Manager service",
143
+
"sqlserverflex_custom_endpoint": "Custom endpoint for the SQL Server Flex service",
144
+
"ske_custom_endpoint": "Custom endpoint for the Kubernetes Engine (SKE) service",
145
+
"service_enablement_custom_endpoint": "Custom endpoint for the Service Enablement API",
146
+
"token_custom_endpoint": "Custom endpoint for the token API, which is used to request access tokens when using the key flow",
147
+
"jwks_custom_endpoint": "Custom endpoint for the jwks API, which is used to get the json web key sets (jwks) to validate tokens when using the key flow",
148
+
"enable_beta_resources": "Enable beta resources. Default is false.",
0 commit comments