Skip to content

Commit 9c3251a

Browse files
committed
feedback
Signed-off-by: Jorge Turrado <jorge.turrado@mail.schwarz>
1 parent 8023681 commit 9c3251a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_config_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ stackit config set [flags]
5353
--serverbackup-custom-endpoint string Server Backup API base URL, used in calls to this API
5454
--service-account-custom-endpoint string Service Account API base URL, used in calls to this API
5555
--service-enablement-custom-endpoint string Service Enablement API base URL, used in calls to this API
56-
--session-time-limit string Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)
56+
--session-time-limit string Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s
5757
--ske-custom-endpoint string SKE API base URL, used in calls to this API
5858
--sqlserverflex-custom-endpoint string SQLServer Flex API base URL, used in calls to this API
5959
--token-custom-endpoint string Custom token endpoint of the Service Account API, which is used to request access tokens when the service account authentication is activated. Not relevant for user authentication.

internal/cmd/config/set/set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Use "{{.CommandPath}} [command] --help" for more information about a command.{{e
132132
}
133133

134134
func configureFlags(cmd *cobra.Command) {
135-
cmd.Flags().String(sessionTimeLimitFlag, "", "Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s (BETA: currently values greater than 2h have no effect)")
135+
cmd.Flags().String(sessionTimeLimitFlag, "", "Maximum time before authentication is required again. After this time, you will be prompted to login again to execute commands that require authentication. Can't be larger than 24h. Requires authentication after being set to take effect. Examples: 3h, 5h30m40s")
136136
cmd.Flags().String(identityProviderCustomWellKnownConfigurationFlag, "", "Identity Provider well-known OpenID configuration URL, used for user authentication")
137137
cmd.Flags().String(identityProviderCustomClientIdFlag, "", "Identity Provider client ID, used for user authentication")
138138
cmd.Flags().String(allowedUrlDomainFlag, "", `Domain name, used for the verification of the URLs that are given in the custom identity provider endpoint and "STACKIT curl" command`)

0 commit comments

Comments
 (0)