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

Preview extension #40

Open
MarcusICL2 opened this issue May 1, 2019 · 3 comments
Open

Preview extension #40

MarcusICL2 opened this issue May 1, 2019 · 3 comments

Comments

@MarcusICL2
Copy link

How do we use the App Registry to access the Preview extension point for turning off CR4 gatekeepers for the whole org or a set of users or groups?

@mgleland
Copy link

mgleland commented May 6, 2019

Hi Marcus - here are some quick instructions, happy to clarify anything if this doesn't help!

First, as an admin, go to organization extensions, and then go to the new apps manager from the first extensions page. Create a new app called "com.ibm.connections.defaults", create an extension in service Connections of type com.ibm.connections.preview. Go to the extensions editor, and you can define your payload to specify included or excluded users or groups - a sample json for the application is below:

{
"name": "com.ibm.connections.defaults",
"title": "Example 'com.ibm.connections.defaults' Application",
"description": "Example 'com.ibm.connections.defaults' Application",
"services": [
"Connections"
],
"extensions": [
{
"name": "PreviewExtension",
"type": "com.ibm.connections.preview",
"payload": {
"include": {
"user-email": "[email protected]",
"user-group": [
"EarlyAdoptors"
]
},
"exclude": {
"user-email": "[email protected]"
}
}
},
{
"name": "EarlyAdoptors",
"type": "com.ibm.connections.user.group",
"payload": {
"user-email": [
"[email protected]",
"[email protected]"
]
},
"path": "EarlyAdoptors"
}
]
}

Hope this helps!

@BerndGewehr
Copy link

Is there currently anything in CE cloud that this extension can change? I did not find any impact on a quick check...

@mgleland
Copy link

Hi - sorry for the delay, I needed to do some research to get the right answer. Today in cloud, the preview feature set affects three things: Enabling/disabling the new Community card view in the Catalog page), the new 'news letter updates' feature, and the new 'file share with link' feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants