
Sveltos
Please refere to sveltos documentation.
Access manager is a projectsveltos service whose only goal is to generate a kubeconfig using TokenRequest.
Any other service can request a kubeconfig by creating an AccessRequest.
Access manager then:
- generates kubeconfig;
- stores in a secret;
- updates AccessRequest Status with the information on the Secret containing the kubeconfig;
- continuosly regenerate the token (whose expiration is set to 10 minutes)
Contributing 
❤ Your contributions are always welcome!
If you have questions, noticed any bug or want to get the latest project news, you can connect with us in the following ways:
- Open a bug/feature enhancement on github;
- Chat with us on the Slack in the #projectsveltos channel;
- Submit a pull request.
License
Copyright 2022.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.