Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #58

Merged
merged 36 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
e66271a
feat: add workspaces UI Service to the docker deployment
hc186011 Aug 1, 2024
c905813
Add finishing touches
hc186011 Aug 22, 2024
f8fd1c1
Update version
hc186011 Aug 23, 2024
a46d083
Fixing Powershell Code Strings
risokhdz Aug 28, 2024
5377c87
Using v0.0.5 tag for workspaces UI image
risokhdz Aug 28, 2024
956c97b
Merge develop
hc186011 Sep 4, 2024
7c08ce0
fixing some docker-compose required fileds
risokhdz Sep 20, 2024
3bb0854
Update Readme
hc186011 Sep 24, 2024
bb6e447
Add workspaces UI to templates (#41)
Aopanis Oct 30, 2024
381decf
Merge branch 'develop' into feat/regulus-1109/include-workspaces-ui
hc186011 Oct 30, 2024
ece241f
Update changes
hc186011 Oct 30, 2024
6c53341
New versions. (#52)
Aopanis Oct 30, 2024
2cf2e76
Update Jupyter Tag
hc186011 Oct 30, 2024
fe0d8c4
Merge branch 'develop' into feat/regulus-1109/include-workspaces-ui
hc186011 Oct 31, 2024
6e973d6
Merge pull request #42 from Teradata/feat/regulus-1109/include-worksp…
alicia-td Oct 31, 2024
2413aa3
chore: update workspaces docker image to v0.3.1
alicia-td Oct 31, 2024
5d6e69a
version is deprecated, ignored
johandry Nov 1, 2024
4577aff
version deprecated & require env vars when this compose is in use
johandry Nov 1, 2024
e187df0
adding TLS changes
johandry Nov 1, 2024
425ec32
improved documentation for docker compose
johandry Nov 1, 2024
e341ffc
Merge pull request #53 from Teradata/feat/tls_docker
teralauritsen Nov 1, 2024
0154016
feat: add ports & shared volume for ui and server
johandry Nov 1, 2024
a95b097
feat: add ports & shared volume for ui and server on Azure
johandry Nov 1, 2024
7422e52
Remove AiUnlimitedUiPort, it uses always port 80. Adding 443 to some …
johandry Nov 1, 2024
87089b1
added 443 port to the tls support
alokamsurendra Nov 4, 2024
d32c4b1
updating templates to add port 443
alokamsurendra Nov 4, 2024
48328b7
fixing template format
alokamsurendra Nov 4, 2024
0925b47
updating workspaces and ui version
alokamsurendra Nov 5, 2024
6c5522b
Merge pull request #54 from Teradata/feat/tls_cloud
alicia-td Nov 5, 2024
90eff2d
updating hardcoded ports to defaults and jupyter version
alokamsurendra Nov 6, 2024
ce4c3d8
Feature/add tls azure (#56)
Aopanis Nov 12, 2024
82e359a
Merge pull request #55 from Teradata/defult-ports
teralauritsen Nov 12, 2024
5bd2b80
Removed port parameters, updated workspaces version, and regenerated …
Aopanis Nov 15, 2024
5f300f9
Updated versions in template files for oct release. (#60)
Aopanis Dec 9, 2024
3e4e63a
Remove all in one templates.
Aopanis-Teradata Dec 9, 2024
4441645
Merge pull request #61 from Teradata/fix/remove-all-in-one
teralauritsen Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions deployments/aws/parameters/ai-unlimited-with-alb.json

This file was deleted.

118 changes: 0 additions & 118 deletions deployments/aws/parameters/all-in-one-with-alb.json

This file was deleted.

114 changes: 0 additions & 114 deletions deployments/aws/parameters/jupyter-with-alb.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@
"ec2:AssociateRouteTable",
"ec2:CreateRoute",
"ec2:DisassociateRouteTable",
"ec2:DeleteRoute"
"ec2:DeleteRoute",
"ec2:DescribeAddresses",
"ec2:AssociateAddress",
"ec2:DisassociateAddress"
],
"Resource": "*",
"Effect": "Allow"
Expand Down
5 changes: 4 additions & 1 deletion deployments/aws/policies/ai-unlimited-workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@
"ec2:AssociateRouteTable",
"ec2:CreateRoute",
"ec2:DisassociateRouteTable",
"ec2:DeleteRoute"
"ec2:DeleteRoute",
"ec2:DescribeAddresses",
"ec2:AssociateAddress",
"ec2:DisassociateAddress"
],
"Resource": "*",
"Effect": "Allow"
Expand Down
Loading
Loading