-
Updated
Aug 22, 2020 - JavaScript
cloud
Here are 4,327 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Shell
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Aug 22, 2020 - Go
Managing groups which are supposed to be approved to use the Deck, are nearly impossible to manage. Select/Unselect or identify groups is difficult or impossible. Not all a
-
Updated
Aug 21, 2020 - Python
At least in the latest spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Currently Hydra uses id_token_hint to determine if logout is RP-initiated or OP-initiated. I do not think this is possible by relaying on id_token_hint.
Looking at the implementation of issueLogoutVerifier I think the logic is correct (if id_token_hint is missing, you ask for consent, if it is p
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 20, 2020 - Python
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 22, 2020 - Go
-
Updated
Aug 22, 2020 - Go
Hi there, when I was reading the code of the function
private KubernetesInternalRuntime getKubernetesInternalRuntime(String workspaceId) throws InfrastructureException
in [InconsistentRuntimesDetector.java](https://github.com/eclipse/che/blob/ca780d05e5a3b58dea172268d3752911831e1d7c/infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes/Inconsis
-
Updated
Aug 20, 2020
-
Updated
Dec 11, 2019 - Python
-
Updated
Aug 20, 2020 - Go
-
Updated
Aug 9, 2020 - C++
-
Updated
Jun 20, 2020 - Python
-
Updated
Aug 13, 2020 - Shell
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
Improve this page
Add a description, image, and links to the cloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud topic, visit your repo's landing page and select "manage topics."


I'm trying to use nbering/terraform-provider-ansible by placing it in
~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible, butterraform initnever seems to actually find it (NB this works fine in 0.12.x). Why is that?Can 0.13 actually load plugins from local file-system directories (as [described in the documentation](