Skip to content

Commit dab80a8

Browse files
committed
fix(sfs): add missing custom endpoint output
- `sfs-custom-endpoint` was missing in output of `$ stackit config list`
1 parent 8e2e8c0 commit dab80a8

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

internal/pkg/config/config.go

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,37 +90,37 @@ var ConfigKeys = []string{
9090
IdentityProviderCustomClientIdKey,
9191
AllowedUrlDomainKey,
9292

93+
AlbCustomEndpoint,
94+
AuthorizationCustomEndpointKey,
95+
CDNCustomEndpointKey,
9396
DNSCustomEndpointKey,
9497
EdgeCustomEndpointKey,
98+
GitCustomEndpointKey,
99+
IaaSCustomEndpointKey,
100+
IntakeCustomEndpointKey,
101+
KMSCustomEndpointKey,
95102
LoadBalancerCustomEndpointKey,
96103
LogMeCustomEndpointKey,
104+
LogsCustomEndpointKey,
97105
MariaDBCustomEndpointKey,
106+
MongoDBFlexCustomEndpointKey,
98107
ObjectStorageCustomEndpointKey,
108+
ObservabilityCustomEndpointKey,
99109
OpenSearchCustomEndpointKey,
100110
PostgresFlexCustomEndpointKey,
101-
ResourceManagerEndpointKey,
102-
ObservabilityCustomEndpointKey,
103-
AuthorizationCustomEndpointKey,
104-
MongoDBFlexCustomEndpointKey,
105111
RabbitMQCustomEndpointKey,
106112
RedisCustomEndpointKey,
107113
ResourceManagerEndpointKey,
108-
SecretsManagerCustomEndpointKey,
109-
KMSCustomEndpointKey,
110-
ServiceAccountCustomEndpointKey,
111-
ServiceEnablementCustomEndpointKey,
112-
ServerBackupCustomEndpointKey,
113-
ServerOsUpdateCustomEndpointKey,
114114
RunCommandCustomEndpointKey,
115115
SKECustomEndpointKey,
116116
SQLServerFlexCustomEndpointKey,
117-
IaaSCustomEndpointKey,
117+
SecretsManagerCustomEndpointKey,
118+
ServerBackupCustomEndpointKey,
119+
ServerOsUpdateCustomEndpointKey,
120+
ServiceAccountCustomEndpointKey,
121+
ServiceEnablementCustomEndpointKey,
122+
SfsCustomEndpointKey,
118123
TokenCustomEndpointKey,
119-
GitCustomEndpointKey,
120-
IntakeCustomEndpointKey,
121-
AlbCustomEndpoint,
122-
LogsCustomEndpointKey,
123-
CDNCustomEndpointKey,
124124
}
125125

126126
var defaultConfigFolderPath string

0 commit comments

Comments
 (0)