[JBoss JIRA] (TEIID-5913) Assist with productization of the documentation
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5913?focusedWorklogId=12450380&pag... ]
Steven Hawkins logged work on TEIID-5913:
-----------------------------------------
Author: Steven Hawkins
Created on: 03/Mar/20 10:44 PM
Start Date: 03/Mar/20 10:44 PM
Worklog Time Spent: 1 hour
Issue Time Tracking
-------------------
Remaining Estimate: 1 hour, 30 minutes (was: 2 hours, 30 minutes)
Time Spent: 1 day, 30 minutes (was: 7 hours, 30 minutes)
Worklog Id: (was: 12450380)
> Assist with productization of the documentation
> -----------------------------------------------
>
> Key: TEIID-5913
> URL: https://issues.redhat.com/browse/TEIID-5913
> Project: Teiid
> Issue Type: Task
> Components: Documentation
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 1 day, 2 hours
> Time Spent: 1 day, 30 minutes
> Remaining Estimate: 1 hour, 30 minutes
>
> Assist the documentation team in merging changes and keeping the community docs building.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5798) Mixed PERMISSION GRANTS
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5798?focusedWorklogId=12450374&pag... ]
Steven Hawkins logged work on TEIID-5798:
-----------------------------------------
Author: Steven Hawkins
Created on: 03/Mar/20 2:22 PM
Start Date: 03/Mar/20 2:22 PM
Worklog Time Spent: 30 minutes
Issue Time Tracking
-------------------
Time Spent: 2 days, 3 hours (was: 2 days, 2 hours, 30 minutes)
Worklog Id: (was: 12450374)
> Mixed PERMISSION GRANTS
> -----------------------
>
> Key: TEIID-5798
> URL: https://issues.redhat.com/browse/TEIID-5798
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Reporter: Christoph John
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 6 hours
> Time Spent: 2 days, 3 hours
> Remaining Estimate: 0 minutes
>
> Hello,
> I am currently trying to set a set of permissions on a table/view. Hence a condition on INSERT,UPDATE,DELETE and an unconditioned SELECT.
> However, it seems that conditioned and unconditioned GRANT statements do not work together.
> {code}
> GRANT INSERT,UPDATE,DELETE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" CONDITION 'UserDefinedProducts_SRC.fkProfile in (SELECT Account.idProfile FROM Account WHERE Account.uuidUser = LEFT(user(), 36) )' TO odata;
> GRANT SELECT ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" TO odata;
> REVOKE ALTER,EXECUTE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" FROM odata;
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5798) Mixed PERMISSION GRANTS
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5798?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5798.
-----------------------------------
Resolution: Done
Made further refinements to the docs. While create policy is clearer than before, it still does have the issue of not being add/drop aware.
> Mixed PERMISSION GRANTS
> -----------------------
>
> Key: TEIID-5798
> URL: https://issues.redhat.com/browse/TEIID-5798
> Project: Teiid
> Issue Type: Enhancement
> Components: Query Engine
> Reporter: Christoph John
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 6 hours
> Time Spent: 2 days, 2 hours, 30 minutes
> Remaining Estimate: 0 minutes
>
> Hello,
> I am currently trying to set a set of permissions on a table/view. Hence a condition on INSERT,UPDATE,DELETE and an unconditioned SELECT.
> However, it seems that conditioned and unconditioned GRANT statements do not work together.
> {code}
> GRANT INSERT,UPDATE,DELETE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" CONDITION 'UserDefinedProducts_SRC.fkProfile in (SELECT Account.idProfile FROM Account WHERE Account.uuidUser = LEFT(user(), 36) )' TO odata;
> GRANT SELECT ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" TO odata;
> REVOKE ALTER,EXECUTE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" FROM odata;
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5914) Add ddl_deployment_mode to spring boot docs
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5914?focusedWorklogId=12450373&pag... ]
Steven Hawkins logged work on TEIID-5914:
-----------------------------------------
Author: Steven Hawkins
Created on: 03/Mar/20 9:58 AM
Start Date: 03/Mar/20 9:57 AM
Worklog Time Spent: 2 hours
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 2 hours)
Time Spent: 2 hours
Worklog Id: (was: 12450373)
> Add ddl_deployment_mode to spring boot docs
> -------------------------------------------
>
> Key: TEIID-5914
> URL: https://issues.redhat.com/browse/TEIID-5914
> Project: Teiid
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 2 hours
> Time Spent: 2 hours
> Remaining Estimate: 0 minutes
>
> This was left off the initial spring docs due to not customizing the content for spring boot. Once we remove references to deploying on the server, resource adapters, etc., this has a lot of content that is also good for spring boot.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5914) Add ddl_deployment_mode to spring boot docs
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5914?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5914:
----------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
> Add ddl_deployment_mode to spring boot docs
> -------------------------------------------
>
> Key: TEIID-5914
> URL: https://issues.redhat.com/browse/TEIID-5914
> Project: Teiid
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> This was left off the initial spring docs due to not customizing the content for spring boot. Once we remove references to deploying on the server, resource adapters, etc., this has a lot of content that is also good for spring boot.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5914) Add ddl_deployment_mode to spring boot docs
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5914?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5914.
-----------------------------------
Resolution: Done
Added appropriate conditionals to make the content applicable to spring boot. We should probably rename the ddl / xml deployment doc files - they mostly describe the file format rather than describe the deployment process.
> Add ddl_deployment_mode to spring boot docs
> -------------------------------------------
>
> Key: TEIID-5914
> URL: https://issues.redhat.com/browse/TEIID-5914
> Project: Teiid
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
>
> This was left off the initial spring docs due to not customizing the content for spring boot. Once we remove references to deploying on the server, resource adapters, etc., this has a lot of content that is also good for spring boot.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5611) Add support for SCRAM-SHA-256
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5611?focusedWorklogId=12450362&pag... ]
Steven Hawkins logged work on TEIID-5611:
-----------------------------------------
Author: Steven Hawkins
Created on: 02/Mar/20 2:51 PM
Start Date: 02/Mar/20 2:51 PM
Worklog Time Spent: 2 hours, 30 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 2 hours)
Time Spent: 2 hours, 30 minutes
Worklog Id: (was: 12450362)
> Add support for SCRAM-SHA-256
> -----------------------------
>
> Key: TEIID-5611
> URL: https://issues.redhat.com/browse/TEIID-5611
> Project: Teiid
> Issue Type: Enhancement
> Components: Misc. Connectors
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 2 hours
> Time Spent: 2 hours, 30 minutes
> Remaining Estimate: 0 minutes
>
> MongoDB has added support for a new security type, which needs additional support in the resource adapter.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5866) Teiid embedded does not implement active vdb import management
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5866?page=com.atlassian.jira.plugi... ]
Steven Hawkins updated TEIID-5866:
----------------------------------
Original Estimate: 2 hours
Remaining Estimate: 2 hours
Sprint: DV Sprint 60
> Teiid embedded does not implement active vdb import management
> --------------------------------------------------------------
>
> Key: TEIID-5866
> URL: https://issues.redhat.com/browse/TEIID-5866
> Project: Teiid
> Issue Type: Quality Risk
> Components: Embedded
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> This should initially be resolved by calling out the difference in handling in the docs. In short when you use vdb imports in embedded the import is processed at deployment time only. If the imported vdb later changes, it will not cause any changes in importing vdbs.
> Note that in teiid-syndesis this import management logic was added via a custom vdb lifecycle listener, but that isn't quite the best solution given that we shouldn't be doing a lot of work in that thread.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (TEIID-5866) Teiid embedded does not implement active vdb import management
by Steven Hawkins (Jira)
[ https://issues.redhat.com/browse/TEIID-5866?page=com.atlassian.jira.plugi... ]
Steven Hawkins resolved TEIID-5866.
-----------------------------------
Resolution: Done
Decided to update the docs and not move further on creating or implementing active management in Teiid. For it to function like the server we would need to allow deployments to be partially complete and establish inter-dependencies until everything is satisfied and can go live. This of course is not needed at all in envrionments where on a single vdb is deployed (teiid spring boot), so we'll just leave our one-off active management as part of syndesis.
> Teiid embedded does not implement active vdb import management
> --------------------------------------------------------------
>
> Key: TEIID-5866
> URL: https://issues.redhat.com/browse/TEIID-5866
> Project: Teiid
> Issue Type: Quality Risk
> Components: Embedded
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Priority: Major
> Fix For: 13.1
>
>
> This should initially be resolved by calling out the difference in handling in the docs. In short when you use vdb imports in embedded the import is processed at deployment time only. If the imported vdb later changes, it will not cause any changes in importing vdbs.
> Note that in teiid-syndesis this import management logic was added via a custom vdb lifecycle listener, but that isn't quite the best solution given that we shouldn't be doing a lot of work in that thread.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months