This commit is contained in:
Daniel Hougaard
2024-08-20 19:42:27 +04:00
parent df8f2cf9ab
commit 2a043afe11
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
environmentsUsed: 0,
identityLimit: null,
identitiesUsed: 0,
dynamicSecret: true,
dynamicSecret: false,
secretVersioning: true,
pitRecovery: false,
ipAllowlisting: false,

View File

@@ -52,8 +52,8 @@ export default function AzureDevopsCreateIntegrationPage() {
<Input placeholder="" value={apiKey} onChange={(e) => setApiKey(e.target.value)} />
</FormControl>
<FormControl
label="AzureDevops Organization Name"
tooltipText="This is not the organization ID, but the slug of the organization. An example would be 'my-acme-org'"
label="Azure DevOps Organization Name"
tooltipText="This is the slug of the organization. An example would be 'my-acme-org'"
errorText={apiKeyErrorText}
isError={apiKeyErrorText !== "" ?? false}
>