undraft api-keys and psps

This commit is contained in:
Denise Schannon
2018-06-08 15:01:01 -07:00
committed by Denise
parent 395d2d0bc6
commit f98b557aac
7 changed files with 22 additions and 13 deletions
@@ -1,7 +1,6 @@
--- ---
title: API Keys title: API Keys
weight: 2400 weight: 2400
draft: true
--- ---
Some users may want to access their Rancher clusters and projects through the Rancher API. Before you can access Rancher through the API, you must generate API keys so that you can authenticate with Rancher externally. Some users may want to access their Rancher clusters and projects through the Rancher API. Before you can access Rancher through the API, you must generate API keys so that you can authenticate with Rancher externally.
@@ -1,7 +1,6 @@
--- ---
title: Adding a Pod Security Policy title: Adding a Pod Security Policy
weight: 3475 weight: 3475
draft: true
--- ---
_Pod Security Policies_ are objects that control security-sensitive aspects of pod specification (like root privileges). _Pod Security Policies_ are objects that control security-sensitive aspects of pod specification (like root privileges).
@@ -51,7 +51,7 @@ While Rancher comes out-of-the-box with a set of default user roles, you can als
## Locking/Unlocking Roles ## Locking/Unlocking Roles
If you want to prevent a role from being assigned to users, you can set it to a status of `locked`. For more information about what this status means, see [Locked Roles]({{< baseurl >}}/rancher/v2.x/en/concepts/global-configuration/#locked-roles). If you want to prevent a role from being assigned to users, you can set it to a status of `locked`. For more information about what this status means, see [Locked Roles]({{< baseurl >}}/rancher/v2.x/en/concepts/global-configuration/users-permissions-roles/#locked-roles).
You can lock roles in two contexts: You can lock roles in two contexts:
@@ -4,3 +4,11 @@ weight: 3725
--- ---
Within Rancher, each user has a number of settings associated with their login: personal preferences, API keys, etc. You can configure these settings by choosing from the **User Settings** menu. You can open this menu by clicking your avatar, located within the main menu. Within Rancher, each user has a number of settings associated with their login: personal preferences, API keys, etc. You can configure these settings by choosing from the **User Settings** menu. You can open this menu by clicking your avatar, located within the main menu.
The available user settings are:
- [API & Keys]({{< baseurl >}}/rancher/v2.x/en/tasks/user-settings/api-keys/))
- Node Templates
- Preferences
@@ -1,7 +1,6 @@
--- ---
title: Creating an API Key title: Creating an API Key
weight: 3725 weight: 3726
draft: true
--- ---
Create a Rancher API key so that other applications can make requests to the Rancher API. You can create API keys using the Rancher UI. Create a Rancher API key so that other applications can make requests to the Rancher API. You can create API keys using the Rancher UI.
@@ -1,6 +1,5 @@
--- ---
title: Managing Node Templates title: Managing Node Templates
weight: 3725 weight: 3727
draft: true draft: true
--- ---
@@ -0,0 +1,5 @@
---
title: User Preferences
weight: 3728
draft: true
---