Skip to content

Commit

Permalink
Choosing a more secure option should not come with a warning - #621 (#…
Browse files Browse the repository at this point in the history
…623)

* changed note field

* changed additional file

* Update principals.json

* Update clusterTab.js

---------

Co-authored-by: Ayobami Ayodeji <ayobaami@hotmail.com>
Co-authored-by: Gordon Byers <gordonbyers@gmail.com>
  • Loading branch information
3 people committed Aug 31, 2023
1 parent 5051c8a commit a4bc33c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helper/src/components/clusterTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default function ({ defaults, tabValues, updateFn, featureFlag, invalidAr
options={[
{ key: 'none', text: 'Public IP with no IP restrictions' },
{ key: 'whitelist', text: 'Create allowed IP ranges (defaults to IP address of machine running the script)' },
{ key: 'private', text: 'Private Cluster (WARNING: most complex to operate)' }
{ key: 'private', text: 'Private Cluster (Most secure option for your apps, but requires most involved access management)' }

]}
onChange={(ev, { key }) => updateFn("apisecurity", key)}
Expand Down Expand Up @@ -503,4 +503,4 @@ export default function ({ defaults, tabValues, updateFn, featureFlag, invalidAr
</>}
</Stack>
)
}
}
4 changes: 2 additions & 2 deletions helper/src/configpresets/principals.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"description": {
"title": "Best option for highly secure, regulated environments or sensitive data requirements.",
"titleWarning": {
"description": "WARNING: most complex environment option to operate",
"description": "Most secure option for your apps, but requires most involved access management",
"MessageBarType": 5
},
"bulets": [
Expand Down Expand Up @@ -471,4 +471,4 @@
}
]
}
}
}

0 comments on commit a4bc33c

Please sign in to comment.