Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 584 Bytes

authentication.md

File metadata and controls

30 lines (26 loc) · 584 Bytes

Authentication

API Server support OpenStack Keystone v3 authentication. Keystone supports various backend such as LDAP etc.

Configuration Example

# Keystone configuration
keystone:
    authurl: http://localhost:5000/v3
    service_user:
        id: goapi
        password: goapi
        project_name: service
        domain_id: default
# Keystone configuration
keystone:
    local: true
    assignment:
        type: static
        file: ./test_data/keystone.yml
    store:
        type: memory
        expire: 3600
    authurl: http://localhost:9091/v3