on 2023 Sep 21 7:42 PM
Hi all!
Background:
Goal: I would like to understand how to also bind this existing credstore instance to our Kyma environment so I can begin migrating our app into the Kyma environment and utilizing credstore there as well. If I can't do that, I'd like to understand how to create an additional credstore so that I can avoid deleting the old credstore. My goal here is a smooth developer transition - I'd like our devs to continue deploying/testing the app on CF while I shift it to Kyma.
Things I've tried:
It is beginning to seem like my only path forward is to delete the existing credstore from the CF environment since we're migrating away from it, and recreate the instance via Kyma. But I'd love to avoid that disruption if at all possible, and I don't want to discount that I might be missing something due to being relatively new.
If I need to create a new separate sub-account for my Kyma environment to exist separately from the CF environment, that's not the end of the world, but I'd love to avoid it for simplicity's sake.
Request clarification before answering.
Hello Sean,
about your "Sharing the existing CF-based credstore instance with the sub-account." attempt.
Your service instance should contain the below parameter, have u use it?
parameters:
referenced_instance_id: <shared service id>
Example:
kind: ServiceInstance<br>metadata:
name: kyma-demo-instance-123<
namespace: develope
spec:
serviceOfferingName: xsuaa
servicePlanName: reference-instance
parameters:
referenced_instance_id: <shared service id>
And of course, Kyma instance(btp operator instance) and credstore instance must be in the same subaccount.
Cheers, Piotr Kopczynski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Piotr -- thank you for the response on this! Apologies for my delayed reply.
I had already moved on to recreating the credstore so I wasn't able to verify this answer, but it seems correct.
Regarding the `referenced_instance_id` parameter -- I failed to find it anywhere in the docs, and I'm wondering if I just missed it somehow. Could you let me know where that list of parameters can be found so that I can better help myself in the future? Thank you!
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.