From dab80a8573fd4489cd63da7ed3b98c5a7082dd22 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Tue, 12 May 2026 10:26:03 +0200 Subject: [PATCH] fix(sfs): add missing custom endpoint output - `sfs-custom-endpoint` was missing in output of `$ stackit config list` --- internal/pkg/config/config.go | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 638207898..a2852b59f 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -90,37 +90,37 @@ var ConfigKeys = []string{ IdentityProviderCustomClientIdKey, AllowedUrlDomainKey, + AlbCustomEndpoint, + AuthorizationCustomEndpointKey, + CDNCustomEndpointKey, DNSCustomEndpointKey, EdgeCustomEndpointKey, + GitCustomEndpointKey, + IaaSCustomEndpointKey, + IntakeCustomEndpointKey, + KMSCustomEndpointKey, LoadBalancerCustomEndpointKey, LogMeCustomEndpointKey, + LogsCustomEndpointKey, MariaDBCustomEndpointKey, + MongoDBFlexCustomEndpointKey, ObjectStorageCustomEndpointKey, + ObservabilityCustomEndpointKey, OpenSearchCustomEndpointKey, PostgresFlexCustomEndpointKey, - ResourceManagerEndpointKey, - ObservabilityCustomEndpointKey, - AuthorizationCustomEndpointKey, - MongoDBFlexCustomEndpointKey, RabbitMQCustomEndpointKey, RedisCustomEndpointKey, ResourceManagerEndpointKey, - SecretsManagerCustomEndpointKey, - KMSCustomEndpointKey, - ServiceAccountCustomEndpointKey, - ServiceEnablementCustomEndpointKey, - ServerBackupCustomEndpointKey, - ServerOsUpdateCustomEndpointKey, RunCommandCustomEndpointKey, SKECustomEndpointKey, SQLServerFlexCustomEndpointKey, - IaaSCustomEndpointKey, + SecretsManagerCustomEndpointKey, + ServerBackupCustomEndpointKey, + ServerOsUpdateCustomEndpointKey, + ServiceAccountCustomEndpointKey, + ServiceEnablementCustomEndpointKey, + SfsCustomEndpointKey, TokenCustomEndpointKey, - GitCustomEndpointKey, - IntakeCustomEndpointKey, - AlbCustomEndpoint, - LogsCustomEndpointKey, - CDNCustomEndpointKey, } var defaultConfigFolderPath string