Joseph Garrone
Joseph Garrone
You need at least 25 follower to appear in your country's list
Hi @matyas-igor, I like this proposal. I have no time to implement it in the short therm but if you submit a PR I will happily review and merge it.
In the end I figured out it was imposible to type it correctly so I give up sorry.
Good point thank you
@micedre sure thing, it's coming.
@marchufschmitt We just have to decide on the UI. One approach that can be easily implemented is to put a button that, when click, triggers the download of a `contract.json`...
Hey Dylan, Here is the legacy code for this feature: https://github.com/InseeFrLab/onyxia-web/blob/main/src/js/components/cluster/exportCredentialsKub.ts Maybe you can pull the string from here? Let me know if you need more info, we'll book a...
launcher.ts ```typescript assert( kubernetes.keycloakParams !== undefined, "There is no specific kubernetes config in the region", ); assert(oidcClient.isUserLoggedIn); assert(createStoreParams.userAuthenticationParams.method === "keycloak"); const kubernetesOidcClient = await creatOrFallbackOidcClient({ "fallback": { "keycloakParams": createStoreParams.userAuthenticationParams.keycloakParams, oidcClient...
Hi @smith-julien, @alainds & @LoicInsee, Well, first of all, I have to apologize, my expectation for this PR wasn’t realistic considering the fact that the similar feature in the codebase,...
Thank you