<@U04UQ68083H> am trying to create recovery link b...
# ory-copilot
f
@chilly-king-10285 am trying to create recovery link but get error :This endpoint was disabled by system administrator
c
A message from kapa.ai
Based on the information provided in the extracts, it seems you're encountering an issue with creating a recovery link due to the endpoint being disabled by the system administrator. Unfortunately, the extracts do not directly address the specific error message you're encountering or the steps to enable a disabled endpoint. However, creating a recovery link typically involves authenticating with an
oryAccessToken
and making a POST request to the
/admin/recovery/link
endpoint with the necessary payload. If you're receiving an error indicating that the endpoint is disabled, it could be related to the configuration settings managed by your system administrator or the specific Ory deployment you're working with. To troubleshoot this issue, you might want to: 1. Check Ory Configuration: Ensure that the recovery features are enabled in your Ory Kratos configuration. This might involve reviewing the configuration files or settings in your deployment environment. 2. Contact System Administrator: Since the error message mentions that the endpoint was disabled by the system administrator, reaching out to them could provide more insights. They might have disabled certain features for security or operational reasons. 3. Review Ory Documentation: For more detailed information on managing identities, including creating recovery links, you can refer to the Ory documentation. While the specific solution to your problem isn't covered in the provided extracts, the [Ory Documentation](https://www.ory.sh/docs/) could offer additional guidance or settings that might need to be adjusted. Remember, when working with APIs and system configurations, ensuring that you have the correct permissions and that the features you're trying to use are enabled and properly configured is crucial.
f
@chilly-king-10285 what is the config for kratos v1
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet about the specific configuration for Ory Kratos version 1. The extracts provided do not specify configuration details unique to version 1 of Ory Kratos. For detailed and version-specific configuration information, I recommend consulting the [Ory Kratos Documentation](https://www.ory.sh/docs/kratos/), particularly the sections related to configuration. The documentation is comprehensive and includes information on various configuration options, including examples and explanations for different versions of Ory Kratos.
f
@chilly-king-10285 can you provide helmchart for kratos for deployment
c
A message from kapa.ai
Certainly! To deploy Ory Kratos on Kubernetes using Helm, you can find the Helm Charts and accompanying documentation at the Ory Kubernetes Helm Chart Repository. Here's how you can access it:
Copy code
markdown A list of available Helm Charts for Kubernetes, including Ory Kratos, can be found at the Ory Kubernetes Helm Chart Repository. For more details and to access the charts, visit [<http://k8s.ory.sh/helm|k8s.ory.sh/helm>](<https://k8s.ory.sh/helm/>).
Please note, the actual Helm chart for Ory Kratos and instructions for its deployment will be detailed on the linked page. This will include steps on how to add the Helm repository, how to install the chart with your desired configurations, and how to manage the deployment.